[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2003-01-13 Thread changelog
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:





[PHP-CVS-DAILY] cvs: Zend / ChangeLog

2003-01-13 Thread changelog
changelog   Mon Jan 13 20:35:42 2003 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.105 Zend/ChangeLog:1.106
--- Zend/ChangeLog:1.105Wed Jan  8 20:33:07 2003
+++ Zend/ChangeLog  Mon Jan 13 20:35:41 2003
@@ -1,3 +1,10 @@
+2003-01-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* zend_ini_parser.y:
+  Fixed bug #21546. ZE would throw a CORE warning when an error is
+  encountered
+  while parsing ini file using parse_ini_file() during script run-time.
+
 2003-01-08  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * zend_builtin_functions.c:
@@ -893,7 +900,7 @@
 
 2002-05-13  Sterling Hughes  <[EMAIL PROTECTED]>
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.105 2003/01/09 01:33:07 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.106 2003/01/14 01:35:41 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
 





[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-01-13 Thread changelog
changelog   Mon Jan 13 20:35:54 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.145 ZendEngine2/ChangeLog:1.146
--- ZendEngine2/ChangeLog:1.145 Sun Jan 12 20:34:00 2003
+++ ZendEngine2/ChangeLog   Mon Jan 13 20:35:54 2003
@@ -1,3 +1,13 @@
+2003-01-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* zend_ini_parser.y:
+  MFZE2
+
+2003-01-13  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_objects_API.c:
+  - Don't check if the handle is bogus. We should crash.
+
 2003-01-12  Harald Radi  <[EMAIL PROTECTED]>
 
 * zend_modules.h: