summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2004-01-01 01:32:07 +0000
committer <changelog@php.net>2004-01-01 01:32:07 +0000
commit06a60f29491b621b12c444de4d76bc67c35c7cb2 (patch)
treecc745381d1dbb56fa5528be9371b13ff2e2eef4e /ChangeLog
parentb658a2687450487a359d5a4bfd227c3d9d2c878d (diff)
downloadphp-git-06a60f29491b621b12c444de4d76bc67c35c7cb2.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7f5cf25e4..a5e12f1807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2003-12-31 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/mysqli/mysqli.c
+ ext/sqlite/sqlite.c:
+ emalloc() -> safe_emalloc()
+
+2003-12-31 Andrei Zmievski <andrei@gravitonic.com>
+
+ * ZendEngine2/zend_default_classes.c:
+ Make default message look better.
+
+2003-12-31 Frank M. Kromann <frank@kromann.info>
+
+ * ext/gd/config.w32:
+ Make sure zlib.lib is found
+
+2003-12-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * NEWS:
+ BFN
+
+2003-12-31 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_4_3)
+ NEWS
+ ext/mysql/config.m4:
+ - MFH: Fixed bug #26751 (PHP can't find the MySQL socket on a case
+ sensitive
+ file system).
+
+ * ext/mysql/config.m4:
+ - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive
+ file
+ system).
+
+2003-12-31 Andrey Hristov <php@hristov.com>
+
+ * ext/standard/fsock.c:
+ proto fix
+
+2003-12-31 Georg Richter <phpinfo@t-online.de>
+
+ * NEWS:
+ fixed problems with longlong values in mysqli
+
+ * ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_nonapi.c
+ ext/mysqli/php_mysqli.h:
+ fixed memleak and segfault when constructor call failed
+
+2003-12-31 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * NEWS:
+ cleanup
+
+2003-12-31 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/gd/libgd/gd_topal.c
+ ext/gd/libgd/wbmp.c:
+ Replace regular malloc with safe_emalloc in several places.
+
2003-12-30 Georg Richter <phpinfo@t-online.de>
* ext/mysqli/mysqli_api.c: