File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1018
1018
fi
1019
1019
1020
1020
# Warn about linking Apache with libpthread if oci8 extension is enabled on linux.
1021
- if test "$PHP_OCI8 " != "no"; then
1021
+ if test "$PHP_OCI8 " != "no" -o " $PHP_ORACLE " != "no" ; then
1022
1022
if test "$PHP_SAPI " = "apache"; then
1023
1023
if test ` uname` = "Linux"; then
1024
1024
cat <<X
@@ -1031,16 +1031,16 @@ cat <<X
1031
1031
X
1032
1032
fi
1033
1033
fi
1034
- fi
1035
1034
1036
- if test "$PHP_SIGCHILD " != "yes"; then
1035
+ if test "$PHP_SIGCHILD " != "yes"; then
1037
1036
cat <<X
1038
1037
+--------------------------------------------------------------------+
1039
1038
| Notice: |
1040
1039
| If you encounter <defunc> processes when using a local Oracle-DB |
1041
1040
| please recompile PHP and specify --enable-sigchild when configuring|
1042
1041
| (This problem has been reported un Linux using Oracle >= 8.1.5) |
1043
1042
X
1043
+ fi
1044
1044
fi
1045
1045
1046
1046
cat<<X
You can’t perform that action at this time.
0 commit comments