mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
744d3c5753
@ -37,20 +37,6 @@ if test "$PHP_PDO" != "no"; then
|
|||||||
|
|
||||||
PHP_PDO_PEAR_CHECK
|
PHP_PDO_PEAR_CHECK
|
||||||
|
|
||||||
if test "$ext_shared" = "yes" ; then
|
|
||||||
case $host_alias in
|
|
||||||
*darwin*)
|
|
||||||
AC_MSG_ERROR([
|
|
||||||
Due to the way that loadable modules work on OSX/Darwin, you need to
|
|
||||||
compile the PDO package statically into the PHP core.
|
|
||||||
|
|
||||||
Please follow the instructions at: http://netevil.org/node.php?nid=202
|
|
||||||
for more detail on this issue.
|
|
||||||
])
|
|
||||||
ext_shared=no
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c, $ext_shared)
|
PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c, $ext_shared)
|
||||||
ifdef([PHP_ADD_EXTENSION_DEP],
|
ifdef([PHP_ADD_EXTENSION_DEP],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user