summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-08-04 00:18:09 +0000
committer <changelog@php.net>2002-08-04 00:18:09 +0000
commitc5067529ee4fac200a28d86fa825473b50a6e0be (patch)
treee32fa1a7a3d612534692aa6b68776158ff60eb91
parent9eb12132068fe1fbf95c903216413254062e898b (diff)
downloadphp-git-c5067529ee4fac200a28d86fa825473b50a6e0be.tar.gz
ChangeLog update
-rw-r--r--ChangeLog50
-rw-r--r--Zend/ChangeLog8
2 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99ff08a202..113ce09f8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2002-08-03 jflemer <jflemer@pb1.pair.com>
+
+ * ext/standard/tests/general_functions/proc_open.phpt:
+ Close pipes to avoid deadlock.
+ Submitted By: Melvyn Sopacua <msopacua@idg.nl>
+
+2002-08-03 kalowsky <kalowsky@pb1.pair.com>
+
+ * ext/imap/php_imap.c:
+ Cleaning up the imap_get_quotaroot return array to remove useless data
+
+2002-08-03 Rasmus Lerdorf <rasmus@pb1.pair.com>
+
+ * main/SAPI.c: Yup, sizeof() includes the space for the \0
+
+2002-08-03 helly <helly@pb1.pair.com>
+
+ * run-tests.php:
+ -additional section INI that allows to set special ini settings on call
+ by adding '-c foo=bar' strings to php call. Each line must have format
+ foo=bar. This of cause only works for cli version.
+ -made sections SKIPIF,INI,GET,POST optional
+
+2002-08-03 gluke <gluke@pb1.pair.com>
+
+ * ext/mnogosearch/index.php:
+ * ext/mnogosearch/index.php
+ ext/mnogosearch/php_mnogo.c:
+ - UDM_PARAM_STORED mnogosearch parameter has been added to set
+ stored address.
+
+2002-08-03 Andi Gutmans <andi@pb1.pair.com>
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ - Fix build on Windows. Also please don't use Java style opening function
+ - bracket indentation.
+
+2002-08-03 gluke <gluke@pb1.pair.com>
+
+ * ext/mnogosearch/php_mnogo.h
+ ext/mnogosearch/index.php
+ ext/mnogosearch/php_mnogo.c:
+ - An Udm_Make_Excerpt function has been added to mnogosearch extension
+ to support excerpts while using with mnogosearch-3.2.5 or later.
+
+2002-08-03 rodif_bl <rodif_bl@pb1.pair.com>
+
+ * ext/standard/array.c: one last fix for array_shift
+
2002-08-02 jflemer <jflemer@pb1.pair.com>
* ext/standard/exec.c: Fix typo in #if. Bug #17538.
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 9856f718ca..5f9f7bc1aa 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-03 Andi Gutmans <andi@pb1.pair.com>
+
+ * tests/zend2.php: - Small fix
+
+2002-08-03 Zeev Suraski <zeev@pb1.pair.com>
+
+ * zend_execute.c: MFZE1
+
2002-08-01 stas <stas@pb1.pair.com>
* zend_execute.c