summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-01-19 06:31:47 +0000
committer <changelog@php.net>2006-01-19 06:31:47 +0000
commit185dabe26bc5bbbd62dc8455030b625587d9f18e (patch)
treee848d879f6d998cf05de3f06017571d9d4cd9de8
parentc83190514fd7ac3c718c0fd67570b361c3c4ce52 (diff)
downloadphp-git-185dabe26bc5bbbd62dc8455030b625587d9f18e.tar.gz
ChangeLog update
-rw-r--r--ChangeLog53
-rw-r--r--Zend/ChangeLog10
2 files changed, 63 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c19f4933..f924e9a256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2006-01-18 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_1)
+ ext/standard/cyr_convert.c
+ ext/standard/filters.c:
+ MFH: couple of pedantic fixes: "static" should be first
+
+ * ext/standard/cyr_convert.c
+ ext/standard/filters.c:
+ couple of pedantic fixes: "static" should be first
+
+ * (PHP_5_1)
+ ZendEngine2/zend_execute_API.c:
+ MFH: make sure ce_child is properly initialized
+
+ * (RELEASE_1_0_4)
+ ZendEngine2/zend_execute_API.c:
+ make sure ce_child is properly initialized
+
+ * (PHP_4_4)
+ run-tests.php
+ run-tests.php:
+ MFH: fix error message on `make test` when bison is not installed
+
+ * (RELEASE_1_0_4)
+ run-tests.php:
+ fix error message on `make test` when bison is not installed
+
+2006-01-18 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_1)
+ NEWS:
+ fix news
+
+2006-01-18 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (RELEASE_1_0_4)
+ ext/standard/url.c:
+ MFB51: Make get_headers() use the default context.
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/url.c:
+ Make get_headers() use the default context.
+
+2006-01-18 Antony Dovgal <antony@zend.com>
+
+ * (RELEASE_1_0_4)
+ ext/oci8/oci8.c:
+ reorganize resource destruction.
+ - use one helper function for all resource types
+ - destroy all resources when connections are still available
+
2006-01-17 Antony Dovgal <antony@zend.com>
* ext/gd/gd.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 459d0dfb4b..b5f91dd05f 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-18 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_1)
+ zend_execute_API.c:
+ MFH: make sure ce_child is properly initialized
+
+ * (RELEASE_1_0_4)
+ zend_execute_API.c:
+ make sure ce_child is properly initialized
+
2006-01-17 Antony Dovgal <antony@zend.com>
* zend_unicode.c: