summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-02-16 01:35:10 +0000
committer <changelog@php.net>2005-02-16 01:35:10 +0000
commitf4ea74d828fdf16a82ceba66f50738bd0907f250 (patch)
tree1c4176c7937bb76fa2e450cad10cebc9221be4a9
parent43d1785ea156bb1d97d9f2e9a314864e4c8b7d3a (diff)
downloadphp-git-f4ea74d828fdf16a82ceba66f50738bd0907f250.tar.gz
ChangeLog update
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f6eacbab1..7d3637fd25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2005-02-15 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ ext/exif/exif.c
+ ext/exif/exif.c:
+ MFH: Fixed bug #31986 (Max nesting limit set too low).
+
+ * ext/exif/exif.c:
+ Fixed bug #31986 (Max nesting limit set too low).
+
+2005-02-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/sqlite/config.m4
+ ext/sqlite/config.w32
+ ext/sqlite/sqlite.c
+ ext/sqlite/tests/sqlite_oo_032.phpt:
+ - SQLite depends on SPL if it is present
+ - Add SQLiteResult::count()
+ - SQLiteResult implements Countable if present
+
+2005-02-15 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * config.guess
+ config.sub
+ ltmain.sh
+ build/libtool.m4:
+ - Applied some patches to fix issues with e.g. ia_64 and s390
+
+ * ext/dom/config.m4:
+ No tabs here
+
+ * ext/xmlrpc/libxmlrpc/.cvsignore:
+ Missing .libs entry
+
+2005-02-15 Ilia Alshanetsky <ilia@prohost.org>
+
+ * main/rfc1867.c:
+ Prune uploaded file names to \ on all OSes, read comments for explanation.
+
2005-02-14 Jani Taskinen <jani.taskinen@kolumbus.fi>
* ext/sockets/sockets.c: