From: Date: Thu, 26 Sep 2002 00:35:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f418a1fdb4bbb0e589c48abf54251478a6974cb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 81ce2053b4..0031016110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,141 @@ +2002-09-25 Yasuo Ohgaki + + * php.ini-dist: on -> On + + * php.ini-recommended: Merge changes from php.ini-dist + +2002-09-25 Sascha Schumann + + * ext/ircg/ircg.c: Add support for LIST + +2002-09-25 Andrey Hristov + + * ext/standard/tests/strings/001.phpt: Test case for strspn()/strcspn(). + + * ext/standard/string.c: + Added common handler for strspn() and strcspn(). Almost of the code is + identical. Modified to accept up to 4 params. Last 2 optional start & len. + They are analogic to start & len of substr(). So the behavior when start & + len are used is like + strspn(substr($s,$start,$len),$good_chars) and + strcspn(substr($s,$start,$len), $bad_chars) + +2002-09-25 Sascha Schumann + + * php.ini-dist: add note about url_rewriter.tags + +2002-09-25 Andrey Hristov + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + str_shuffle() function added. Like shuffle() for arrays - however the + algorithm for creating the permutation is quite simple. More like + the implementation of shuffle() for 4.2.1 . + +2002-09-25 Andrei Zmievski + + * ext/standard/reg.h: *** empty log message *** + +2002-09-25 Martin Jansen + + * pear/PEAR.php: * Fix bug #19269. + + This patch makes popErrorHandling() pop the first _two_ elements + from the error handler stack to prevent un-necessary memory + consumption. + + +2002-09-25 Sterling Hughes + + * EXTENSIONS: add two extensions - and orphan them. + +2002-09-25 Sascha Schumann + + * NEWS + main/main.c + php.ini-dist: + We are about to enter 2003, sending two-digit years does not make too + much sense anymore. According to an article from '98, only Netscape 3.x was + affected anyway. + + * EXTENSIONS + NEWS: style police + +2002-09-25 Wez Furlong + + * ext/standard/exec.c + ext/standard/file.c + ext/posix/posix.c + ext/recode/recode.c + ext/interbase/interbase.c + ext/ming/ming.c + ext/pdf/pdf.c + ext/bz2/bz2.c + ext/ftp/php_ftp.c: Make these all work with persistent streams too. + + * main/main.c + main/network.c + main/php.h + main/php_network.h + main/php_streams.h + main/streams.c + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h + ext/standard/fsock.c: Implement persistent streams. (for pfsockopen). + Juggle some includes/definitions. + Tidy up streams use in ext/standard/file.c + +2002-09-25 Sterling Hughes + + * EXTENSIONS: + if this makes people happier about me not working on these anymore, so be + it :) + +2002-09-25 Andrei Zmievski + + * ext/standard/reg.c + ext/standard/reg.h: Fix bug #17570. + +2002-09-25 Tal Peer + + * ext/fribidi/fribidi.c: - Update proto + +2002-09-25 Ilia Alshanetsky + + * ext/session/session.c: Fixed bugs #18167 & #16859 + +2002-09-25 Sascha Schumann + + * ext/session/mod_files.c: Improve error messages + +2002-09-25 Ilia Alshanetsky + + * ext/standard/datetime.c: + prevent segv on Windows with negative localtime values. + +2002-09-25 Sascha Schumann + + * ext/standard/url_scanner_ex.c: Sync + + * ext/standard/url_scanner_ex.re: Allow - as part of an attribute + + PR: #19573 + + * php.ini-dist + ext/standard/url_scanner_ex.re: + Fix #13472 by making it possible to append the stuff after +
for xhtml compliance. + + * ext/standard/url_scanner_ex.c: Sync with .re + + * ext/standard/url_scanner_ex.re: Allow malformed HTML such as + + + + where ["'] are part of the attribute value. + 2002-09-24 Ilia Alshanetsky * ext/standard/reg.c: Fixed bug #17957 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e6c9a8a28b..5d57a5489d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2002-09-25 Stanislav Malyshev + + * zend_extensions.h: + Propmote API NO year, so that it will never be the same as ZE1 API NO + 2002-09-24 Andi Gutmans * zend_compile.c: - Fix leak