changelog               Mon Jan 13 20:35:27 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1234 php4/ChangeLog:1.1235
--- php4/ChangeLog:1.1234       Sun Jan 12 20:33:34 2003
+++ php4/ChangeLog      Mon Jan 13 20:35:26 2003
@@ -1,3 +1,72 @@
+2003-01-13  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/informix/config.m4
+      ext/informix/config.m4:
+      Fixed bug: #21543, Informix version detection fails
+
+2003-01-13  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/rpc/com/conversion.c:
+      false should be VT_FALSE
+
+2003-01-13  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      tests/run-test/test008.phpt:
+      MFH
+
+    * tests/run-test/test008.phpt:
+      Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed
+      typo
+
+2003-01-13  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:
+      added array_combine().
+      Creates an array by using the elements of the first parameter as keys and
+      the elements of the second as correspoding keys. Error is thrown in case
+      the arrays has different number of elements. Number of elements 0 is not
+      valid for both parameters.
+
+2003-01-13  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * sapi/servlet/servlet.dsp:
+      Adjust paths for the new location of ext/rpc/java
+
+    * ext/rpc/java/java.dsp:
+      Adjust paths to the new location java.dsp
+
+    * ext/rpc/xmlrpc/xmlrpc-epi-php.c:
+      Fix ZTS build here too.
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      Fixed ZTS build.
+
+2003-01-13  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/standard/filters.c:
+      Fixed a silly segfault bug caused by lack of strict type checking
+
+2003-01-13  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * build/buildcheck.sh:
+      which is not portable. use our bundled shtool instead.
+
+2003-01-13  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/standard/filters.c:
+      . Implemented a common filter parameter parsing function.
+      . Added automatic line-breaking feature for base64 encode filter. This
+        can be turned on by putting a option entry "base64-encode.line-length"
+        to the filter parameters.
+
+2003-01-13  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/domxml/php_domxml.c:
+      - Fix ZTS build
+
 2003-01-12  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
 
     * tests/lang/bug21600.phpt:


Reply via email to