changelog               Sun Nov 30 01:32:22 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3243&r2=1.3244&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3243 php-src/ChangeLog:1.3244
--- php-src/ChangeLog:1.3243    Sat Nov 29 01:32:19 2008
+++ php-src/ChangeLog   Sun Nov 30 01:32:21 2008
@@ -1,3 +1,99 @@
+2008-11-29  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      MFH: support stat cache of webserver (like apache does)
+
+    * sapi/nsapi/nsapi.c:
+      support stat cache of webserver (like apache does)
+
+2008-11-29  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/ereg/tests/ereg_replace_variation_002.phpt
+      ext/ereg/tests/eregi_replace_variation_002.phpt
+      ext/ereg/tests/split_variation_003.phpt
+      ext/ereg/tests/spliti_variation_003.phpt:
+      - Fixed tests
+
+2008-11-29  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      sapi/nsapi/nsapi.c:
+      MFH: Some nsapi.h specific ifdefs unified & corrected (same like last
+      commit, only cleanup)
+
+    * (PHP_5_3)
+      sapi/nsapi/nsapi.c:
+      MFH: Some nsapi.h specific ifdefs unified & corrected
+
+    * sapi/nsapi/nsapi.c:
+      Some nsapi.h specific ifdefs unified & corrected
+
+    * (PHP_5_2)
+      sapi/nsapi/nsapi.c:
+      MFH: remove one stat call and replace by cached one
+      (release-manager: the same like with last commit)
+
+    * (PHP_5_3)
+      sapi/nsapi/nsapi.c:
+      MFH: remove one stat call and replace by cached one
+
+    * sapi/nsapi/nsapi.c:
+      remove one stat call and replace by cached one
+
+2008-11-29  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+      MFH: Fix #46718: ReflectionProperty::setValue() and
+      ReflectionProperty::setAccessible().
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+      Fix #46718: ReflectionProperty::setValue() and
+      ReflectionProperty::setAccessible().
+
+2008-11-29  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      sapi/nsapi/nsapi.c:
+      Hallo release manager: This patch is not release critical (affects only
+      NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you
+      do not want to have it in, revert it, a new RC is definitely not needed
+      because of this (and I am sure nobody who tests RCs is using NSAPI :)!
+      
+      MFH: Implement flushing in NSAPI, fix some problems with output buffering
+      if the response was not started (no headers sent) before doing something
+      in ub_write() or flush() - Writing or flushing output will fail in NSAPI,
+      if headers were not sent before.
+
+    * (PHP_5_3)
+      sapi/nsapi/nsapi.c:
+      MFH:
+      - Implement the changes needed for http://news.php.net/php.cvs/54228
+      - Additionally implement flushing in NSAPI and fix some small things
+
+    * sapi/nsapi/nsapi.c:
+      - Implement the changes needed for http://news.php.net/php.cvs/54228
+      - Additionally implement flushing in NSAPI and fix some small things
+
+2008-11-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      report fix
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      MFB: init BG(page_uid) and BG(page_gid)
+
+    * sapi/apache/mod_php.c
+      sapi/apache/mod_php5.c:
+      MFB: init server context before config variables are processed
+
 2008-11-28  Stanislav Malyshev  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)
@@ -15875,7 +15971,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3243 2008/11/29 01:32:19 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3244 2008/11/30 01:32:21 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to