Home
last modified time | relevance | path

Searched refs:PHP_PDO_MYSQL (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/php81-pdo_mysql/php-8.1.1/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
14 PHP_PDO_MYSQL + "\\include;" +
16 PHP_PDO_MYSQL)) {
/dports/databases/php80-pdo_mysql/php-8.0.15/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/www/mod_php81/php-8.1.1/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
14 PHP_PDO_MYSQL + "\\include;" +
16 PHP_PDO_MYSQL)) {
/dports/lang/php80/php-8.0.15/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/lang/php81/php-8.1.1/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
14 PHP_PDO_MYSQL + "\\include;" +
16 PHP_PDO_MYSQL)) {
/dports/www/mod_php80/php-8.0.15/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
106 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/databases/php74-pdo_mysql/php-7.4.27/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
133 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/lang/php74/php-7.4.27/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
133 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/www/mod_php74/php-7.4.27/ext/pdo_mysql/
H A Dconfig.m416 if test "$PHP_PDO_MYSQL" != "no"; then
34 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
35 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
36 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
38 if test -d "$PHP_PDO_MYSQL" ; then
39 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
40 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
42 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
48 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
133 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
/dports/lang/php73/php-7.3.33/ext/pdo_mysql/
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
H A Dconfig.m414 if test "$PHP_PDO_MYSQL" != "no"; then
42 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
43 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
44 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
46 if test -d "$PHP_PDO_MYSQL" ; then
47 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
48 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
50 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
56 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
/dports/databases/php73-pdo_mysql/php-7.3.33/ext/pdo_mysql/
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
H A Dconfig.m414 if test "$PHP_PDO_MYSQL" != "no"; then
42 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
43 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
44 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
46 if test -d "$PHP_PDO_MYSQL" ; then
47 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
48 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
50 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
56 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
/dports/www/mod_php73/php-7.3.33/ext/pdo_mysql/
H A Dconfig.w325 if (PHP_PDO_MYSQL != "no") {
6 if (PHP_PDO_MYSQL == "yes" || PHP_PDO_MYSQL == "mysqlnd") {
12 if (CHECK_LIB("libmysql.lib", "pdo_mysql", PHP_PDO_MYSQL) &&
13 …_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_PDO_MYSQL)) {
H A Dconfig.m414 if test "$PHP_PDO_MYSQL" != "no"; then
42 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
43 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
44 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
46 if test -d "$PHP_PDO_MYSQL" ; then
47 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then
48 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
50 PDO_MYSQL_DIR="$PHP_PDO_MYSQL"
56 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
/dports/www/mod_php74/php-7.4.27/
H A Dconfigure53151 PHP_PDO_MYSQL=no
53160 case $PHP_PDO_MYSQL in
53162 PHP_PDO_MYSQL=`echo "$PHP_PDO_MYSQL"|$SED 's/^shared,//'`
53165 PHP_PDO_MYSQL=yes
53211 if test "$PHP_PDO_MYSQL" != "no"; then
53264 if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
53265 if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
53266 PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
53268 if test -d "$PHP_PDO_MYSQL" ; then
53278 if test "$PHP_PDO_MYSQL" = "yes" || test "$PHP_PDO_MYSQL" = "mysqlnd"; then
[all …]

12