1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

ChangeLog update

This commit is contained in:
2002-09-19 00:34:48 +00:00
parent 5fcae67e9d
commit 532362e7f4
2 changed files with 68 additions and 0 deletions
+58
View File
@@ -1,3 +1,61 @@
2002-09-18 Zeev Suraski <zeev@zend.com>
* win32/php4dllts.dsp:
Fix debug build options (looks like VC doesn't maintain indentation in the
.dsp... Sorry Sebastian :)
* sapi/webjames/webjames.c
sapi/roxen/roxen.c
sapi/servlet/servlet.c
sapi/thttpd/thttpd.c
sapi/tux/php_tux.c
sapi/nsapi/nsapi.c
sapi/phttpd/phttpd.c
sapi/pi3web/pi3web_sapi.c
sapi/fastcgi/fastcgi.c
sapi/isapi/php4isapi.c
sapi/cgi/cgi_main.c
sapi/cli/php_cli.c
sapi/apache2filter/sapi_apache2.c
sapi/caudium/caudium.c
sapi/aolserver/aolserver.c
sapi/apache/mod_php4.c
sapi/apache2filter/php_functions.c
main/main.c
main/php_main.h
sapi/activescript/php4activescript.c:
another startup initialization fix - only ISAPI and CGI SAPI's tested,
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...
2002-09-18 James Cox <james@blog.at>
* ext/standard/info.c: white background please
2002-09-18 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/datetime.c: Fixed bug #19446
* ext/standard/image.c:
Added additional handlers for compressed swf files, which require
entire file to be downloaded for successful decompression.
2002-09-18 Dan Kalowsky <dank@deadmime.org>
* ext/imap/php_imap.c:
Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)
2002-09-18 Wez Furlong <wez.php@thebrainroom.net>
* ext/standard/tests/file/userstreams.phpt
main/user_streams.c: Tidy up some user stream code.
Add a small test case (not yet complete).
2002-09-18 Hartmut Holzgraefe <hartmut@six.de>
* ext/standard/string.c:
setlocale() will now accept multiple locale arguments, first match wins
2002-09-17 Tal Peer <tal@kaktos.co.il>
* ext/fribidi/fribidi.c:
+10
View File
@@ -1,3 +1,13 @@
2002-09-18 Zeev Suraski <zeev@zend.com>
* zend.c:
Fix the thread-safe initialization of the ZE2. This should solve some
sporadic crashes, as well as the problem with the built-in constants.
* zend_constants.c: Remove dead code
* zend_builtin_functions.c: Add useful debugging function
2002-09-17 Zeev Suraski <zeev@zend.com>
* zend_hash.c