mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Remove dead code from configure.ac
SAPI apache has been removed and now there is apache2handler so this warning hasn't been used for a while.
This commit is contained in:
15
configure.ac
15
configure.ac
@@ -1690,21 +1690,8 @@ X
|
||||
fi
|
||||
fi
|
||||
|
||||
# Warn about linking Apache with libpthread if oci8 extension is enabled on linux.
|
||||
# Warn about Apache if oci8 extension is enabled on linux.
|
||||
if test "$PHP_OCI8" != "no"; then
|
||||
if test "$PHP_SAPI" = "apache"; then
|
||||
if test `uname` = "Linux"; then
|
||||
cat <<X
|
||||
+--------------------------------------------------------------------+
|
||||
| *** WARNING *** |
|
||||
| |
|
||||
| Please check that your Apache (httpd) is linked with libpthread. |
|
||||
| If not, you have to recompile Apache with pthread. For more |
|
||||
| details, see this page: http://www.php.net/manual/ref.oci8.php |
|
||||
X
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$PHP_SIGCHILD" != "yes"; then
|
||||
if test "$PHP_OCI8_INSTANT_CLIENT" = "no"; then
|
||||
cat <<X
|
||||
|
||||
Reference in New Issue
Block a user