From: Date: Thu, 16 Aug 2001 00:10:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=891dfed09118c20dca8b015a8d1b1ddb5e7fd807;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 57a57333cc..b45cdbeca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,148 @@ +2001-08-15 Thomas V.V.Cox + + * pear/DB/mysql.php: + fix free result in tableInfo (reported by "Yermo M. Lamers" ) + +2001-08-15 Zeev Suraski + + * ext/standard/basic_functions.c: MFH + +2001-08-15 Sascha Schumann + + * ext/ircg/ircg.c: add two further checks to fix possible crashes + (%m in the quit message can now be NULL) + +2001-08-15 Zeev Suraski + + * ext/standard/basic_functions.c: Fix build + +2001-08-15 Jani Taskinen + + * ext/standard/info.c: Add the build time too. Bug: #12774 + + * configure.in: MFH + + * configure.in: Fix --with-pear=path too. + +2001-08-15 Chuck Hagenbuch + + * pear/PEAR.php: + PEAR::raiseError() can be called statically - don't assume $this will be + there! + +2001-08-15 Stig Bakken + + * pear/CODING_STANDARDS: * point people to the manual instead + + * pear/XML/RPC.php: * moved to pear + +2001-08-15 Thomas V.V.Cox + + * pear/DB/mssql.php: + use push/pop in nextID to don't disturb the sequence work + +2001-08-15 Jeroen van Wolffelaar + + * ext/standard/math.c + ext/standard/php_math.h: MFH + + * ext/standard/math.c + ext/standard/php_math.h: + Remove cbrt also, and mark logm1 and exp1p as expermintal + + * ext/standard/math.c: MF407 + + * ext/standard/math.c: + It was agreed that log2, exp2 and exp10 shouldn't be added to PHP. log10 + already existed. + + +2001-08-15 Thomas V.V.Cox + + * pear/DB/mssql.php: + - added sequences (emulated), contributed by: Esben Maaløe + - added extension error handling: errorCode, mssqRaiseError, errorcode_map,... + + untested changes, please test them or provide a SQL Server :-) + +2001-08-15 Daniel Beulshausen + + * ext/fdf/fdf.dsp + ext/mbstring/mbstring.c + ext/mbstring/mbstring.dsp: accomodate SAPI_API changes + + * main/SAPI.c + main/SAPI.h + main/php_content_types.c + main/php_content_types.h + main/php_variables.c + main/rfc1867.c + main/rfc1867.h: fix SAPI_POST_* exports + +2001-08-15 Harald Radi + + * NEWS: com entry was missing + + * NEWS: no message + +2001-08-15 Sebastian Bergmann + + * pear/Cache/DB.php: + Implement free(). Mark tableInfo() as not implemented. Fixx PHPDoc. + +2001-08-15 Thies C. Arntzen + + * ext/oci8/oci8.c: MFH the recursion-hack + +2001-08-15 Chuck Hagenbuch + + * pear/Log/Observer.php + pear/Log/observer.php: + Log_Observer isn't a driver, so capitalize it appropriately, and add a + directory for Log_Observer_* subclass examples + +2001-08-15 Thies C. Arntzen + + * ext/oci8/oci8.c: + mega patch to avoid recursive oci-calls as they might break oracle! + + php will simply exit() (!!!) once it encounters an attemp to call oracle + while still in an oracle-call. this can only happen when the script gets + interrupted (timeout, apache-restart) and php tries to run the cleanups even + though we are in an unclean state. i will add an -ini flag soon (not before + 4.0.7) which will (optional) make php not run the cleanups when in an unclean + state! + +2001-08-15 Zeev Suraski + + * main/php_version.h + configure.in: Reroll 4.0.7RC1 + +2001-08-15 Harald Radi + + * ext/iisfunc/iisfunc.cpp + ext/iisfunc/iisfunc.h + ext/iisfunc/setup.c + ext/iisfunc/setup.h: + - removed all those CoInitialize() and CoCreateInstance() calls + - created a global IMSAdminBase instance for the whole module + + * ext/iisfunc/iisfunc.dsp: fixed _TS settings + + * ext/dotnet/dotnet.cpp + ext/com/COM.c: removed CoInitialize() and CoUninitialize() + +2001-08-15 Sebastian Bergmann + + * pear/Cache/DB.php: Stramlining a bit. + +2001-08-15 Sterling Hughes + + * ext/standard/file.c: + Removed select(), fd_set(), etc. (wasn't present in the first place, and + these are implemented in the sockwasn't present in the first place, and + these are implemented in the sockets extension)) + 2001-08-14 Zeev Suraski * sapi/cgi/cgi_main.c: Revert an old bogus patch