Diff for /embedaddon/php/ext/mysql/config.m4 between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:31:55 version 1.1.1.4, 2013/10/14 08:02:25
Line 45  PHP_ARG_WITH(mysql, for MySQL support, Line 45  PHP_ARG_WITH(mysql, for MySQL support,
                           mysqlnd the MySQL native driver will be used])                            mysqlnd the MySQL native driver will be used])
   
 PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,  PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,
[  --with-mysql-sock[=DIR]   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.[  --with-mysql-sock[=SOCKPATH]   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
                             If unspecified, the default locations are searched], no, no)                              If unspecified, the default locations are searched], no, no)
   
 if test -z "$PHP_ZLIB_DIR"; then  if test -z "$PHP_ZLIB_DIR"; then

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>