From: Date: Thu, 14 Mar 2002 01:19:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a60e6c7c2aa1fb9fa14b7c0c36e73e4740b98312;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 87a7119aa5..49d345a303 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,138 @@ +2002-03-13 Ludovico Magnocavallo + + * pear/DB/ibase.php: fixed typo in modifyLimitQuery() + beginning of error code interpretation for tests compliance + +2002-03-13 Stefan Roehrich + + * NEWS: Fixed NEWS entry. + + * ext/zlib/tests/003.phpt + ext/zlib/zlib.c: Fix for #15930 in release branch. + + * ext/zlib/tests/001.phpt + ext/zlib/zlib.c: Fix for #14939 in release branch. + +2002-03-13 Marcus Börger + + * sapi/cli/php_cli.c: -release merge + +2002-03-13 Jason Greene + + * ext/standard/credits_ext.h: Regenerate Credits for Release + + * scripts/credits + ext/overload/CREDITS + ext/w32api/CREDITS: Merge credits fixes + + * ext/overload/CREDITS + ext/w32api/CREDITS: Fix CREDIT files, remove email address + + * scripts/credits: Ignore extensions/sapis named skeleton + +2002-03-13 Sascha Schumann + + * acinclude.m4: > might not sufficiently update a timestamp. + + echo > should be good enough and should be implemented by the shell. + +2002-03-13 Sebastian Bergmann + + * ext/standard/credits_ext.h: Fix credits. + +2002-03-13 Jason Greene + + * ext/standard/credits_sapi.h: Update credits in release branch + + * ext/standard/credits_sapi.h: Update Credits + + * ext/standard/credits_ext.h: Update Credits in release branch + + * ext/standard/credits_ext.h: Update Credits + +2002-03-13 Sascha Schumann + + * ext/session/session.c: + Because of the feature "don't try to send a cookie, if the sid + was contained in get/post variables" (which I still am not convinced + of completely), we need a separate variable which determines whether + to define SID in the event that a cookie was not sent. + + Noticed by: Matt Allen + + * acinclude.m4: Some simplifications in PHP_ADD_SOURCES* + + * pear/pear.m4 + acinclude.m4 + configure.in: + a bit of refactoring and making always_shared a nop in every day life + +2002-03-13 Stig Bakken + + * ext/xmlrpc/config.m4 + ext/xslt/config.m4: * MFH: another libconv->libiconv typo + + * ext/xmlrpc/config.m4 + ext/xslt/config.m4: * another libconv->libiconv typo + +2002-03-13 Sascha Schumann + + * pear/pear.m4 + acinclude.m4 + configure.in: + Provide context-specific functions which yield the directories + of extensions (PHP 4 configure vs. self-contained module) + + * ext/cpdf/config.m4 + ext/cybercash/config.m4: + Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/). + +2002-03-13 Christian Stocker + + * ext/domxml/php_domxml.c: + Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODE + + * ext/domxml/php_domxml.c: + Return #document in node_name(), if it's a XML_DOCUMENT_NODE + +2002-03-13 Sebastian Bergmann + + * sapi/apache2filter/sapi_apache2.c: Sync with Apache2 Filter API change. + +2002-03-13 Boian Bonev + + * ext/vpopmail/php_vpopmail.c: fix all comments in protos + +2002-03-13 Wez Furlong + + * ext/standard/aggregation.c: + I've altered my diagnosis of segfault/leak problem + + * ext/standard/aggregation.c: + Fix some issues with ZE2, but now have some leaks. + +2002-03-13 Tomas V.V.Cox + + * pear/tests/pear_error.phpt: No more lines on this test + + * pear/PEAR.php: phpdoc update + + * pear/PEAR.php + pear/tests/pear_error3.phpt: + Fix error handling selection when both class and global are set + +2002-03-13 Yasuo Ohgaki + + * ext/mbstring/mbfilter.c: Fixed a compiler warning + +2002-03-13 Marcus Börger + + * ext/exif/tests/001.phpt: -remove filetime from test + + * ext/exif/exif.c: -handling + + * ext/exif/tests/001.phpt: -remove filetime from test + 2002-03-12 Thomas V.V.Cox * pear/DB/pgsql.php: