Uhh.. Can't believe noone noticed the gc option was missing from our ini files

This commit is contained in:
Hannes Magnusson 2011-12-08 14:57:02 +00:00
parent 451263f7d0
commit 0a7fd1962b
2 changed files with 8 additions and 0 deletions

View 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 ;
;;;;;;;;;;;;;;;;;

View 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 ;
;;;;;;;;;;;;;;;;;