jani Tue Nov 6 10:00:39 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli config.m4
Log:
MFH: partial MFH before?
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/config.m4?r1=1.22.2.1.2.2.2.1&r2=1.22.2.1.2.2.2.2&diff_format=u
Index: php-src/ext/mysqli/config.m4
diff -u php-src/ext/mysqli/config.m4:1.22.2.1.2.2.2.1
php-src/ext/mysqli/config.m4:1.22.2.1.2.2.2.2
--- php-src/ext/mysqli/config.m4:1.22.2.1.2.2.2.1 Fri Oct 5 21:23:56 2007
+++ php-src/ext/mysqli/config.m4 Tue Nov 6 10:00:39 2007
@@ -1,13 +1,15 @@
dnl
-dnl $Id: config.m4,v 1.22.2.1.2.2.2.1 2007/10/05 21:23:56 andrey Exp $
+dnl $Id: config.m4,v 1.22.2.1.2.2.2.2 2007/11/06 10:00:39 jani Exp $
dnl config.m4 for extension mysqli
PHP_ARG_WITH(mysqli, for MySQLi support,
-[ --with-mysqli[=FILE] Include MySQLi support. FILE is the optional
pathname to mysql_config [mysql_config].
- If mysqlnd is passed as FILE, the MySQL native
driver will be used])
+[ --with-mysqli[=FILE] Include MySQLi support. FILE is the path
+ to mysql_config. If mysqlnd is passed as FILE,
+ the MySQL native driver will be used [mysql_config]])
PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support,
-[ --enable-embedded-mysqli MYSQLi: Enable embedded support], no, no)
+[ --enable-embedded-mysqli MYSQLi: Enable embedded support
+ Note: Does not work with MySQL native driver!],
no, no)
if test "$PHP_MYSQLI" = "mysqlnd"; then
dnl This needs to be set in any extension which wishes to use mysqlnd
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php