From: Date: Mon, 9 Sep 2002 00:33:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e15e0336ded290586eecf4a1ebcacc5fca62c920;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 990e020178..00cf6ff3af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2002-09-08 Jon Parise + + * CODING_STANDARDS: Reword item 10 for greater clarity. + +2002-09-08 Yasuo Ohgaki + + * CODING_STANDARDS: + It seems we're better to mention about missing functions. + PHP_FUNCTION -> ZEND_FUNCTION + +2002-09-08 Stefan Esser + + * ext/standard/ftp_fopen_wrapper.c + main/network.c + main/php_network.h: Added possibility to reuse an old SSL session id. + + Ugly but needed for f.e.: debians ftpd-ssl + +2002-09-08 Jani Taskinen + + * NEWS: s/send/sent/ + + * NEWS: nice..nice.. + +2002-09-08 Jon Parise + + * ext/cyrus/config.m4: Capitalization + +2002-09-08 Shane Caraveo + + * ext/standard/ftp_fopen_wrapper.c: someone missed code requiring ssl + +2002-09-08 Stefan Esser + + * ext/standard/ftp_fopen_wrapper.c: + ftp(s) fopen() wrapper does no longer ignore the ip returned by PASV. + + * NEWS: Added ftps:// fopen() wrapper to NEWS. + + * ext/standard/ftp_fopen_wrapper.c: + Control connection gets closed in ssl mode now, too. + +2002-09-08 Dan Kalowsky + + * sapi/nsapi/config.m4: Fix for bug #19290 + +2002-09-08 Stefan Esser + + * ext/standard/ftp_fopen_wrapper.c + ext/standard/basic_functions.c: Added EXPERIMENTAL ftps fopen wrapper. + + For now this leaks the control connection stream because you cannot + close the control connection in ssl mode before you read the data. + +2002-09-08 Andi Gutmans + + * makedist.ZendEngine2: - Simplify makedist + +2002-09-08 Sander Roobol + + * ext/standard/info.c: Fix typo + +2002-09-08 Yasuo Ohgaki + + * main/SAPI.c: Added missing charset. + + * main/php_variables.c: MFH + + * main/php_variables.c: + Fix last commit. This line isn't supposed to be replaced. + 2002-09-07 Wez Furlong * NEWS: Mention php://output wrapper. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9e05547d74..9962aedd24 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-09-08 Andi Gutmans + + * zend.h: - Prepare for alpha 3 + 2002-09-05 Stanislav Malyshev * zend_compile.c: quick-n-dirty inheritance support for __handlers