[PHP-DEV] PHP 5 Bug Summary Report

2009-06-15 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1359 total -- which includes 876 feature requests) ===[*Network Functions]=== 48167 To be documented undefined function checkdnsrr()

[PHP-DEV] PHP 6 Bug Summary Report

2009-06-15 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (81 total -- which includes 37 feature requests) ===[*Unicode Issues]== 48265 Open Source and result of database have different encodings. ==

[PHP-DEV] zend_hash_update question

2009-06-15 Thread David Zülke
Hi folks, while fixing http://bugs.php.net/bug.php?id=48557 I was wondering why zend_hash_update doesn't automatically convert numeric strings to integers. Doing $foo = array('1' => 'bar'); actually results in an integer key with value 1, not in a string. The problem in the bug above was

Re: [PHP-DEV] zend_hash_update question

2009-06-15 Thread Matt Wilmas
Hi David, - Original Message - From: "David Zülke" Sent: Monday, June 15, 2009 Hi folks, while fixing http://bugs.php.net/bug.php?id=48557 I was wondering why zend_hash_update doesn't automatically convert numeric strings to integers. Doing $foo = array('1' => 'bar'); actually resu

Re: [PHP-DEV] zend_hash_update question

2009-06-15 Thread David Zülke
On 15.06.2009, at 15:40, Matt Wilmas wrote: Hi David, Hey Matt, - Original Message - From: "David Zülke" Sent: Monday, June 15, 2009 Hi folks, while fixing http://bugs.php.net/bug.php?id=48557 I was wondering why zend_hash_update doesn't automatically convert numeric strings

Re: [PHP-DEV] zend_hash_update question

2009-06-15 Thread David Zülke
Patch updated to reflect the change. It's against 5.3 btw. Now who will commit it so it makes it into the next RC? :) - David On 15.06.2009, at 15:47, David Zülke wrote: On 15.06.2009, at 15:40, Matt Wilmas wrote: Hi David, Hey Matt, - Original Message - From: "David Zülke" S

Re: [PHP-DEV] zend_hash_update question

2009-06-15 Thread Felipe Pena
Hi David, Em Seg, 2009-06-15 às 16:16 +0200, David Zülke escreveu: > Patch updated to reflect the change. It's against 5.3 btw. Now who > will commit it so it makes it into the next RC? :) > I've committed it, thanks. (5.2+) -- Regards, Felipe Pena -- PHP Internals - PHP Runtime Developm

RE: [PHP-DEV] float ops and _controlfp_s

2009-06-15 Thread Garrett Serack
Hey Christian, Uh, my fault false alarm. The fix that went in a while back did indeed fix the problem. Garrett -Original Message- From: Christian Seiler [mailto:chris...@gmx.net] Sent: Saturday, June 13, 2009 11:01 AM To: Pierre Joye Cc: php-dev List Subject: Re: [PHP-DEV] float

Re: [PHP-DEV] change to zend_extension directive in php.ini for PHP 5.3?

2009-06-15 Thread Ferenc Kovacs
2009/6/15 Allister Beharry : > 2009/6/14 Greg Beaver : >> Derick Rethans wrote: >>> On Sun, 14 Jun 2009, Greg Beaver wrote: >>> >>> I just updated cvs for my main test bed (my last full update was a couple of weeks ago) and xdebug was no longer loaded.  I had been loading it via: >>>

[PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED

2009-06-15 Thread Greg Beaver
Hi, in PHP_5_3 if you're using set_magic_quotes_runtime(0), it raises an E_DEPRECATED. I thought all that argument was resolved to only throw E_DEPRECATED for set_magic_quotes_runtime(1)? This is a major pain if magic_quotes are enabled and you need to turn them off to do unserialize or serializ

[PHP-DEV] RE: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file bug41874.phpt bug47767.phpt link_win32.phpt TSRM tsrm_virtual_cwd.c

2009-06-15 Thread Andi Gutmans
This really does not look like a very safe commit at this point in the RC cycle. These kind of patches are very challenging and can affect behavior of applications. They are affected by many things incl. user permissions, CIFS, applications that move files, and more... I am sure you have tested it

RE: [PHP-DEV] RE: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file bug41874.phpt bug47767.phpt link_win32.phpt TSRM tsrm_virtual_cwd.c

2009-06-15 Thread Andi Gutmans
Btw, replied to one big patch but the following is the one that caught my attention: "- Windows ACL cache support, update existing tests and add a new one" I'm all in favor of having such a cache given Windows file system has been such an impediment on performance but this is not a patch that shou