From: Date: Thu, 18 Jul 2002 00:19:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3f1709e8e10fc9a35d911ce641aa6366c160a2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index efabf2b9b4..33f0b08852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2002-07-17 sniper + + * configure.in: + We have a macro for checking -R, etc. switches. (exactly same code) + +2002-07-17 Andrei Zmievski + + * ext/wddx/wddx.c: Fix DL entry point. + +2002-07-17 sniper + + * ext/gd/config.m4: Remove evil quotes + +2002-07-17 chregu + + * ext/domxml/TODO: even more items on the TODO list + + * ext/domxml/php_domxml.c: + nodename is not always set, check if it really is. + +2002-07-17 hholzgra + + * tests/lang/034.phpt + tests/lang/035.phpt: + Zend Engine behaviour is affected by setlocale() due to use of + locale aware functions like strtod(), atof(), tolower(), toupper() :( + +2002-07-17 derick + + * main/main.c: + - set_time_limit() now returns whether it succeeded in changing the time + limit. + +2002-07-17 yohgaki + + * ext/pgsql/pgsql.c: Fixed build. + +2002-07-17 sniper + + * ext/mbstring/config.m4: unbreak the shared build..again + +2002-07-17 yohgaki + + * main/safe_mode.c: Accoding to safe_mode.h, php_checkuid() has six modes. + + * ext/pgsql/pgsql.c: + Added safe_mode & open_basedir checks for pg_lo_export() + + * ext/pgsql/pgsql.c: Added open_basedir check. + + * php.ini-dist + php.ini-recommended: + Fixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard. + + * ext/mbstring/config.m4: + Changed configure option order to make it clear option dependecy to users. + + * ext/mbstring/config.m4: Disable input encoding tranlation by default. + + * php.ini-recommended + php.ini-dist: Added note for open_basedir + 2002-07-16 sniper * NEWS: This is the real world.. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 707bfc50af..249be24c11 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2002-07-17 Andi Gutmans + + * zend_compile.c: + - Remove code which wasn't supposed to go into the patch. + + * zend_compile.c + zend_language_parser.y: - Rejuggle some code. + +2002-07-17 sniper + + * ZEND_CHANGES: This was mentioned already above (with an example too :) + 2002-07-16 Andi Gutmans * ZEND_CHANGES: - Before I forget to list it, this was also added.