From: Date: Fri, 10 Aug 2001 00:10:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_EXP_MERGE~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c199924674f19933acb09060f01da33a2b6013;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 960df1d487..2ea05e9c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2001-08-09 David Eriksson + + * ext/satellite/namedvalue_to_zval.c: Prevent potential crash + + * ext/satellite/zval_to_namedvalue.c: Convert parameter to long if needed. + + * ext/satellite/struct.c: + Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c + + * ext/satellite/enum.c: struct.c + + * ext/satellite/class.c: Prevent potential crashes. + + * ext/satellite/object.c + ext/satellite/php_orbit.c + ext/satellite/php_orbit.h: + (PHP satellite_object_to_string) Added function to get IOR of object. + + * ext/satellite/Makefile.in + ext/satellite/config.m4: rewrote configuration script + + * ext/satellite/README + ext/satellite/multiple_components.patch: + Added patch for ORBit that handles "Multiple Components Profile" in an IOR. + +2001-08-09 Thomas V.V.Cox + + * pear/DB/odbc.php: added nosuchtable to errors map + + * pear/DB/pgsql.php: + modify nosuchfield to work in postgres 7.x and added constraint to regex's + + * pear/DB/tests/pgsql/010.phpt: added constraint error to expected output + +2001-08-09 Joey Smith + + * ext/domxml/php_domxml.c: K&R-ify the switch statments. + + * ext/domxml/php_domxml.c: + Commit acutal code only, will do ws on another pass. + + * ext/domxml/php_domxml.c: + Revert patch to seperate code from whitespace changes. + + * ext/domxml/php_domxml.c: + Restore xpath_eval() and the underlying php_xpathptr_eval(). + It still leaks like crazy, but does not appear to crash, and + seems to work correctly. + + Anyone who can possibly test this, please do. + + +2001-08-09 Thomas V.V.Cox + + * pear/Mail.php: fix multiple factory calls problem with php < 4.0.7 + + * pear/Mail.php: *** empty log message *** + + * pear/Mail.php: spaces + +2001-08-09 Jani Taskinen + + * win32/install.txt: Updated the extension part a little bit. + +2001-08-09 Rasmus Lerdorf + + * ext/skeleton/php_skeleton.h + ext/skeleton/skeleton.c: More ext_skel cleanup + +2001-08-09 Sascha Schumann + + * build/library.mk + build/program.mk + build/rules_common.mk: + Workaround which avoids passing pic-related flags in link mode + +2001-08-09 Alexander Merz + + * pear/Mail.php + pear/Mail/RFC822.php + pear/Mail/mail.php + pear/Mail/mime.php + pear/Mail/sendmail.php + pear/Mail/smtp.php: fix PHPDoc + +2001-08-09 Jani Taskinen + + * php.ini-dist + php.ini-optimized: Added missing entries. + 2001-08-08 Zeev Suraski * NEWS: Update NEWS