From: Date: Mon, 8 Jul 2002 00:17:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7219e12361fd2bab3c42c0ce3748afa32e3f9c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5c89f8dfd8..2942de72db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2002-07-07 Sterling Hughes + + * ext/standard/filestat.c: fix win32 build + +2002-07-07 Stig Bakken + + * pear/PEAR/Command/Package.php: * added "pear sign" command + + * pear/PEAR/Installer.php: * use System::mktemp + * check if an install is about to overwrite existing files belonging + to other packages, bail out if not in "force" mode + + * pear/scripts/pear.in: + * don't set include path if running 'pear.in' without substitutions + made by the installer + * sort command names in help output + + * pear/PEAR/Registry.php + pear/tests/pear_registry.phpt: + * made rebuildFileMap method public, added caching and checkFileMap method + +2002-07-07 Shane Caraveo + + * pear/PEAR/Builder.php: + Let 'pear build' work on windows for building pecl extensions. + + A few notes: + Currently only supports release builds, and of course, requires msdev! + pecl packages must have package.xml and xxx.dsp files for this to work + the package name in package.xml must match the name of the dsp file, so + package iisfunc must have dsp iisfunc.dsp + +2002-07-07 Stig Bakken + + * pear/PEAR/Packager.php: + * use System::mktemp rather than PEAR_Common::mkTempDir + + * pear/PEAR/Frontend/CLI.php: * silence warning + +2002-07-07 Christian Stocker + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - Added domxml_node_namespace_uri() (Rui Lopes). + +2002-07-07 Jan Lehnardt + + * INSTALL: - fix #16290 + +2002-07-07 Jani Taskinen + + * sapi/apache2filter/config.m4 + sapi/apache/config.m4: - Fix the version check again. + + * NEWS: cleanup + +2002-07-07 Sebastian Bergmann + + * ext/standard/versioning.c: Fix warning. + +2002-07-07 Jason Greene + + * ext/sockets/sockets.c: + Remove sleep workaround, and fix the actual win32 memory leak which + was occurring in the error reporting system. The reason why sleepex appeared + to be working was because it suppressed EWOULDBLOCK errors in the example + (which was non-blocking) + +2002-07-07 Jani Taskinen + + * ext/dio/dio.c: ws fix + + * ext/dio/dio.c: Fix the fix properly. + + * acinclude.m4: MFH + + * acinclude.m4: PHP_EVAL_LIBLINE must not reverse the order of libraries. + 2002-07-06 Jani Taskinen * ext/informix/.cvsignore: Added missing .libs entry diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 228ea16e7a..af02b92f7a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2002-07-07 Andi Gutmans + + * zend_objects_API.c: - Path which should improve previous fix. + + * zend_objects_API.c: + - First try at solving problem with different objects being allocated the + - same id. + +2002-07-07 Stanislav Malyshev + + * zend_object_handlers.c: name length should be strlen+1 + +2002-07-07 Sebastian Bergmann + + * zend_language_parser.y: + Allow for 'class Namespace::Bar extends Foo' syntax. Patch by Timm Friebe . + 2002-07-06 Andi Gutmans * zend_execute.c: