summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-06-19 02:14:20 +0000
committer <changelog@php.net>2000-06-19 02:14:20 +0000
commit7d6784d98df7f4ddde11bf6dbcddfa896a638958 (patch)
tree1ff63c73c81c44e994b3e8d5221ee1335fe0b1fc
parentfe8f7529463921087654623237075a6647ec5e89 (diff)
downloadphp-git-7d6784d98df7f4ddde11bf6dbcddfa896a638958.tar.gz
ChangeLog update
-rw-r--r--ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 421fb902b7..71438f9533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2000-06-18 Andi Gutmans <andi@php.net>
+
+ * ext/standard/image.c: - Nuke warning
+
+2000-06-18 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/mcrypt/mcrypt.c: No response from Sascha so changed to lowercase.
+
+ * ext/ldap/ldap.c
+ ext/mcrypt/mcrypt.c
+ ext/informix/ifx.ec: More protos.
+
+2000-06-18 Holger Zimmermann <zimpel@t-online.de>
+
+ * sapi/pi3web/pi3web_sapi.c: Changed strtok_r to php_strtok_r
+
+2000-06-18 Jouni Ahto <jah@mork.net>
+
+ * ext/pgsql/pgsql.c:
+ - Fix return type in proto once again...
+
+2000-06-18 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/gd/gd.c
+ ext/hyperwave/hw.c
+ ext/imap/php_imap.c
+ ext/pgsql/pgsql.c: Some protos fixed.
+
+2000-06-18 Jouni Ahto <jah@mork.net>
+
+ * ext/pgsql/pgsql.c:
+ - Fix return type in proto.
+
+2000-06-18 Sascha Schumann <sascha@schumann.cx>
+
+ * sapi/nsapi/config.m4
+ sapi/pi3web/config.m4: Cosmetic cleanups
+
+2000-06-18 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/standard/string.c:
+ (implode), (strtr) no longer touch the internal array-pointer.
+
+ * ext/standard/var.c:
+ (serialize) no longer touches the internal array-pointer
+
+2000-06-18 Sascha Schumann <sascha@schumann.cx>
+
+ * sapi/pi3web/pi3web_sapi.c: Readd pi3web_sapi.c and reset flags.
+
+2000-06-18 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/standard/array.c: One more place.
+
+ * ext/standard/array.c:
+ - Modified in_array() to not touch array pointer.
+
+2000-06-18 Rasmus Lerdorf <rasmus@php.net>
+
+ * NEWS: Slightly more accurate description here
+
2000-06-17 Andrei Zmievski <andrei@ispi.net>
* NEWS: Relic from cvs conflict?