changelog Tue Mar 11 20:33:21 2003 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1291 php4/ChangeLog:1.1292
--- php4/ChangeLog:1.1291 Mon Mar 10 20:33:29 2003
+++ php4/ChangeLog Tue Mar 11 20:33:20 2003
@@ -1,3 +1,77 @@
+2003-03-11 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ sapi/apache2handler/php_functions.c:
+ OnUpdateLong is only in php5/HEAD. (oops! :)
+
+2003-03-11 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/xml/expat/expat.h:
+ Fixed bug #22634 (broken cygwin build)
+
+2003-03-11 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ This went to 4_3 branch
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ ext/odbc/config.m4:
+ MFH: - Fixed bug #20715 (odbc could not be compiled as shared extension)
+
+ * ext/odbc/config.m4:
+ - Fixed bug #20715 (odbc could not be compiled as shared extension)
+
+2003-03-11 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re
+ ext/standard/url_scanner_ex.re
+ ext/standard/url_scanner_ex.re:
+ fix sizeof(size_t) > sizeof(uint) issue
+
+2003-03-11 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/imap/config.m4:
+ MFH: Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)
+
+ * ext/imap/config.m4:
+ Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)
+
+2003-03-11 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re
+ ext/standard/url_scanner_ex.re:
+ reverting jani's non-sense commits
+
+2003-03-11 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/config.m4:
+ added new profiler-files
+
+ * ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_nonapi.c
+ ext/mysqli/mysqli_profiler.c
+ ext/mysqli/mysqli_profiler.h
+ ext/mysqli/mysqli_profiler_com.c
+ ext/mysqli/mysqli_profiler_com.h
+ ext/mysqli/php_mysqli.h:
+ profiler:
+ moved profiler stuff from php_mysql.h to separate include file
+ added port communication
+ added xml support for file and port output
+
2003-03-10 Jani Taskinen <[EMAIL PROTECTED]>
* ext/standard/url_scanner_ex.c:
@@ -1572,7 +1646,7 @@
* sapi/apache/libpre.c
sapi/apache/php_apache_http.h:
- Added missing headers and $Id: ChangeLog,v 1.1291 2003/03/11 01:33:29 changelog
Exp $ tags.
+ Added missing headers and $Id: ChangeLog,v 1.1292 2003/03/12 01:33:20 changelog
Exp $ tags.
* sapi/cgi/config9.m4:
MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -2131,7 +2205,7 @@
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/userspace.c:
- ws fixes + missing $Id: ChangeLog,v 1.1291 2003/03/11 01:33:29 changelog Exp $
tags, headers added
+ ws fixes + missing $Id: ChangeLog,v 1.1292 2003/03/12 01:33:20 changelog Exp $
tags, headers added
2003-02-19 Corne' Cornelius <[EMAIL PROTECTED]>
@@ -3049,7 +3123,7 @@
* (PHP_4_3)
sapi/cgi/cgi_main.c:
- Added missing $Id: ChangeLog,v 1.1291 2003/03/11 01:33:29 changelog Exp $ tag
+ Added missing $Id: ChangeLog,v 1.1292 2003/03/12 01:33:20 changelog Exp $ tag
2003-02-14 Thies C. Arntzen <[EMAIL PROTECTED]>