changelog Fri Mar 7 20:31:27 2003 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1287 php4/ChangeLog:1.1288
--- php4/ChangeLog:1.1287 Thu Mar 6 20:32:22 2003
+++ php4/ChangeLog Fri Mar 7 20:31:26 2003
@@ -1,3 +1,142 @@
+2003-03-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * sapi/isapi/php4isapi.c:
+ Fixed bug #22473 (ISAPI Secure Server Variables not available)
+
+ * (PHP_4_3)
+ NEWS:
+ Added note about the 64bit fixes
+
+ * NEWS:
+ These will be already in 4.3.x
+
+2003-03-07 Uwe Schindler <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ sapi/nsapi/CREDITS:
+ credits update
+
+2003-03-07 J Smith <[EMAIL PROTECTED]>
+
+ * tests/classes/interfaces_001.phpt
+ tests/classes/interfaces_002.phpt
+ tests/classes/type_hinting_001.phpt
+ tests/lang/type_hints_001.phpt:
+ Added tests for interfaces and class type hinting.
+
+2003-03-07 Ben Mansell <[EMAIL PROTECTED]>
+
+ * sapi/cgi/cgi_main.c:
+ Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary
+ would cause PHP to get caught in an infinite loop of failing write()
+ syscalls.
+
+2003-03-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Bug fixing news.
+
+ * ext/ldap/ldap.c:
+ Fixed bug #22585 (Do not terminate the script on minor errors).
+
+ * sapi/apache2handler/php_functions.c:
+ OnUpdateInt -> OnUpdateLong.
+
+ * sapi/apache2handler/apache_config.c
+ sapi/apache2handler/php_apache.h
+ sapi/apache2handler/php_functions.c
+ sapi/apache2handler/sapi_apache2.c:
+ CS Fixes.
+ Fixed a bug with 404 handling.
+ Added more detailed Apache info for phpinfo().
+ Added the support for last_modified.
+
+2003-03-07 David Hill <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/bz2/bz2.c
+ ext/dio/dio.c
+ ext/domxml/php_domxml.c
+ ext/fdf/fdf.c
+ ext/ftp/php_ftp.c
+ ext/ldap/ldap.c
+ ext/mcrypt/mcrypt.c
+ ext/mhash/mhash.c
+ ext/openssl/openssl.c
+ ext/pgsql/pgsql.c
+ ext/posix/posix.c
+ ext/sockets/sockets.c
+ ext/standard/exec.c
+ ext/standard/file.c
+ ext/standard/fsock.c
+ ext/standard/head.c
+ ext/standard/html.c
+ ext/standard/metaphone.c
+ ext/standard/string.c
+ ext/sysvsem/sysvsem.c
+ ext/zip/zip.c
+ ext/zlib/zlib.c
+ main/output.c:
+ 64-bit correction to variables passed to zend_parse_parameters
+
+2003-03-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * configure.in:
+ Create php_version.h in the correct directory
+
+ * ext/fam/fam.c
+ ext/fbsql/php_fbsql.c
+ ext/hwapi/hwapi.cpp
+ ext/hyperwave/hw.c
+ ext/informix/ifx.ec
+ ext/ingres_ii/ii.c
+ ext/interbase/interbase.c
+ ext/ircg/ircg.c
+ ext/ldap/ldap.c
+ ext/mbstring/mbstring.c
+ ext/mssql/php_mssql.c
+ ext/mysql/php_mysql.c
+ ext/mysqli/mysqli.c
+ ext/ncurses/ncurses.c
+ ext/odbc/php_odbc.c
+ ext/pfpro/pfpro.c
+ ext/pgsql/pgsql.c
+ ext/session/session.c
+ ext/skeleton/skeleton.c
+ ext/standard/assert.c
+ ext/standard/file.c
+ ext/sybase_ct/php_sybase_ct.c
+ ext/sysvmsg/sysvmsg.c
+ ext/tokenizer/tokenizer.c
+ ext/yaz/php_yaz.c
+ ext/zlib/zlib.c
+ main/main.c
+ netware/phplib.imp
+ sapi/apache/php_apache.c
+ sapi/apache_hooks/php_apache.c
+ scripts/ext_skel_ng/extension_parser.php:
+ Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
+
+ * ext/odbc/config.m4:
+ Fixed typo caught by Dave.
+
+ * ext/sysvmsg/php_sysvmsg.h
+ ext/sysvmsg/sysvmsg.c
+ ext/sysvsem/sysvsem.c
+ ext/sysvshm/php_sysvshm.h
+ ext/sysvshm/sysvshm.c:
+ WS & CS fixes
+
+2003-03-07 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * tests/classes/abstract.phpt
+ tests/classes/abstract_class.phpt
+ tests/classes/abstract_inherit.phpt
+ tests/classes/abstract_not_declared.phpt
+ tests/classes/abstract_static.phpt:
+ abstract classes must now be declared abstract
+
2003-03-06 David Hill <[EMAIL PROTECTED]>
* ext/bz2/bz2.c
@@ -1220,7 +1359,7 @@
* sapi/apache/libpre.c
sapi/apache/php_apache_http.h:
- Added missing headers and $Id: ChangeLog,v 1.1287 2003/03/07 01:32:22 changelog
Exp $ tags.
+ Added missing headers and $Id: ChangeLog,v 1.1288 2003/03/08 01:31:26 changelog
Exp $ tags.
* sapi/cgi/config9.m4:
MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1779,7 +1918,7 @@
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/userspace.c:
- ws fixes + missing $Id: ChangeLog,v 1.1287 2003/03/07 01:32:22 changelog Exp $
tags, headers added
+ ws fixes + missing $Id: ChangeLog,v 1.1288 2003/03/08 01:31:26 changelog Exp $
tags, headers added
2003-02-19 Corne' Cornelius <[EMAIL PROTECTED]>
@@ -2697,7 +2836,7 @@
* (PHP_4_3)
sapi/cgi/cgi_main.c:
- Added missing $Id: ChangeLog,v 1.1287 2003/03/07 01:32:22 changelog Exp $ tag
+ Added missing $Id: ChangeLog,v 1.1288 2003/03/08 01:31:26 changelog Exp $ tag
2003-02-14 Thies C. Arntzen <[EMAIL PROTECTED]>