diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-22 18:12:28 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-22 18:12:28 -0400 |
commit | bdf6ac75ae3ed51e35822308b7a4a4da7aa850b7 (patch) | |
tree | 10e6bddc39d858ffca65be9e408ec8d596cffd0b /etc/rc.php_ini_setup | |
parent | b83aad6ef387f43e89716d29f55ec4a5d2f36905 (diff) | |
download | pfsense-bdf6ac75ae3ed51e35822308b7a4a4da7aa850b7.zip pfsense-bdf6ac75ae3ed51e35822308b7a4a4da7aa850b7.tar.gz |
Include sqlite and pdo. See http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround which I have no desire to add intelligdent to php_ini_setup. Overhead is negligible
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 776af53..d646e5f 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -112,6 +112,9 @@ PHPMODULES="apc \ shmop \ # Page compression zlib \ +# SQLlite + sqlite \ + pdo \ # ZeroMQ zmq" @@ -122,7 +125,6 @@ PHPMODULES="apc \ # sysvsem \ # sysvshm \ # bcmath \ -# sqlite \ # tokenizer \ # uploadprogress \ # sockets \ |