]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 4 Aug 2002 00:18:09 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Sun, 4 Aug 2002 00:18:09 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 99ff08a2028a3a2e5e7517bee2c17c4c2106d343..113ce09f8a3fa814091b15073fb280afba7eb8b8 100644 (file)
--- 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.
index 9856f718cad1ad8dadef348852a3e1730780eb8b..5f9f7bc1aa1265ad328fd5c4390f17eb96822342 100644 (file)
@@ -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