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

2003-01-21 Thread changelog
changelog   Tue Jan 21 20:32:43 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1242 php4/ChangeLog:1.1243
--- php4/ChangeLog:1.1242   Mon Jan 20 20:33:07 2003
+++ php4/ChangeLog  Tue Jan 21 20:32:42 2003
@@ -1,3 +1,99 @@
+2003-01-21  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* ext/mbstring/php_mbregex.c:
+  Oops! wrong patch. Reverted.
+
+* ext/mbstring/php_mbregex.c:
+  Fixed mb_ereg_replace() bug (the function has ignored the default option)
+
+* tests/lang/bug21800.phpt:
+  Added test case for bug #21800
+
+* ext/mbstring/php_mbregex.c:
+  Fixed mb_ereg_search() segfault that occurs when the function is called
+  before a string to be searched is passed by mb_ereg_search_init()
+
+2003-01-21  Andrey Hristov  <[EMAIL PROTECTED]>
+
+* ext/sysvshm/sysvshm.c:
+  increasing readability.
+
+2003-01-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/odbc/birdstep.c:
+  getParameters -> zend_get_parameters_ex.
+
+* ext/fbsql/php_fbsql.c
+  ext/mbstring/mbstring.c
+  ext/standard/array.c
+  ext/standard/basic_functions.c
+  ext/standard/file.c
+  ext/standard/string.c
+  sapi/apache/php_apache.c
+  sapi/apache_hooks/php_apache.c:
+  ARG_COUNT(ht) -> ZEND_NUM_ARGS().
+
+2003-01-21  Stig Bakken  <[EMAIL PROTECTED]>
+
+* pear/PEAR.php
+  pear/package-PEAR.xml:
+  - PEAR_Error now supports exceptions when using Zend Engine 2.  Set the
+error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself
+as an exception (invoke PEAR errors with raiseError() or throwError()
+just like before).
+
+2003-01-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+* (PHP_4)
+  main/SAPI.h:
+  cvs server: warning: file `main/SAPI.h' seems to still contain conflict
+  indicators
+  
+  ..but it checks it in nevertheless.
+
+* main/SAPI.c
+  main/SAPI.h
+  sapi/apache/mod_php4.c:
+  add sapi_get_target_uid/_gid for obtaining information about the
+  non-privileged user the web server is running as.  this is useful
+  for creating shared memory segments which need to be accessed by
+  the child processes/threads.
+
+2003-01-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  sapi/apache2filter/config.m4:
+  MFH: Fixed bug: #21698, httpd.conf not modified with "make install"
+
+* sapi/apache2filter/config.m4:
+  Fixed bug: #21698, httpd.conf not modified with "make install"
+
+* ext/ircg/config.m4:
+  fix typo
+
+* (PHP_4_3)
+  ext/ircg/config.m4:
+  MFH: Fix bug: #21249, configure fails when searching for ircg-config script
+
+* ext/ircg/config.m4:
+  Fix bug: #21249, configure fails when searching for ircg-config script
+
+2003-01-21  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+* sapi/embed/EXPERIMENTAL
+  sapi/embed/config.m4:
+  
+  Added missing warning about experimental nature of sapi/embed.
+
+2003-01-21  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+* ext/gd/libgd/gd.c:
+  Remove the (c), in the future, can we add PHP Licence terms for the new
+  functions ?
+
+* ext/gd/libgd/gd.c:
+  Add credits to my functions (thx for the advice Wez&Ilia :)
+
 2003-01-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * ext/imap/php_imap.c





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

2003-01-21 Thread changelog
changelog   Tue Jan 21 20:33:11 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.151 ZendEngine2/ChangeLog:1.152
--- ZendEngine2/ChangeLog:1.151 Sun Jan 19 20:32:16 2003
+++ ZendEngine2/ChangeLog   Tue Jan 21 20:33:11 2003
@@ -1,3 +1,8 @@
+2003-01-21  Sterling Hughes  <[EMAIL PROTECTED]>
+
+* zend_objects_API.c:
+  fix by phanto to the cloning
+
 2003-01-19  Zeev Suraski  <[EMAIL PROTECTED]>
 
 * Zend.m4: