diff options
| author | Jani Taskinen <jani@php.net> | 2007-07-27 01:09:18 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-07-27 01:09:18 +0000 |
| commit | 6287087e7043aaf050828c72bde23009af345e85 (patch) | |
| tree | 9c19d059762e6ae8104d46339cd921cd4688d2fe /ext/mysql | |
| parent | 452ace5e145775d5b74854dd0df2a323c27aa7fe (diff) | |
| download | php-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/mysql')
| -rw-r--r-- | ext/mysql/config.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index eac5836e03..08e9ebbd2e 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -40,8 +40,9 @@ AC_DEFUN([PHP_MYSQL_SOCKET_SEARCH], [ PHP_ARG_WITH(mysql, for MySQL support, -[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory. - If mysqlnd is passed as DIR, the MySQL native driver will be used]) +[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base + directory. If mysqlnd is passed as DIR, + the MySQL native driver will be used [/usr/local]]) PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket, [ --with-mysql-sock[=DIR] MySQL: Location of the MySQL unix socket pointer. |
