changelog               Tue Mar 15 20:37:55 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1923&r2=1.1924&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1923 php-src/ChangeLog:1.1924
--- php-src/ChangeLog:1.1923    Mon Mar 14 20:43:00 2005
+++ php-src/ChangeLog   Tue Mar 15 20:37:53 2005
@@ -1,3 +1,47 @@
+2005-03-15  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_modules.h:
+      fix shutdown so that dl()'d modules are unloaded after all the dtors have
+      been called.
+
+2005-03-15  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      Make it possible to load shared extensions from command line via
+      -dextension= mechanism.
+
+2005-03-15  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/sqlite/pdo_sqlite2.c:
+      remove debuging code
+
+    * ext/sqlite/sqlite.c:
+      I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume 
that
+      I
+      am being built against HEAD of php-src.
+
+2005-03-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      Zend/zend_operators.h:
+      Fixed duplicate zend_strtod.h inclusion.
+
+    * (PHP_4_3)
+      ext/openssl/openssl.c
+      ext/openssl/openssl.c:
+      MFH: Fixed possible usage of str without being initialized.
+
+    * ext/openssl/openssl.c:
+      Fixed possible usage of str without being initialized.
+
+2005-03-15  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      pear/go-pear-list.php:
+      add go-pear-list (probably won't do anything, but it's worth a try)
+
 2005-03-14  Greg Beaver  <[EMAIL PROTECTED]>
 
     * pear/go-pear-list.php
@@ -1946,7 +1990,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1924 2005/03/16 01:37:53 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -2427,7 +2471,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1924 2005/03/16 01:37:53 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -3901,7 +3945,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1923 2005/03/15 01:43:00 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1924 2005/03/16 01:37:53 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to