]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 21 Jul 2005 05:32:41 +0000 (05:32 +0000)
committer <changelog@php.net> <>
Thu, 21 Jul 2005 05:32:41 +0000 (05:32 +0000)
ChangeLog

index c84388790cbaaeef948c643437718a8deef80634..eb911dfc5f11cdf0d33afab48a4a53a3bb06d3fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2005-07-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS:
+      there is not much point in putting entries of bugs fixed when bug only
+      existed in CVS and not in any release..
+
+2005-07-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      NEWS
+      ext/standard/file.c
+      ext/standard/tests/file/bug32160.phpt
+      ext/standard/tests/file/bug32160.txt:
+      MFH: Fixed bug #32160 (copying a file into itself leads to data loss).
+
+2005-07-20  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS:
+      - Fixed bug #33578 (strtotime() problem with "Oct17" format).
+      - Fixed problems with lone years in strtotime().
+      - Added functions to timelib to get a list of all abbreviations and
+      timezone
+        identifiers.
+      - Fixed problems with parsed dates that only have GMT offsets associated
+        with them.
+      - Fixed a Windows compile problem.
+      - Added special constants for different often used date formats
+      (DATE_ISO8601,
+        DATE_RFC822, DATE_RSS etc).
+      - Fixed date_default_timezone_get() to return the guessed timezone if none
+        was set yet with date_default_timezone_set().
+      - Added experimental support for Date/Timezone objects as per
+      specifications.
+
+2005-07-20  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * NEWS
+      NEWS:
+      -** empty log message ***
+
+2005-07-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/mysqli/tests/009.phpt
+      ext/mysqli/tests/036.phpt:
+      Skip tests in 64bit systems
+
+    * pear/tests/pear_dependency_checkExtension.phpt:
+      fixed skipif to really skip
+
 2005-07-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * tests/classes/array_access_013.phpt: