diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-12-20 10:49:33 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-12-20 10:49:33 +0000 |
commit | 53b088e60c47655dccbc3a73daedb25ade2509ae (patch) | |
tree | 76a7146c63212d058436d38564c7adc1fe64035e /NEWS | |
parent | 1e19ee87853fe519cee671038bd5eba0fe9cd8be (diff) | |
download | php-git-53b088e60c47655dccbc3a73daedb25ade2509ae.tar.gz |
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ PHP NEWS - Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection. (Dmitry) - Added internal heap protection (Dmitry) + . memory-limit is always enabled (--enable-memory-limit removed) . safe unlinking . cookies . canary protection (debug build only) |