summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.php_ini_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index a3317db..49699e2 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -1,7 +1,7 @@
#!/bin/sh
#
# rc.php_ini_setup
-# Copyright (C)2008 Scott K Ullrich
+# Copyright (C)2008 Scott K Ullrich <sullrich@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -62,7 +62,7 @@ PHPMODULES="apc \
zlib"
# Get a loaded module list in the stock php
-LOADED_MODULES=`php -m | grep -v "\["`
+LOADED_MODULES=`php -m | grep -v "\[" | grep "[a-z][A-Z]"`
# Populate a dummy php.ini to avoid
# the file being clobbered and the firewall
OpenPOWER on IntegriCloud