From: Date: Wed, 2 Feb 2000 02:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=135eb2212497435b19b9b34d1aedc88202c28842;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0f1a8f66e1..7a1493a96f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2000-02-01 Andrei Zmievski + + * ext/standard/file.c: Not needed. + +2000-02-01 Zeev Suraski + + * ext/standard/file.c: Compile fix + +2000-02-01 Andrei Zmievski + + * ext/standard/file.c + ext/standard/file.h + ext/standard/fsock.c + ext/standard/fsock.h + TODO: + - Implemented socket_get_status() function. Some more stuff can be added + to it in the future. + - Renamed set_socket_timeout() to socket_set_timeout() + - Renamed set_socket_blocking() to socket_set_blocking() but kept the + old name for compatibility. It now outputs a warning that + set_socket_timeout() is deprecated but still goes through. + + * TODO: Socket note. + +2000-02-01 Sam Ruby + + * sapi/servlet/servlet.c: + Servlets work again! OK, so it crashes on shutdown, apparently trying to + report a memory leak, but it is worth committing the progress so far. + +2000-02-01 Thies C. Arntzen + + * ext/oci8/oci8.c + ext/oci8/php_oci8.h: + make it work without the zend_hash_pointer*() functions. some work on the shutdown issues (more to follow) + +2000-02-01 Andrei Zmievski + + * TODO + ext/standard/file.c + ext/standard/file.h: Implemented realpath(). + 2000-01-31 Zeev Suraski * NEWS