diff options
| author | <changelog@php.net> | 2003-03-02 01:32:28 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-03-02 01:32:28 +0000 |
| commit | 4128be7f8d38047af85d9e20ed6b06e9993bf1f4 (patch) | |
| tree | 27363e55a89c2bc64063e182a87a4fc45f534b99 /ChangeLog | |
| parent | 805637b06dfa11f287cdef5f0df9eadd2cbae1fc (diff) | |
| download | php-git-4128be7f8d38047af85d9e20ed6b06e9993bf1f4.tar.gz | |
ChangeLog update
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
@@ -1,3 +1,56 @@ +2003-03-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * main/network.c: + Reverted my previous commit + +2003-03-01 Wez Furlong <wez.php@thebrainroom.net> + + * main/streams/plain_wrapper.c: + Ensure that all fields are initialized to NULL. + +2003-03-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * main/network.c: + Fixed build + +2003-03-01 Wez Furlong <wez.php@thebrainroom.net> + + * ext/xmlrpc/xmlrpc-epi-php.c: + Fix two crash bugs when optional parameters are not specified. + Fix folding markers. + + * main/streams/xp_socket.c: + Don't shutdown() unix sockets. + It causes the server end to close down/break. + + * main/streams/memory.c: + Folding fixes + + * scripts/Makefile.frag: + Add streams headers to those used for shared extensions. + + * NEWS: + New! + +2003-03-01 Pierre-Alain Joye <paj@pearfr.org> + + * ext/gd/CREDITS: + update credits (ilia,myself) + +2003-03-01 Wez Furlong <wez.php@thebrainroom.net> + + * ext/standard/basic_functions.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h: + Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high + performance alternative to looping reads and writes. + +2003-03-01 Pierre-Alain Joye <paj@pearfr.org> + + * (PHP_4_3) + ext/gd/CREDITS: + Update credits + 2003-02-28 Wez Furlong <wez.php@thebrainroom.net> * ext/ftp/ftp.c |
