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

2009-06-19 Thread changelog
changelog   Sat Jun 20 01:33:04 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3439r2=1.3440diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3439 php-src/ChangeLog:1.3440
--- php-src/ChangeLog:1.3439Fri Jun 19 01:33:12 2009
+++ php-src/ChangeLog   Sat Jun 20 01:33:03 2009
@@ -1,3 +1,23 @@
+2009-06-19  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/gd/gd.c:
+  Fix memleak
+
+2009-06-19  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/tests/bug48215_2.phpt
+  ZendEngine2/tests/bug48215_2.phpt:
+  Make the check case sensitive, and since we can only have a constructor
+  that matches the class name or is __construct
+  its probably safe to just check for __. This means we can skip lowering
+  the function_name, which is hard to be binary
+  safe sine we don't store the length.
+  
+  If we just did a zend_hash_exists lookup we'd be fine since its stored
+  lowercased already :)
+
 2009-06-18  andy wharmby  whar...@uk.ibm.com
 
 * ext/standard/tests/dir/readdir_variation7.phpt
@@ -47373,7 +47393,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3439 2009/06/19 01:33:12 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3440 2009/06/20 01:33:03 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-19 Thread changelog
changelog   Sat Jun 20 01:33:11 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1507r2=1.1508diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1507 ZendEngine2/ChangeLog:1.1508
--- ZendEngine2/ChangeLog:1.1507Fri Jun 19 01:33:18 2009
+++ ZendEngine2/ChangeLog   Sat Jun 20 01:33:11 2009
@@ -1,3 +1,18 @@
+2009-06-19  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  zend_object_handlers.c
+  tests/bug48215_2.phpt
+  tests/bug48215_2.phpt:
+  Make the check case sensitive, and since we can only have a constructor
+  that matches the class name or is __construct
+  its probably safe to just check for __. This means we can skip lowering
+  the function_name, which is hard to be binary
+  safe sine we don't store the length.
+  
+  If we just did a zend_hash_exists lookup we'd be fine since its stored
+  lowercased already :)
+
 2009-06-18  Scott MacVicar  sc...@macvicar.net
 
 * (PHP_5_3)
@@ -29220,7 +29235,7 @@
 2003-06-10  Jani Taskinen  sni...@iki.fi
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1507 2009/06/19 01:33:18 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1508 2009/06/20 01:33:11 changelog Exp $ tag
 
 2003-06-10  James Cox  ja...@imajes.info
 
@@ -30944,7 +30959,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1507 2009/06/19 01:33:18 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1508 2009/06/20 01:33:11 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  i...@prohost.org