bjori Thu, 08 Dec 2011 14:57:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=320664
Log:
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
Changed paths:
U php/php-src/branches/PHP_5_3/php.ini-development
U php/php-src/branches/PHP_5_3/php.ini-production
U php/php-src/branches/PHP_5_4/php.ini-development
U php/php-src/branches/PHP_5_4/php.ini-production
U php/php-src/trunk/php.ini-development
U php/php-src/trunk/php.ini-production
Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development 2011-12-08 14:47:32 UTC
(rev 320663)
+++ php/php-src/branches/PHP_5_3/php.ini-development 2011-12-08 14:57:02 UTC
(rev 320664)
@@ -419,6 +419,10 @@
; 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 ;
;;;;;;;;;;;;;;;;;
Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production 2011-12-08 14:47:32 UTC
(rev 320663)
+++ php/php-src/branches/PHP_5_3/php.ini-production 2011-12-08 14:57:02 UTC
(rev 320664)
@@ -419,6 +419,10 @@
; 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 ;
;;;;;;;;;;;;;;;;;
Modified: php/php-src/branches/PHP_5_4/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_4/php.ini-development 2011-12-08 14:47:32 UTC
(rev 320663)
+++ php/php-src/branches/PHP_5_4/php.ini-development 2011-12-08 14:57:02 UTC
(rev 320664)
@@ -347,6 +347,10 @@
; 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.
Modified: php/php-src/branches/PHP_5_4/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_4/php.ini-production 2011-12-08 14:47:32 UTC
(rev 320663)
+++ php/php-src/branches/PHP_5_4/php.ini-production 2011-12-08 14:57:02 UTC
(rev 320664)
@@ -347,6 +347,10 @@
; 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.
Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development 2011-12-08 14:47:32 UTC (rev
320663)
+++ php/php-src/trunk/php.ini-development 2011-12-08 14:57:02 UTC (rev
320664)
@@ -347,6 +347,10 @@
; 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.
Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production 2011-12-08 14:47:32 UTC (rev
320663)
+++ php/php-src/trunk/php.ini-production 2011-12-08 14:57:02 UTC (rev
320664)
@@ -347,6 +347,10 @@
; 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.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php