mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
5ed1659039
When using --with-pdo-mysql=DIR and for some reason DIR wouldn't have the executable DIR/bin/mysql_config available the 3rd option was so far to guess the mysql client library locations and pass the include directory further. The library directory and library name to link was missing. This fixes this case for consistency reasons. And in the future also the pkg-config could be a reliable alternative to mysql_config in that case. The PDO_MYSQL_INC_DIR is already processed PHP_EVAL_INCLINE so redundant PHP_ADD_INCLUDE is removed. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
Makefile.frag | ||
Makefile.frag.w32 | ||
mysql_driver.c | ||
mysql_sql_parser.re | ||
mysql_statement.c | ||
pdo_mysql_arginfo.h | ||
pdo_mysql.c | ||
pdo_mysql.stub.php | ||
php_pdo_mysql_int.h | ||
php_pdo_mysql.h |