[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2009-06-22 Thread changelog
changelog   Tue Jun 23 01:33:12 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3442r2=1.3443diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3442 php-src/ChangeLog:1.3443
--- php-src/ChangeLog:1.3442Mon Jun 22 01:33:38 2009
+++ php-src/ChangeLog   Tue Jun 23 01:33:10 2009
@@ -1,3 +1,125 @@
+2009-06-22  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - gd compat mode news
+
+* (PHP_5_3)
+  NEWS:
+  - #48624
+
+* (PHP_5_2)
+  NEWS:
+  - news for #48619
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - MF53: #48619, imap_search ALL segfaults
+
+* sapi/cgi/cgi_main.c:
+  - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c
+
+2009-06-22  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_2)
+  ext/json/json.c
+  ext/json/php_json.h:
+  fix shared build on Windows
+
+2009-06-22  Christian Seiler  chris...@gmx.net
+
+* ext/spl/php_spl.c
+  ext/spl/tests/spl_autoload_013.phpt
+  ext/spl/tests/spl_autoload_014.phpt
+  ext/spl/tests/spl_autoload_bug48541.phpt:
+  - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
+invokables.
+
+2009-06-22  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/gd/libgd/gd.c:
+  Should have been in previous commit
+
+2009-06-22  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_3)
+  NEWS:
+  moved to PHP_5_2
+
+2009-06-22  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/gd/libgd/gd.c:
+  MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag
+
+2009-06-22  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_2)
+  NEWS
+  ext/gd/libgd/gdft.c
+  ext/gd/tests/Tuffy.ttf
+  ext/gd/tests/bug48555.phpt:
+  MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for
+  texts with new lines)
+
+2009-06-22  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  Revert unrelated bits to the previous commit
+
+2009-06-22  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  sapi/cgi/cgi_main.c:
+  - #48624 .user.ini never gets parsed
+
+* (PHP_5_3)
+  ext/imap/php_imap.c:
+  - #48619, imap_search ALL segfaults
+
+2009-06-22  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+* ext/date/php_date.c:
+  
+  MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+* (PHP_5_2)
+  NEWS
+  ext/date/php_date.c:
+  
+  Fixed bug #48636 (Error compiling of ext/date on netware).
+
+2009-06-22  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - BFN #48641 (I missed to add in the previous commit: patch by 
crrodriguez
+  at opensuse dot org) :P
+
+* (PHP_5_3)
+  ext/standard/file.c:
+  - Fixed bug #48641 (tmpfile() uses old parameter parsing)
+
+2009-06-22  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Sync with docs
+
+2009-06-22  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/tests/017.phpt:
+  - Fixed bug #48629 (get_defined_constants() ignores categorize parameter)
+
 2009-06-21  Scott MacVicar  sc...@macvicar.net
 
 * (PHP_5_3)
@@ -47532,7 +47654,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3442 2009/06/22 01:33:38 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3443 2009/06/23 01:33:10 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-22 Thread changelog
changelog   Tue Jun 23 01:33:15 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1508r2=1.1509diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1508 ZendEngine2/ChangeLog:1.1509
--- ZendEngine2/ChangeLog:1.1508Sat Jun 20 01:33:11 2009
+++ ZendEngine2/ChangeLog   Tue Jun 23 01:33:15 2009
@@ -1,3 +1,10 @@
+2009-06-22  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  zend_builtin_functions.c
+  tests/017.phpt:
+  - Fixed bug #48629 (get_defined_constants() ignores categorize parameter)
+
 2009-06-19  Scott MacVicar  sc...@macvicar.net
 
 * (PHP_5_3)
@@ -29235,7 +29242,7 @@
 2003-06-10  Jani Taskinen  sni...@iki.fi
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1508 2009/06/20 01:33:11 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1509 2009/06/23 01:33:15 changelog Exp $ tag
 
 2003-06-10  James Cox  ja...@imajes.info
 
@@ -30959,7 +30966,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1508 2009/06/20 01:33:11 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1509 2009/06/23 01:33:15 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  i...@prohost.org