Browse Source

it's not a PEAR only issue

PECL_OPENSSL
Antony Dovgal 20 years ago
parent
commit
a5bb290f28
  1. 2
      ext/pdo/config.m4

2
ext/pdo/config.m4

@ -37,7 +37,6 @@ if test "$PHP_PDO" != "no"; then
if test "$ext_shared" = "yes" ; then
case $host_alias in
*darwin*)
if test "$pdo_running_under_pear" = "1"; then
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.
@ -45,7 +44,6 @@ 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.
])
fi
ext_shared=no
;;
esac

Loading…
Cancel
Save