changelog               Thu Dec 11 20:31:47 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1473 php-src/ChangeLog:1.1474
--- php-src/ChangeLog:1.1473    Wed Dec 10 20:36:04 2003
+++ php-src/ChangeLog   Thu Dec 11 20:31:45 2003
@@ -1,3 +1,126 @@
+2003-12-11  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Dependency.php
+      pear/PEAR/Command/Package.php:
+      MFB
+
+    * (PHP_4_3)
+      pear/PEAR/Dependency.php:
+      fix error message, it shouldn't attempt to display a version if none is
+      installed
+
+    * (PHP_4_3)
+      pear/PEAR/Command/Package.php:
+      remove obsolete parameters to constructor
+
+2003-12-11  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      Fixed extra byte allocation for STD* constants and replace magic numbers
+      with sizeof().
+
+    * ZendEngine2/zend.h:
+      Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants.
+
+2003-12-11  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Common.php:
+      add missing not relation
+
+2003-12-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      reword
+
+2003-12-11  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * pear/package-Console_Getopt.xml
+      pear/Console/Getopt.php:
+      MFB
+
+    * (PHP_4_3)
+      pear/package-Console_Getopt.xml
+      pear/Console/Getopt.php:
+      Implement getopt2() method and keep BC for getopt().
+
+2003-12-11  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c:
+      Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught
+      Exception
+
+2003-12-11  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/System.php:
+      fix #391, PHP 5 reference fix
+
+    * pear/tests/pear_packager.phpt:
+      add failure test for non-existing file
+
+    * pear/tests/pear_packager.phpt:
+      new unit test for PEAR_Packager
+
+2003-12-11  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/dom/tests/dom003.phpt:
+      Dir seaparator "\" was removed.
+
+2003-12-11  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Mention new pgsql libs
+
+    * ext/pgsql/pgsql.dsp:
+      MFB: Use standard header locations
+
+2003-12-11  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute.c:
+      - Refix bug #24773
+
+2003-12-11  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/pgsql/pgsql.dsp:
+      Standard header file locations
+
+    * (PHP_4_3)
+      ext/pgsql/pgsql.c:
+      Nuke unused local vars
+
+2003-12-11  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_object_handlers.c:
+      Handle getter failure and allow to bypass thrown exceptions.
+
+    * ZendEngine2/zend_execute.c:
+      read_dimension() handler might return 0, handle this.
+
+2003-12-11  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/System.php
+      pear/package-Console_Getopt.xml
+      pear/package-PEAR.xml
+      pear/Console/Getopt.php
+      pear/scripts/pearcmd.php:
+      since nobody has taken any action, fix Console_Getopt to be BC, and update
+      the PEAR core to take advantage of the new way.  Use 1.2 to avoid any
+      problems with versioning.
+      
+      The core passes all unit tests with these changes, so they should work.
+      
+      Andrei: feel free to change anything you don't like, this is just a make
+      it work fix.
+
+    * pear/tests/pear_downloader_new.phpt
+      pear/tests/pear_downloader_old.phpt:
+      update test cases for new error messages
+
+    * pear/tests/pear_installer5.phpt:
+      new test case for directory tree deletion on uninstall
+
 2003-12-10  Christian Stocker  <[EMAIL PROTECTED]>
 
     * ext/xsl/php_xsl.c:

Reply via email to