summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-06-20 19:55:22 -0400
committerScott Ullrich <sullrich@gmail.com>2011-06-20 19:55:22 -0400
commit5b9afe1e797362e932c21f929fdb77dcfef44d17 (patch)
tree877237f15778330cf9db06098222ca8e8cda9f68 /etc/rc.php_ini_setup
parent8ef700da28a954c3233bc96c142e64afce1bd1b9 (diff)
downloadpfsense-5b9afe1e797362e932c21f929fdb77dcfef44d17.zip
pfsense-5b9afe1e797362e932c21f929fdb77dcfef44d17.tar.gz
mkdir zend modules
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 657c2d4..0135e9c 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -179,6 +179,12 @@ EOF
if [ ! -d /etc/php_dynamodules ]; then
/bin/mkdir /etc/php_dynamodules
fi
+if [ ! -d /etc/php_dynamodules_zend ]; then
+ /bin/mkdir /etc/php_dynamodules_zend
+fi
+if [ ! -d /etc/php_dynamodules_zend_ts ]; then
+ /bin/mkdir /etc/php_dynamodules_zend_ts
+fi
# Read in dynamodules
if [ -d /etc/php_dynamodules ]; then
OpenPOWER on IntegriCloud