From: Date: Fri, 28 Feb 2003 01:31:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7be8179520a89609527a2d8c8defd53b222f10f8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fbf218a8ef..b8133b1d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2003-02-27 Ilia Alshanetsky + + * ext/standard/dir.c: + Fixed compiler warning. + + * ext/openssl/xp_ssl.c: + fixed compiler warnings. + +2003-02-27 Wez Furlong + + * ext/standard/config.m4: + streams.c -> streamsfuncs.c + + * ext/standard/streams.c + ext/standard/streamsfuncs.c + win32/php4dllts.dsp + win32/select.c: + Update win32 build. + Since msvc sucks, I had to rename ext/standard/streams.c to + ext/standed/streamsfuncs.c + + * ext/standard/config.m4 + ext/standard/file.c + ext/standard/file.h + ext/standard/streams.c + win32/select.c + win32/select.h + win32/installer/README: + Move streams specific stuff from ext/standard/file.c -> + ext/standard/streams.c + Move win32 select implementation into win32/. + Will update win32 build in a moment. + +2003-02-27 Ilia Alshanetsky + + * ext/standard/filestat.c: + Fixed a bug that would cause filetype() to return "unknown" for + non-existent files on Win32. + +2003-02-27 Wez Furlong + + * ext/standard/file.c + main/php_streams.h + main/streams/xp_socket.c: + Add a generic meta data api for streams. + +2003-02-27 Rasmus Lerdorf + + * TODO-PHP5: + The basic input filtering framework is done and working nicely + +2003-02-27 Wez Furlong + + * TODO: + Update todo slightly + + * ext/openssl/openssl.c + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/ftp_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c + ext/standard/php_fopen_wrappers.h: + - Move https:// and ftps:// wrapper registration into the openssl module. + - Expose the http:// and ftp:// wrappers as PHPAPI + - Remove unused variables + + * main/network.c + main/streams/transports.c + main/streams/xp_socket.c + win32/php4dllts.dsp: + Fixup build for win32 + +2003-02-27 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/standard/filestat.c: + Fixed bug #21410 (fixed handling of NULL or "" files on Win32) + +2003-02-27 Jani Taskinen + + * NEWS: + ..if only all lakes were kossu.. + +2003-02-27 Hartmut Holzgraefe + + * ext/yp/yp.c: + changed from strncpy to strlcpy on request + +2003-02-27 Sascha Schumann + + * main/php_streams.h: + rename macro argument so that it does not partially match the string. + + fixes a warning on unixware + +2003-02-27 Corne' Cornelius + + * ext/informix/ifx.ec: + - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10 + + * ext/informix/ifx.ec: + - Fixed possible Segfault in ifx_errormsg() using malloc() instead of + emalloc() + 2003-02-26 Pierre-Alain Joye * ext/gd/gd.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fec135a70a..bc462522ca 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2003-02-27 Rasmus Lerdorf + + * zend_ini_scanner.l: + MFB: We know ini file scanning will never be interactive, so speed it up a + bit. Need a dynamic check for the language scanner. + 2003-02-26 Sebastian Bergmann * ZEND_CHANGES: