]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 14 Feb 2002 01:20:35 +0000 (01:20 +0000)
committer <changelog@php.net> <>
Thu, 14 Feb 2002 01:20:35 +0000 (01:20 +0000)
ChangeLog
Zend/ChangeLog

index 60d1deb4827309065c8cc922e7e6ab34f44a1c1e..87532303ac54657d54bb545bb2e6c33199db1487 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2002-02-13  Frank M. Kromann  <frank@frontbase.com>
+
+    * ext/sockets/sockets.dsp: Fixing release and debug build on Win32
+
+2002-02-13  Vincent Blavet  <vincent@blavet.net>
+
+    * pear/scripts/pearwin.php:
+    * Synchronize pearwin script with pearcmd-xxx.php commands
+    * Still work to do
+
+    * pear/scripts/pearcmd-list.php:
+    * user system/user config rather than default value
+
+2002-02-13  Yavor Shahpasov  <yavo@itenasolutions.com>
+
+    * pear/HTML/Select.php:
+    Initialize $this->_values to avoid warrnings in case _values property is not set
+
+    * pear/Schedule/At.php: White spaces.
+
+2002-02-13  Yasuo Ohgaki  <yohgaki@dd.iij4u.or.jp>
+
+    * ext/dbx/dbx_pgsql.c: Fix memory leaks.
+
+2002-02-13  Marc Boeren  <M.Boeren@guidance.nl>
+
+    * ext/dbx/dbx_pgsql.c:
+    Fixed bug where users with empty passwords could not connect. (Mc)
+
+2002-02-13  Vincent Blavet  <vincent@blavet.net>
+
+    * pear/scripts/pearwin.php:
+    - Adding support for remote-list command (with XML-RPC installed)
+    - Start support of show-config (still work to do ...)
+
+2002-02-13  Andrei Zmievski  <andrei@ispi.net>
+
+    * NEWS: Ack.
+
+2002-02-13  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR/Installer.php: * "pear-get install Auth" works now
+
+    * pear/PEAR/Remote.php: * don't use ext/overload yet
+
+    * pear/scripts/pearcmd-remote-list.php: * print package name
+
 2002-02-12  Jason Greene  <jason@inetgurus.net>
 
     * NEWS: Fix entry
index 58439f708f048f41211258a05790c7d97f25316d..942a15e1c4d63abbe1d4f6d0e1f56ba0a6bd330b 100644 (file)
@@ -1,3 +1,24 @@
+2002-02-13  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_language_parser.y:    <?php
+       class MyException1 {
+
+       }
+
+       class MyException2 {
+
+       }
+
+       try {
+               throw new MyException2();
+       } catch (MyException1 $m) {
+               print "Caught MyException1";
+       } catch (MyException2 $m) {
+               print "Caught MyException2";
+       }
+
 2002-02-10  Sebastian Bergmann  <sb@sebastian-bergmann.de>
 
     * zend_compile.h: