From: Date: Sat, 15 Jun 2002 00:23:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e721a732c1df488277d9b52c34f46d7cc7842458;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b4d1f36d89..5f70b003c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2002-06-14 Markus Fischer + + * NEWS: - Update Win32/mail changes, mention bundled gd library. + +2002-06-14 Tomas V.V.Cox + + * pear/PEAR/Installer.php: + - Fix issue with the DIRECTORY_SEPARATOR, did make the install of + XML_image2svg fail + - TODO++ and others minor stuff + +2002-06-14 Stig Bakken + + * pear/PEAR/Remote.php: + * if verbosity config is > 3, display xmlrpc response + * another bugfix + +2002-06-14 Andrei Zmievski + + * NEWS: Fix. + +2002-06-14 Sebastian Bergmann + + * ext/gd/gd_bundled.dsp + win32/php_modules.dsw: Add gd_bundled to php_modules.dsw. + +2002-06-14 Alan Knowles + + * pear/PEAR/Command/Remote.php: + remote list and remote listall, can now list non-stable packages if you set prefered_state to something else + + * pear/PEAR/Remote.php: + Fixed XML RPC sending of args - lets try and get the right tag :) + + * pear/PEAR/Remote.php: Fixed XML RPC sending of args + +2002-06-14 Edin Kadribasic + + * ext/gd/libgd/gd.h: Use some more sane paths for win32 version. + +2002-06-14 Markus Fischer + + * ext/gd/gd_bundled.dsp: + - Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2 + anyway. + +2002-06-14 Christian Stocker + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - renamed domxml_parser_reference to domxml_parser_entitiy_reference + - renamed domxml_cdata_block to domxml_parser_cdata_section + (more consistent with the domxml_create_XXX methods) + - added domxml_parser_processing_instruction(target,data) + - added domxml_parser_namespace_decl(href,prefix) + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - oops, that didn't even compile + - added domxml_parser_reference(reference) + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: + - Added preliminary SAX-Input support. It's now possible to build a DomDocument + with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(), + domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname), + domxml_parser_characters(characters), domxml_parser_cdata_block(cdata), + domxml_parser_comment(comment), domxml_parser_get_document(). (chregu) + +2002-06-14 Sebastian Bergmann + + * ext/standard/datetime.c + win32/sendmail.c: Remove unused local variables. + +2002-06-14 Jani Taskinen + + * ext/odbc/php_odbc_includes.h + ext/odbc/php_odbc.h + ext/odbc/config.m4 + ext/odbc/php_odbc.c: + - Fixed bug #15803 (and propably others related too, part 2/2) + . Changed the configure/compile so that it doesn't "pollute" the INCLUDES + anymore and thus cause trouble with other extensions which + might use the same header files. (e.g. Informix) + . Separated the #include statements to own file so we don't get any + errors when compiling main/internal_functions.c + + * ext/informix/php_informix_includes.h + ext/informix/stub.c + ext/informix/php_informix.h + ext/informix/config.m4 + ext/informix/ifx.ec + ext/informix/Makefile.frag: + - Fixed bug #15803 (and propably others related too) + . Changed the compile so that it doesn't "pollute" the INCLUDES + anymore and thus cause trouble with other extensions which + might use the same header files. (e.g. ODBC) + . Some fixes for Informix compile problems (with the new build system) + . Removed unnecessary stub.c file. + 2002-06-13 Markus Fischer * ext/gd/gd_bundled.dsp: