changelog               Mon Oct 27 01:34:17 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3209&r2=1.3210&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3209 php-src/ChangeLog:1.3210
--- php-src/ChangeLog:1.3209    Sat Oct 25 01:32:17 2008
+++ php-src/ChangeLog   Mon Oct 27 01:34:12 2008
@@ -1,3 +1,142 @@
+2008-10-26  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/hash/tests/skip_mhash.inc:
+      - Fixed condition
+
+    * ext/hash/tests/skip_mhash.inc
+      tests/basic/bug46313.phpt
+      tests/basic/bug46313.phpt:
+      - Fixed test
+
+2008-10-26  Kalle Sommer Nielsen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      php.ini-recommended:
+      MFB: Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad
+      practices)
+
+    * (PHP_5_3)
+      php.ini-recommended:
+      Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad practices)
+
+2008-10-26  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/openssl/openssl.c:
+      
+      MFB: Fixed compiler warning
+
+    * (PHP_5_2)
+      ext/openssl/openssl.c:
+      MFB: Fixed compiler warning
+
+    * (PHP_5_3)
+      ext/openssl/openssl.c:
+      Fixed compiler warning
+
+2008-10-26  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/streamsfuncs.c
+      ext/standard/streamsfuncs.c:
+      - MFH: Fixed bug #46388 (stream_notification_callback inside of object
+      destroys object variables)
+
+    * ext/standard/streamsfuncs.c:
+      - Fixed bug #46388 (stream_notification_callback inside of object 
destroys
+      object variables)
+
+2008-10-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Fixed NEWS entries.
+
+    * (PHP_5_2)
+      NEWS
+      ext/date/php_date.c
+      ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re
+      ext/date/lib/parse_tz.c
+      ext/date/lib/tm2unixtime.c
+      ext/date/lib/unixtime2tm.c
+      ext/date/tests/bug43452.phpt
+      ext/date/tests/date_parse_001.phpt
+      ext/date/tests/strtotime_basic.phpt:
+      - MFH: Fixed weekdays adding/subtracting algorithm.
+      - MFH: Fixed some ambiguities in the date parser.
+      - MFH: Fixed bug #45529 (new DateTimeZone() and
+      date_create()->getTimezone()
+        behave different).
+      - MFH: Fixed bug #43452 (strings containing a weekday, or a number plus
+      weekday
+        behaved incorrect of the current day-of-week was the same as the one in
+      the
+        phrase).
+      - MFH: Fixed a bug with the YYYY-MM format not resetting the day
+      correctly.
+      - MFH: Fixed a bug in the DateTime->modify() methods, it would not use 
the
+        advanced relative time strings.
+      - MFH: Fixed a segfault - simply a forgotten return;
+
+2008-10-26  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * ext/phar/phar.c:
+      last commit was an old patch, revert faulty line
+
+    * ext/phar/phar.c
+      ext/phar/phar_object.c
+      ext/phar/util.c:
+      MFB: fix several errors found by valgrind
+      1 - entry metadata not properly processed or retrieved from cached phars
+      2 - copy on write was using a void return value instead of int, a
+      dangerous oversight in phar_update_cached_entry
+      3 - metadata creation in entries for cached phars was causing an invalid
+      read
+
+    * (PHP_5_3)
+      ext/phar/phar.c
+      ext/phar/phar_object.c
+      ext/phar/util.c:
+      fix several errors found by valgrind
+      1 - entry metadata not properly processed or retrieved from cached phars
+      2 - copy on write was using a void return value instead of int, a
+      dangerous oversight in phar_update_cached_entry
+      3 - metadata creation in entries for cached phars was causing an invalid
+      read
+
+2008-10-26  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN #46389
+
+    * (PHP_5_2)
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c:
+      - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch 
by
+      guenter at php.net)
+
+    * ext/soap/php_encoding.c:
+      - Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by
+      guenter at php.net)
+
+2008-10-26  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * win32/build/Makefile
+      win32/build/mkdist.php:
+      - MFH: add php-test-pack-[version].zip to nmake snap so we can distribute
+      the tests as single zip
+        TODO: add run-tests.bat to the package
+
+    * (PHP_5_3)
+      win32/build/Makefile
+      win32/build/mkdist.php:
+      - add php-test-pack-[version].zip to nmake snap so we can distribute the
+      tests as single zip
+        TODO: add run-tests.bat to the package
+
 2008-10-24  Felipe Pena  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -9439,7 +9578,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3209 2008/10/25 01:32:17 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3210 2008/10/27 01:34:12 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to