]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 16 Mar 2005 01:38:05 +0000 (01:38 +0000)
committer <changelog@php.net> <>
Wed, 16 Mar 2005 01:38:05 +0000 (01:38 +0000)
ChangeLog
Zend/ChangeLog

index 70659cc2e2116b2c87b6adad28e216ceb90450d2..8e242f264411e393b60e948730b3cc86a0d199e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2005-03-15  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * 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  <andrei@gravitonic.com>
+
+    * sapi/cli/php_cli.c:
+      Make it possible to load shared extensions from command line via
+      -dextension= mechanism.
+
+2005-03-15  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * 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  <ilia@prohost.org>
+
+    * (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  <greg@chiaraquartet.net>
+
+    * (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  <greg@chiaraquartet.net>
 
     * pear/go-pear-list.php
index 2777ca51ee0ec98bcf576c06c9e3611dd3339c5c..fa0194c6129d692de95711d94b6a19114106b2b3 100644 (file)
@@ -1,3 +1,11 @@
+2005-03-15  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend.c
+      zend_API.c
+      zend_modules.h:
+      fix shutdown so that dl()'d modules are unloaded after all the dtors have
+      been called.
+
 2005-03-14  Zeev Suraski  <zeev@zend.com>
 
     * zend_ini.c: