summaryrefslogtreecommitdiff
path: root/php.ini-development
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
commitd0f7573b398b27d3dfb732b09fbf685e3e609839 (patch)
tree105f8bb9ef259d584689ae8d387d54a4232b7741 /php.ini-development
parent8559b09566a4b781dcd1bff31dcec65ee38f4155 (diff)
downloadphp-git-d0f7573b398b27d3dfb732b09fbf685e3e609839.tar.gz
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index bd3eefcfff..fc04d85918 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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.