changelog Wed Sep 4 20:34:16 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1151 php4/ChangeLog:1.1152
--- php4/ChangeLog:1.1151 Tue Sep 3 20:33:46 2002
+++ php4/ChangeLog Wed Sep 4 20:34:15 2002
@@ -1,3 +1,110 @@
+2002-09-04 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/pgsql/pgsql.c: php_error -> php_error_docref
+
+2002-09-04 Stefan Esser <[EMAIL PROTECTED]>
+
+ * main/SAPI.c:
+ This 2 lines should have been removed when the header() code was rewritten.
+
+2002-09-04 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * sapi/cgi/config.m4
+ sapi/pi3web/config.m4
+ ext/xmlrpc/config.m4
+ ext/xslt/config.m4
+ ext/zlib/config0.m4
+ ext/session/config.m4
+ ext/xml/config.m4
+ ext/mbstring/config.m4
+ ext/mysql/config.m4
+ ext/pdf/config.m4
+ ext/curl/config.m4
+ ext/domxml/config.m4
+ ext/gd/config.m4
+ configure.in
+ acinclude.m4: - Added --disable-all configure option.
+
+ * configure.in: MFH: Fix the missing libgcc problems.
+
+ * ext/cyrus/config.m4: ws fix
+
+ * ext/cyrus/config.m4:
+ Fix the shared build (nobody ever build this as shared?)
+
+2002-09-04 Marcus B�rger <[EMAIL PROTECTED]>
+
+ * sapi/cgi/cgi_main.c: Fix headers when default content type is used.
+
+2002-09-04 Martin Kraemer <[EMAIL PROTECTED]>
+
+ * ext/cyrus/config.m4:
+ The sasl.h file is in .../include/sasl/ (at least in cyrus-sasl-2.1.6)
+
+2002-09-04 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/sockets/config.m4: Fix bug: #19212
+
+2002-09-04 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ext/overload/overload.c
+ main/internal_functions_win32.c:
+ Don't build ext/overload with Zend Engine 2.
+
+2002-09-04 Dan Kalowsky <[EMAIL PROTECTED]>
+
+ * ext/session/config.m4: sniper claims its safe to take these out as well.
+
+ * ext/session/mod_files.c: taking out the PWRITE calls too
+
+ * ext/session/mod_files.c: Taking out the PWRITE functions too...
+
+ * ext/session/mod_files.c: MFH, removing PREAD for Bug #15983
+
+ * ext/session/mod_files.c: This fixes Bug #19022 and #15983
+
+2002-09-04 Martin Kraemer <[EMAIL PROTECTED]>
+
+ * ext/fbsql/config.m4: Fix bogus test
+
+2002-09-04 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * netware/phplib.mak:
+ Makefile to build for NetWare: extensions, main, netware & regex files
+
+ * netware/buildlib.bat:
+ Batch file to build extensions and files under main, netware and regex folders
+
+ * ext/bcmath/libbcmath/src/config.h: To include the NetWare config file
+
+2002-09-04 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended: Fixed mbstring.func_overload description.
+
+ * ext/iconv/config.m4
+ ext/iconv/iconv.c
+ ext/iconv/iconv.dsp
+ ext/iconv/php_iconv.h
+ ext/iconv/tests/translit.phpt: Fixed undefiend referece at build time.
+ Fixed transilit test script.
+ Make fixes available on Windows.
+ Patch by Yoshimori Koizumi<[EMAIL PROTECTED]>
+
+2002-09-04 Dan Kalowsky <[EMAIL PROTECTED]>
+
+ * ext/fbsql/php_fbsql.c:
+ Fix for bug #19155 UNTESTED. Unfortunately I don't have a way to test it
+ hopefully the user will.
+
+ * ext/fbsql/php_fbsql.h: No more C++ comments again
+
+ * ext/fbsql/php_fbsql.h: No C++ comments, again!
+
+ * ext/fbsql/php_fbsql.c: No C++ Comments
+
+ * ext/fbsql/php_fbsql.c: No C++ comments
+
2002-09-03 Jani Taskinen <[EMAIL PROTECTED]>
* ext/standard/basic_functions.c