]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 13 Oct 2006 01:30:58 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Fri, 13 Oct 2006 01:30:58 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 133ff873631bc6a253ce0debc0db16090c2112b8..c02cf6dc83faa19e03151f9290a2bd27346b63fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2006-10-12  Brian France  <list@firehawksystems.com>
+
+    * 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  <mike@iworks.at>
+
+    * 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  <antony@zend.com>
+
+    * (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  <dmitry@zend.com>
+
+    * 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  <ilia@prohost.org>
+
+    * 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  <antony@zend.com>
 
     * ext/dbase/tests/002.phpt
index f702415c61dd499636f41c642f39b13bb6171e48..d066749a5c10d10a3b9993f974114155904ff45a 100644 (file)
@@ -1,3 +1,12 @@
+2006-10-12  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <andrei@gravitonic.com>
 
     * zend_API.c