diff options
author | Jani Taskinen <jani@php.net> | 2007-11-06 10:00:39 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-11-06 10:00:39 +0000 |
commit | 5cfa9c631261d968b6574a0707c5d80d8c419e0b (patch) | |
tree | fbd0069809a0912f5266f051cc43a1bed6c202eb /ext/mysqli | |
parent | a506a10cd6f6501357995bd84508111ff89a2ba2 (diff) | |
download | php-git-5cfa9c631261d968b6574a0707c5d80d8c419e0b.tar.gz |
MFH: partial MFH before?
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/config.m4 | 8 |
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 |