diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-22 18:17:14 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-22 18:17:14 -0400 |
commit | 0bf80970303555996a18893cc039cbf125e01f0b (patch) | |
tree | 7087db93f2674c10c02450110dead6756b68f73a /etc/rc.php_ini_setup | |
parent | bdf6ac75ae3ed51e35822308b7a4a4da7aa850b7 (diff) | |
download | pfsense-0bf80970303555996a18893cc039cbf125e01f0b.zip pfsense-0bf80970303555996a18893cc039cbf125e01f0b.tar.gz |
Load spl
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index d646e5f..e8d8d1e 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -113,6 +113,7 @@ PHPMODULES="apc \ # Page compression zlib \ # SQLlite + spl \ sqlite \ pdo \ # ZeroMQ |