changelog               Wed Dec 12 20:13:19 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.889 php4/ChangeLog:1.890
--- php4/ChangeLog:1.889        Tue Dec 11 20:17:34 2001
+++ php4/ChangeLog      Wed Dec 12 20:13:17 2001
@@ -1,3 +1,62 @@
+2001-12-12  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/skeleton/create_stubs: editor preferences for XML files updated
+
+2001-12-12  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * pear/pear.m4:
+    Always output config.nice for standalone extensions. (Really helps with
+    PHP-GTK).
+
+2001-12-12  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/ircg/ircg.c: Fix warnings and time_t/struct timeval braino
+
+2001-12-12  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/ming/config.m4: Fixed a typo and added [] around the message text.
+
+    * ext/ming/ming.c: More ZTS fixes.
+
+    * ext/ming/config.m4
+      ext/ming/ming.c: Fixed some compile problems (in ZTS mode)
+
+2001-12-12  Ulf Wendel  <[EMAIL PROTECTED]>
+
+    * pear/HTML/ITX.php:
+    remove surrounding " and ' from the macro call arguments
+
+    * pear/HTML/IT.php: Bugfix: "untouch" touched blocks on parse
+
+2001-12-12  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/overload/overload.c:
+    Since PHP method names are case-insensitive, we have to fold access to 'FOO'
+    and 'foo' properties into a call to the same accessor.
+
+    * ext/overload/overload.c
+      ext/overload/php_overload.h:
+    Ack, apparently in statically linked-in extensions we have to clean the
+    hash of overloaded classes on request shutdown. Also, added some fold
+    markers and rearranged some defines.
+
+2001-12-12  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * ext/standard/versioning.c: return boolean where appropriate
+
+    * pear/scripts/pear.in: * implemented "upgrade"
+    * report install/uninstall errors
+
+    * pear/Makefile.in: * install PEAR/Autoloader.php
+
+    * pear/PEAR/Installer.php: * implemented upgrade
+
+    * pear/PEAR/Registry.php:
+    * PEAR_Registry::updatePackage now takes an optional 2nd arg for
+      replacing package info instead of merging
+
+    * pear/PEAR/Remote.php: * make do without overload function
+
 2001-12-11  Thomas V.V.Cox  <[EMAIL PROTECTED]>
 
     * pear/scripts/pear.in: fixed bug #14414


Reply via email to