changelog               Mon May  4 01:32:50 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3392&r2=1.3393&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3392 php-src/ChangeLog:1.3393
--- php-src/ChangeLog:1.3392    Sun May  3 01:32:37 2009
+++ php-src/ChangeLog   Mon May  4 01:32:48 2009
@@ -1,3 +1,127 @@
+2009-05-03  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/curl/interface.c:
+      - #47966, cannot access curl info array without binary
+        To check: why add_assoc_ascii_string_ex fails while
+      add_assoc_ascii_string works
+
+2009-05-03  Derick Rethans  <p...@derickrethans.nl>
+
+    * (PHP_5_3)
+      NEWS
+      ext/date/php_date.c
+      ext/date/php_date.h:
+      - MFH: Added timezone_version_get() to retrieve the version of the used
+        timezone database.
+
+    * ext/date/php_date.c
+      ext/date/php_date.h:
+      - Added timezone_version_get() to retrieve the version of the used 
timezone
+        database.
+
+    * (PHP_5_2)
+      NEWS
+      main/main.c
+      main/main.c:
+      - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when
+        setting logging timestamps).
+
+    * main/main.c:
+      - Fixed bug #45191 (error_log ignores date.timezone php.ini val when
+        setting logging timestamps).
+
+    * (PHP_5_3)
+      NEWS
+      ext/date/php_date.c
+      ext/date/tests/bug45682.phpt:
+      - MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+    * ext/date/tests/bug45682.phpt
+      ext/date/tests/bug45682.phpt:
+      
+      - Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+    * ext/date/php_date.c:
+      - Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+    * (PHP_5_2)
+      NEWS
+      ext/date/php_date.c
+      ext/date/php_date.c
+      ext/date/lib/timelib_structs.h
+      ext/date/lib/timelib_structs.h
+      ext/date/lib/tm2unixtime.c
+      ext/date/lib/tm2unixtime.c
+      ext/date/tests/bug48058.phpt
+      ext/date/tests/bug48058.phpt
+      ext/date/tests/date_create-relative.phpt
+      ext/date/tests/date_create-relative.phpt
+      ext/date/tests/strtotime-relative.phpt
+      ext/date/tests/strtotime-relative.phpt:
+      - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int 
range).
+      - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative
+      offsets).
+
+    * ext/date/php_date.c
+      ext/date/lib/timelib_structs.h
+      ext/date/lib/tm2unixtime.c
+      ext/date/tests/bug48058.phpt
+      ext/date/tests/bug48058.phpt
+      ext/date/tests/bug48058.phpt
+      ext/date/tests/date_create-relative.phpt
+      ext/date/tests/date_create-relative.phpt
+      ext/date/tests/date_create-relative.phpt
+      ext/date/tests/strtotime-relative.phpt
+      ext/date/tests/strtotime-relative.phpt
+      ext/date/tests/strtotime-relative.phpt:
+      - Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
+      - Fixed bug #45822 (Near infinite-loops while parsing huge relative
+      offsets).
+
+2009-05-03  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      fix news
+
+2009-05-03  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - #41712
+
+    * ext/curl/interface.c
+      ext/curl/interface.c:
+      - ws/cs
+
+    * ext/curl/interface.c
+      ext/curl/interface.c:
+      - c/p error
+
+    * (PHP_5_3)
+      ext/curl/interface.c
+      ext/curl/php_curl.h:
+      - [DOC] MFH: #41712, implement  progress callback
+        - add constants  CURLOPT_PROGRESSFUNCTION
+
+    * ext/curl/interface.c
+      ext/curl/php_curl.h:
+      - [DOC] #41712, implement  progress callback
+        - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION
+
+2009-05-03  Derick Rethans  <p...@derickrethans.nl>
+
+    * (PHP_5_2)
+      ext/date/tests/bug48097.phpt
+      ext/date/tests/bug48097.phpt:
+      - MFH: Added test for (bogus) bug #48097.
+
+    * ext/date/tests/bug48097.phpt
+      ext/date/tests/bug48097.phpt
+      ext/date/tests/bug48097.phpt:
+        1.1.4;
+      - Added test for (bogus) bug #48097.
+
 2009-05-02  Jani Taskinen  <jani.taski...@sci.fi>
 
     * (PHP_5_3)
@@ -38184,7 +38308,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3392 2009/05/03 01:32:37 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3393 2009/05/04 01:32:48 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to