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

2003-02-14 Thread changelog
changelog   Fri Feb 14 20:35:42 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1266 php4/ChangeLog:1.1267
--- php4/ChangeLog:1.1266   Thu Feb 13 20:32:56 2003
+++ php4/ChangeLog  Fri Feb 14 20:35:41 2003
@@ -1,3 +1,129 @@
+2003-02-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/mysqli/php_mysqli.h:
+  Allow mysqli to be built when imap (c-client) is used.
+
+* ext/ftp/ftp.c
+  ext/ftp/php_ftp.c
+  ext/mysqli/mysqli_api.c:
+  CS fixes.
+
+* ext/mysqli/mysqli.c
+  ext/mysqli/mysqli_api.c:
+  Fixed compile warnings.
+
+2003-02-14  Georg Richter  <[EMAIL PROTECTED]>
+
+* ext/mysqli/tests/045.phpt:
+  test for bind_result with show
+
+2003-02-14  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  Slight fix for consistency
+
+* (PHP_4_3)
+  NEWS:
+  BFN
+
+2003-02-14  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* ext/standard/image.c:
+  a little bit slower but somewhat tricky and more flexible and it does not
+  allocate static buffers anymore
+
+2003-02-14  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  ext/standard/string.c:
+  Fixed wrong commit: s/&/*/
+
+* (PHP_4_3)
+  ext/standard/string.c:
+  MFH(r1.358): Fixed a str_replace() bug similar to bug #4
+
+* ext/standard/string.c:
+  Fixed a str_replace() bug similar to bug #4
+
+* (PHP_4_3)
+  ext/standard/string.c
+  ext/standard/tests/strings/bug4.phpt:
+  MFH(r1.357): Fixed bug #4
+  MFH: Added test case for the bug
+
+* ext/standard/string.c
+  ext/standard/tests/strings/bug4.phpt:
+  Fixed bug #4 (implode changes object references in array)
+  Added test case for the bug
+
+2003-02-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/mysqli/mysqli_nonapi.c:
+  Fixed a typo.
+
+2003-02-14  Georg Richter  <[EMAIL PROTECTED]>
+
+* ext/mysqli/mysqli_nonapi.c:
+  fixed compiler warning
+
+* ext/mysqli/mysqli_api.c:
+  fixed a bug in mysqli_fetch
+  removed c++ comment (thx to Jani :)
+  fixed compiler warning
+
+2003-02-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/mysqli/mysqli.c
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_nonapi.c
+  ext/mysqli/php_mysqli.h:
+  Missing portion of the previous patch.
+
+* ext/mysqli/php_mysqli.h:
+  Buncha Fixes.
+   * Fixed a number of memory leaks.
+   * Fixed some php_error_docref() calls that tried to print non-existent
+ arguments.
+   * Fixed some signed/unsigned problems.
+   * Fixed the MYSQLI_FETCH_RESOURCE macro so that compilers do not complain
+ about un-initialized variables.
+   * CS fixes.
+
+2003-02-14  Georg Richter  <[EMAIL PROTECTED]>
+
+* ext/mysqli/mysqli_api.c:
+  bind_result fix
+
+* ext/mysqli/mysqli.c:
+  fixed a bug in prepare/bind
+
+2003-02-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* sapi/cgi/cgi_main.c:
+  MFB
+
+* (PHP_4_3)
+  sapi/cgi/cgi_main.c:
+  Added missing $Id: ChangeLog,v 1.1267 2003/02/15 01:35:41 changelog Exp $ tag
+
+2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+* .gdbinit:
+  add really nice dump_bt function for debugging in gdb
+
+2003-02-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  configure.in
+  ext/standard/config.m4:
+  - MFH, do not add libcrypt if crypt() is provided by libc.
+
+* configure.in
+  ext/standard/config.m4:
+  - Don't add libcrypt if the crypt() function is provided already.
+(by libc, like in HP-UX)
+
 2003-02-13  Sara Golemon  <[EMAIL PROTECTED]>
 
 * ext/ftp/ftp.c:





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

2003-02-14 Thread changelog
changelog   Fri Feb 14 20:35:48 2003 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.111 Zend/ChangeLog:1.112
--- Zend/ChangeLog:1.111Thu Feb 13 20:33:09 2003
+++ Zend/ChangeLog  Fri Feb 14 20:35:47 2003
@@ -1,3 +1,9 @@
+2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+* (PHP_4)
+  zend_execute_API.c:
+  init current_execute_data befor we start executing
+
 2003-02-13  Harald Radi  <[EMAIL PROTECTED]>
 
 * zend_language_scanner.l:
@@ -936,7 +942,7 @@
 
 2002-05-13  Sterling Hughes  <[EMAIL PROTECTED]>
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.111 2003/02/14 01:33:09 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.112 2003/02/15 01:35:47 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
 





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

2003-02-14 Thread changelog
changelog   Fri Feb 14 20:35:52 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.172 ZendEngine2/ChangeLog:1.173
--- ZendEngine2/ChangeLog:1.172 Thu Feb 13 20:33:16 2003
+++ ZendEngine2/ChangeLog   Fri Feb 14 20:35:51 2003
@@ -1,3 +1,14 @@
+2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+* zend_execute_API.c:
+  init current_execute_data befor we start executing
+
+* Makefile.am:
+  ups
+
+* Makefile.am:
+  add really nice dump_bt function for debugging in gdb
+
 2003-02-13  Zeev Suraski  <[EMAIL PROTECTED]>
 
 * zend_object_handlers.c:
@@ -311,7 +322,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.172 2003/02/14 01:33:16 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.173 2003/02/15 01:35:51 changelog 
+Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>