]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 28 Feb 2003 01:31:36 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 28 Feb 2003 01:31:36 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index fbf218a8ef6a2f8dd174f55ed3c992ff8ba6d384..b8133b1d4e3db248ff17f7e9bf218dc98ba63cef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2003-02-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/dir.c:
+      Fixed compiler warning.
+
+    * ext/openssl/xp_ssl.c:
+      fixed compiler warnings.
+
+2003-02-27  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * 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  <ilia@prohost.org>
+
+    * 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  <wez.php@thebrainroom.net>
+
+    * 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  <rasmus@lerdorf.com>
+
+    * TODO-PHP5:
+      The basic input filtering framework is done and working nicely
+
+2003-02-27  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * 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  <ilia@prohost.org>
+
+    * (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  <sniper@iki.fi>
+
+    * NEWS:
+      ..if only all lakes were kossu..
+
+2003-02-27  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/yp/yp.c:
+      changed from strncpy to strlcpy on request
+
+2003-02-27  Sascha Schumann  <sascha@schumann.cx>
+
+    * 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  <cornec@reach.co.za>
+
+    * 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  <paj@pearfr.org>
 
     * ext/gd/gd.c:
index fec135a70a1d84bfe8bfa0fafc95d5efac20c385..bc462522cafa7a0aad9119a2d75dcdabe6a3a1ef 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-27  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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  <sb@sebastian-bergmann.de>
 
     * ZEND_CHANGES: