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

2003-02-02 Thread changelog
changelog   Sun Feb  2 21:18:44 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1254 php4/ChangeLog:1.1255
--- php4/ChangeLog:1.1254   Sat Feb  1 20:33:22 2003
+++ php4/ChangeLog  Sun Feb  2 21:18:33 2003
@@ -1,3 +1,36 @@
+2003-02-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* main/php_scandir.h:
+  Fixed bug #22021.
+
+* ext/curl/interface.c:
+  Gave the user the ability to specify encoding of the request.
+  Patch by [EMAIL PROTECTED]
+
+* main/php_scandir.c:
+  Fixed build on Solaris (patch by Melvyn Sopacua).
+
+2003-02-02  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+* ext/standard/info.c:
+  Fix warning.
+
+2003-02-02  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* ext/standard/info.c
+  ext/standard/info.c:
+  Fix phpinfo() display of Zend extensions
+
+2003-02-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* ext/gd/config.m4
+  ext/gd/libgd/gd.c
+  ext/gd/libgd/xbm.c
+  ext/gd/tests/conv_test.xbm
+  ext/gd/tests/xbm2png.phpt:
+  - new xbm support
+  
+
 2003-02-01  Marcus Boerger  <[EMAIL PROTECTED]>
 
 * ext/standard/image.c:





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

2003-02-02 Thread changelog
changelog   Sun Feb  2 21:19:32 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.160 ZendEngine2/ChangeLog:1.161
--- ZendEngine2/ChangeLog:1.160 Sat Feb  1 20:33:42 2003
+++ ZendEngine2/ChangeLog   Sun Feb  2 21:19:31 2003
@@ -1,3 +1,33 @@
+2003-02-02  Harald Radi  <[EMAIL PROTECTED]>
+
+* zend_API.c
+  zend_API.h:
+  extend the parameter parsing API by two functions
+  for parsing method parameters with automatic
+  detection if the function was called as such or as
+  a class method (with a valid this ptr).
+  if called as a function the first parameter has to be
+  the object it is operating on, if called as a method
+  this is used.
+  
+
+2003-02-02  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* zend.h
+  zend_operators.h:
+  whitespace
+
+* zend_execute.c
+  zend_object_handlers.c
+  zend_object_handlers.h:
+  Core rearrangements - move Zend Objects specific code to their
+  specific implementation file
+
+2003-02-02  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_compile.c:
+  - Fix warning
+
 2003-02-01  Sebastian Bergmann  <[EMAIL PROTECTED]>
 
 * zend_ini_scanner.l
@@ -77,7 +107,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.160 2003/02/02 01:33:42 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.161 2003/02/03 02:19:31 changelog 
+Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 





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

2003-02-02 Thread changelog
changelog   Sun Feb  2 21:21:53 2003 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.1314 php4/NEWS:1.1315
--- php4/NEWS:1.1314Sat Feb  1 20:34:05 2003
+++ php4/NEWS   Sun Feb  2 21:21:52 2003
@@ -1,6 +1,7 @@
 PHP 4  NEWS
 |||
 ? ? ??? 200?, Version 5.0.0
+- Added XBM support for bundled gd library. (marcus)
 - Added XBM support for GetImageSize(). (helly)
 - Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
 - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)