From: Date: Wed, 23 Feb 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f788b6743bed61781ed47aa8ae772c9fa0811460;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 376680d30b..04fdaceedd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2000-02-22 Sascha Schumann + + * ext/session/session.c: Revert part of the last commit + +2000-02-22 Andrew Skalski + + * ext/ftp/ftp.c + ext/ftp/ftp.h + ext/ftp/php_ftp.c + ext/ftp/php_ftp.h: added the ftp_site() function + +2000-02-22 Uwe Steinmann + + * ext/domxml/domxml.c: - added support for namespaces + - made entities in attributes possible + +2000-02-22 Andrei Zmievski + + * ext/standard/exec.c: (PHP exec) Return last line of output properly. + +2000-02-22 Uwe Steinmann + + * tests/testdom: - some tiny changes to the test routine + + * ext/domxml/domxml.c: + - dom tree isn't editable anymore. Will probably change back in the future + +2000-02-22 Egon Schmid + + * ext/imap/imap.c + ext/gd/gdt1.c + ext/hyperwave/hw.c + ext/dav/dav.c + ext/bcmath/bcmath.c: More protos. + +2000-02-22 Sascha Schumann + + * ext/session/session.c: + Print out a warning, if writing the session data failed. This might + happen in a request shutdown handler; php_error() worked for me in the + CGI version. + +2000-02-22 Sam Ruby + + * sapi/servlet/servlet.dsp: add proper dependencies + +2000-02-22 Andrei Zmievski + + * pear/Makefile.in + pear/phpextdist: + Added phpextdist script for making external extension packages. + + * build/library.mk: Use 'cp' instead of 'install'. + + * ext/session/session.c: Typo. + +2000-02-22 Thies C. Arntzen + + * ext/oci8/oci8.c: + - Fixed OCI8 crash when returning cursors from stored-procedures. + 2000-02-21 MySQL Team * ext/mysql/libmysql/.cvsignore: Ignore more