]> granicus.if.org Git - php/commitdiff
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
authorHannes Magnusson <bjori@php.net>
Thu, 8 Dec 2011 14:57:02 +0000 (14:57 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 8 Dec 2011 14:57:02 +0000 (14:57 +0000)
php.ini-development
php.ini-production

index d11142bfb67c0da5bb09a44ef885564bf11822c7..328d97cb673dfcb3dc25a6e7e6c0e67c2098eb23 100644 (file)
@@ -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 ;
 ;;;;;;;;;;;;;;;;;
index cbe9bab6037213e2e23add2dba41c77b4e2c190d..78df6c008f0706071419d3ede74d26ebc718fd80 100644 (file)
@@ -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 ;
 ;;;;;;;;;;;;;;;;;