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
commit6b7d4bd32264c0cd511652772fff52ae97a483c1 (patch)
tree044b687144fe9ed5b5a22340b756094906e6c43c /php.ini-development
parentb69cfde57060e5717d9b4072147c5470041014b9 (diff)
downloadphp-git-6b7d4bd32264c0cd511652772fff52ae97a483c1.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.