summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-07-06 05:31:49 +0000
committer <changelog@php.net>2005-07-06 05:31:49 +0000
commitc477a0b181c62bdc14f762e014be043e4a7a6a30 (patch)
tree00bab934b05e3a812a826bb7d96f902deb996ae2 /ChangeLog
parent887f44a9ddca8c4e91191e3191155a1d7ce53d00 (diff)
downloadphp-git-c477a0b181c62bdc14f762e014be043e4a7a6a30.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edcfa03194..d40ed1f326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2005-07-05 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/standard/incomplete_class.c
+ ext/standard/php_incomplete_class.h:
+ - Fixed crash in serialize() + classes. (64bit only)
+
+2005-07-05 Derick Rethans <php@derickrethans.nl>
+
+ * NEWS:
+ - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format).
+ (Derick)
+
+2005-07-05 Ilia Alshanetsky <ilia@prohost.org>
+
+ * NEWS
+ ext/standard/streamsfuncs.c
+ ext/standard/tests/file/stream_get_line.phpt:
+ Fixed crash inside stream_get_line() when length parameter equals 0.
+
+2005-07-05 Edin Kadribasic <edink@emini.dk>
+
+ * ext/pgsql/pgsql.c:
+ Properly detect when the copy command fails
+
+2005-07-05 Dmitry Stogov <dmitry@zend.com>
+
+ * main/main.c
+ main/main.c:
+ Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows
+
+ * ext/session/tests/bug31454.phpt
+ ext/session/tests/bug31454.phpt:
+ Fixed test file
+
+2005-07-05 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_4_4)
+ NEWS
+ ext/pgsql/pgsql.c:
+ - MFH: Fixed memory corruption in pg_copy_from() in case the as_null
+ parameter
+ was passed. (Derick)
+
+ * (PHP_5_0)
+ NEWS
+ ext/pgsql/pgsql.c:
+ - MFH: Fixed memory corruption in pg_copy_from() in case the as_null
+ parameter was
+ passed.
+
+ * NEWS
+ ext/pgsql/pgsql.c:
+ - Fixed memory corruption in pg_copy_from() in case the as_null parameter
+ was
+ passed. (Derick)
+
2005-07-04 Jon Parise <jon+php@csh.rit.edu>
* run-tests.php: