From: Date: Fri, 13 Oct 2006 01:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba13b636e3b8a710f5e4a12e0b5dc086b9e8b142;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 133ff87363..c02cf6dc83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2006-10-12 Brian France + + * sapi/apache/mod_php5.c: + + MFB: + Memory assigned to the request_rec should be allocated from apache pools + and should not be free'ed at the end of the handler phase + + * (PHP_5_2) + sapi/apache/mod_php5.c: + + Memory assigned to the request_rec should be allocated from apache pools + and should not be free'ed at the end of the handler phase + +2006-10-12 Michael Wallner + + * main/output.c + main/php_output.h: + - use new zend_fcall_info API + - use enums where appropriate + + * ext/standard/basic_functions.c: + - missing part of zend_fcall_info API patch + +2006-10-12 Antony Dovgal + + * (PHP_5_2) + ext/oci8/oci8_statement.c: + MFH: use connection charset when reading LOB data + + * ext/oci8/oci8_statement.c: + use connection character set when reading LOB data + +2006-10-12 Dmitry Stogov + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h + ZendEngine2/zend_alloc.h: + Make zend_memory_peak_usage() to be avalable even without + --enable-memory-limit + +2006-10-12 Ilia Alshanetsky + + * regex/regcomp.c: + MFB: Fixed potential use of un-initialized var + + * (PHP_5_2) + regex/regcomp.c: + Fixed potential use of un-initialized var (detected by Coverity) + 2006-10-11 Antony Dovgal * ext/dbase/tests/002.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f702415c61..d066749a5c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2006-10-12 Dmitry Stogov + + * zend_alloc.c + zend_alloc.c + zend_alloc.h + zend_alloc.h: + Make zend_memory_peak_usage() to be avalable even without + --enable-memory-limit + 2006-10-11 Andrei Zmievski * zend_API.c