summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-12-08 14:57:02 +0000
committerHannes Magnusson <bjori@php.net>2011-12-08 14:57:02 +0000
commit0a7fd1962b8b0119d79c9b902c1a09c8078f8352 (patch)
tree16a03cd5fd0a77cbd5ff8820b800c6fff652a116 /php.ini-production
parent451263f7d043f451542daa31c2c72c0a2f9df254 (diff)
downloadphp-git-0a7fd1962b8b0119d79c9b902c1a09c8078f8352.tar.gz
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index cbe9bab603..78df6c008f 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -419,6 +419,10 @@ disable_classes =
; http://php.net/realpath-cache-ttl
;realpath_cache_ttl = 120
+; Enables or disables the circular reference collector.
+; http://php.net/zend.enable-gc
+zend.enable_gc = On
+
;;;;;;;;;;;;;;;;;
; Miscellaneous ;
;;;;;;;;;;;;;;;;;