From: Date: Mon, 27 Aug 2001 00:10:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=151c872bc9647103a84ab7882c32d0fb7e9060bb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 466f2bb294..e4c449ce5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2001-08-26 Jeroen van Wolffelaar + + * ext/standard/Makefile.in + ext/standard/basic_functions.h + ext/standard/php_rand.h + ext/standard/rand.c + ext/standard/rand_mt.c + ext/standard/rand_sys.c: + - Different approach to handling multiple random number generators, + now it is way more general, adding a new generator is way more + easier. Also elimination the need for a lot of switches. + - Made rand() Thread Safe + - Made sure this doesn't compile anymore ;-) + - PHPAPI functions now behave (almost) as intended, this is not yet + the case for PHP_FUNCTION functions. + + * ext/standard/rand_sys.c: New file. + +2001-08-26 Hartmut Holzgraefe + + * ext/dbplus/dbplus.c + ext/dbplus/php_dbplus.c + ext/dbplus/php_dbplus.h: whitespace + + * ext/dbplus/php_dbplus.h: removed dbplus_change function + moved db++ specific includes to .c files + + * ext/dbplus/php_dbplus.c: implementation of missing functionality + implementation and build improvements + + * ext/dbplus/nonimp_dbplus.c: + removed as all functions from the perl interface have now been implemented + +2001-08-26 Martin Jansen + + * pear/HTML/Page.php: * _Always_ use to delimit PHP code in PEAR. + +2001-08-26 Hartmut Holzgraefe + + * ext/dbplus/dbplus.c: added symbolic constatns for error codes + removed dbplus_change function + some build improvements + + * ext/dbplus/config.m4: added -lm to LIBS, whitespae + + * ext/dbplus/Makefile.in: whitespace + +2001-08-26 Joey Smith + + * ext/domxml/php_domxml.c: + MFH: Fix 1st case reported in #9893. 2nd case was fixed in previous commit. + +2001-08-26 Zeev Suraski + + * ext/session/session.c + ext/standard/url_scanner.c + ext/standard/url_scanner.h + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.h + ext/standard/url_scanner_ex.re: Fix my session updates. + trans_sid handling will no longer slow down performance unless a session + is actually in use. + +2001-08-26 Joey Smith + + * ext/domxml/php_domxml.c: + Fix 1st case of #9893. 2nd case was already fixed in previous commit. + +2001-08-26 Zeev Suraski + + * ext/session/php_session.h + ext/session/session.c: Fix trans-sid. + Still need to figure out how to turn trans-sid only when sessions + are actually used. + +2001-08-26 Rasmus Lerdorf + + * ext/gd/gd.c: MFH + + * ext/gd/gd.c: Test your changes please Jani + +2001-08-26 Zeev Suraski + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/session/php_session.h + ext/session/session.c: Make the session module more independent + 2001-08-25 Zeev Suraski * ext/session/config.m4: This option is no longer needed