changelog Thu Dec 26 20:32:13 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1220 php4/ChangeLog:1.1221
--- php4/ChangeLog:1.1220 Wed Dec 25 20:33:49 2002
+++ php4/ChangeLog Thu Dec 26 20:32:13 2002
@@ -1,3 +1,72 @@
+2002-12-26 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/ftp/CREDITS
+ ext/ncurses/CREDITS
+ ext/standard/credits.c
+ ext/standard/credits_ext.h:
+ - MFB
+
+ * ext/ncurses/CREDITS:
+ All on one line
+
+ * ext/ftp/CREDITS
+ ext/standard/credits.c
+ ext/standard/credits_ext.h:
+ - update credits
+
+2002-12-26 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/ncurses/CREDITS:
+ added Wez, Ilia & myself
+
+ * ext/ncurses/CREDITS:
+ added Wez, Ilia and myself
+
+2002-12-26 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c:
+ MFH: get_meta_tags() stream leak
+
+ * ext/standard/file.c:
+ Remove cruft that opened a stream that was never closed in get_meta_tags().
+ (probably my fault).
+ Noticed by Philip Olson
+
+2002-12-26 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/standard/string.c:
+ if needle is empty free allocated memory
+
+ * ext/standard/string.c:
+ remove memleak
+
+2002-12-26 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/dba/tests/dba_db4.phpt:
+ Add missing test for db4 handler
+
+2002-12-26 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c:
+ fixed some compiler warnings when using external libmysqlclient 4.x
+
+2002-12-26 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended
+ main/config.w32.h.in
+ main/internal_functions_win32.c
+ win32/php4dllts.dsp:
+ MFB:
+ Made ZLIB extension built in on Windows. Fixes #21139.
+
+ * php.ini-dist
+ php.ini-recommended
+ main/config.w32.h.in
+ main/internal_functions_win32.c
+ win32/php4dllts.dsp:
+ Made ZLIB extension built in on Windows. Fixes #21139.
+
2002-12-25 George Schlossnagle <[EMAIL PROTECTED]>
* sapi/cgi/cgi_main.c: