changelog               Fri Oct 13 01:30:56 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2481&r2=1.2482&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2481 php-src/ChangeLog:1.2482
--- php-src/ChangeLog:1.2481    Thu Oct 12 01:32:17 2006
+++ php-src/ChangeLog   Fri Oct 13 01:30:56 2006
@@ -1,3 +1,54 @@
+2006-10-12  Brian France  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/dbase/tests/002.phpt

Reply via email to