From: Date: Sat, 1 Jun 2002 00:33:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99b8d68583cd1979db4efc179b350c45a10435e3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cc46d0acce..48d1f63bd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2002-05-31 Rasmus Lerdorf + + * sapi/apache/php_apache.c: Oops + + * sapi/apache/php_apache.c: Renamed getallheaders() to apache_request_headers() and kept + getallheaders() as an alias to it. Also added apache_response_headers() + which returns the current response headers from Apache. + +2002-05-31 Jani Taskinen + + * ext/mbstring/config.m4: Fixed typo.. + +2002-05-31 Stig Bakken + + * pear/PEAR/Frontend/CLI.php: * added missing fold + +2002-05-31 Tomas V.V.Cox + + * pear/System.php: fread already detects EOF + + * pear/System.php: + Be able to handle strings as well as arrays in _multipleToStruct() + + * pear/System.php: + - Make mkTemp() automatically removed temporary created files + or dirs at script shutdown time + - Remove unnecesarry PEAR inheritance + - Some PHPDoc fixes + +2002-05-31 Brad LaFountain + + * ext/domxml/domxml.dsp + ext/domxml/php_domxml.h: + Changed PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggested + +2002-05-31 Harald Radi + + * ext/standard/credits_ext.h: MFH + + * ext/standard/credits_ext.h: added wez to the com extension + + * ext/com/CREDITS + ext/com/VARIANT.c + ext/com/com.h + ext/com/conversion.c + ext/com/php_COM.h + ext/com/variant.h + ext/com/COM.c: MFH + + * ext/com/CREDITS: added wez and ordered names alphabetically + +2002-05-31 Venkat Raghavan S + + * sapi/apache/php_apache.c: + Removed ugly code done as part of NetWare change, upon Andi's advice. Now, the typecasting is done for all platforms. + +2002-05-31 Derick Rethans + + * main/rfc1867.c: - Don't issue a notice when no file was uploaded + +2002-05-31 Brad LaFountain + + * ext/domxml/php_domxml.c: + initalize variable in domxml_doc_document_element() + + * ext/domxml/domxml.dsp: + defined PHP_EXPORTS for exporting php_domobject_new() + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + added the ability to use new keywork with domxmls objects "new DomDocument()" + instead of xmldoc. This also allows you to create nodes without having + a whole document "new DomElement("foo")". + + moved DOMXML_API_VERSION to php_domxml.h + exposed php_domobject_new for other extensions to use + removed some un-needed code + +2002-05-31 Venkat Raghavan S + + * main/config.nw.h + main/php.h + main/php_compat.h + sapi/apache/php_apache_http.h + sapi/apache/php_apache.c + sapi/apache/mod_php4.c: NetWare related changes + + * netware/buildsapi.bat + netware/common.mif + netware/php4apache.mak + netware/phplib.imp + netware/pwd.h: NetWare related additions / changes to build mod_php + 2002-05-30 Harald Radi * ext/com/COM.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 02087d43eb..e8f9165326 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2002-05-31 Andi Gutmans + + * ZendTS.dsp: - Add zend_objects_API.* to dsp + + * zend_objects_API.c: - Fix build (one more coming up) + + * zend_objects.c: - Fix build + +2002-05-31 Sebastian Bergmann + + * Zend.dsp: Add zend_objects_API.c to project. + +2002-05-31 Stanislav Malyshev + + * Makefile.am + zend_execute_API.c + zend_globals.h + zend_object_handlers.c + zend_objects.c + zend_objects.h + zend_objects_API.c + zend_objects_API.h: Generalize object storage and reference bookkeeping + 2002-05-30 Venkat Raghavan S * zend.h