summaryrefslogtreecommitdiff
path: root/ext/mysqli/config.m4
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-27 01:09:18 +0000
committerJani Taskinen <jani@php.net>2007-07-27 01:09:18 +0000
commit6287087e7043aaf050828c72bde23009af345e85 (patch)
tree9c19d059762e6ae8104d46339cd921cd4688d2fe /ext/mysqli/config.m4
parent452ace5e145775d5b74854dd0df2a323c27aa7fe (diff)
downloadphp-git-6287087e7043aaf050828c72bde23009af345e85.tar.gz
- Align help texts and added note about embedded not being available when
the MySQL native driver is used.
Diffstat (limited to 'ext/mysqli/config.m4')
-rw-r--r--ext/mysqli/config.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4
index 7302e66c42..df4e1650df 100644
--- a/ext/mysqli/config.m4
+++ b/ext/mysqli/config.m4
@@ -3,11 +3,13 @@ dnl $Id$
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