]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 8 Jul 2002 00:17:06 +0000 (00:17 +0000)
committer <changelog@php.net> <>
Mon, 8 Jul 2002 00:17:06 +0000 (00:17 +0000)
ChangeLog
Zend/ChangeLog

index 5c89f8dfd851786398e66f84655b5932f28dc3a8..2942de72db51fc5d3c656523a3bbf8ccef929b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2002-07-07  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/standard/filestat.c: fix win32 build
+
+2002-07-07  Stig Bakken  <ssb@fast.no>
+
+    * 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  <shane@caraveo.com>
+
+    * 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  <ssb@fast.no>
+
+    * pear/PEAR/Packager.php:
+    * use System::mktemp rather than PEAR_Common::mkTempDir
+
+    * pear/PEAR/Frontend/CLI.php: * silence warning
+
+2002-07-07  Christian Stocker  <chregu@phant.ch>
+
+    * ext/domxml/php_domxml.c
+      ext/domxml/php_domxml.h:
+     - Added domxml_node_namespace_uri() (Rui Lopes).
+
+2002-07-07  Jan Lehnardt  <jan@dasmoped.net>
+
+    * INSTALL:  - fix #16290
+
+2002-07-07  Jani Taskinen  <sniper@iki.fi>
+
+    * sapi/apache2filter/config.m4
+      sapi/apache/config.m4: - Fix the version check again.
+
+    * NEWS: cleanup
+
+2002-07-07  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/standard/versioning.c: Fix warning.
+
+2002-07-07  Jason Greene  <jason@inetgurus.net>
+
+    * 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  <sniper@iki.fi>
+
+    * 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  <sniper@iki.fi>
 
     * ext/informix/.cvsignore: Added missing .libs entry
index 228ea16e7af1a37a4a9e43d5079b7d634edb1c69..af02b92f7a62d62b2d110d90446790fd13d0bc18 100644 (file)
@@ -1,3 +1,20 @@
+2002-07-07  Andi Gutmans  <andi@zend.com>
+
+    * 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  <stas@zend.com>
+
+    * zend_object_handlers.c: name length should be strlen+1
+
+2002-07-07  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_language_parser.y:
+    Allow for 'class Namespace::Bar extends Foo' syntax. Patch by Timm Friebe <thekid@thekid.de>.
+
 2002-07-06  Andi Gutmans  <andi@zend.com>
 
     * zend_execute.c: