]> 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 bd3eefcfffcddc0b94ec7d654692755c1e89b295..fc04d8591847b2b4c185b9478a0aa20eb0871938 100644 (file)
@@ -347,6 +347,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
+
 ; If enabled, scripts may be written in encodings that are incompatible with
 ; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such
 ; encodings.  To use this feature, mbstring extension must be enabled.
index 77caca1021f4235758b816a24723d8c5803fcfb0..444a843976e3aa87af5bf71c5752fe2fd0acfbcd 100644 (file)
@@ -347,6 +347,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
+
 ; If enabled, scripts may be written in encodings that are incompatible with
 ; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such
 ; encodings.  To use this feature, mbstring extension must be enabled.