Re: [PHP-DEV] [PATCH] New, optimized is_numeric_string, and other number stuff

2006-12-17 Thread Matt Wilmas
Hi Ilia, I take it there aren't any issues in array.c or wddx.c? Anyway, I wanted to point out one more is_numeric_* functionality change that I skipped in my original message, but I think it's probably a logic bug in the old code. The end of the old function is: if (end_ptr_double>end_ptr_lon

Re: [PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Edin Kadribasic
The problem seems to occur using any version of the Microsoft compiler. It is what is locking up http://snaps.php.net/ at the moments since the snaps box runs the newly created binary to complete the installation process. Edin Andi Gutmans wrote: > Thanks for the heads-up. We are planning to wor

RE: [PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Andi Gutmans
Thanks for the heads-up. We are planning to work on changing this magic # generation this week anyway, so hopefully your problem will go away with the improvements. > -Original Message- > From: Edin Kadribasic [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 17, 2006 9:25 AM > To: Dmitr

Re: [PHP-DEV] display_errors = on

2006-12-17 Thread Jeff Moore
On Dec 16, 2006, at 11:54 AM, Derick Rethans wrote: On Fri, 15 Dec 2006, Andi Gutmans wrote: Time to turn it off in php.ini-dist in addition to php.ini-recommended? I would instead change them to php.ini-development and php.ini-production. In development you'd want to have this stuff on..

Re: [PHP-DEV] display_errors = on

2006-12-17 Thread Jeff Moore
On Dec 15, 2006, at 7:47 PM, Andi Gutmans wrote: Time to turn it off in php.ini-dist in addition to php.ini-recommended? Time to rename php.ini-dist and a php.ini-recommended to more clearly represent specific usage profiles, like development and production? Perhaps the production or "reco

[PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Edin Kadribasic
Hi, Trying to compile current php-5.2-dev on Windows using the new VC++ 8.0 (2005). PHP compiles without problems but on startup ends up in and endless loop at around line 768 of zend_alloc.c. rand() and do...while() never exit there. If I disable ZEND_MM_COOKIES PHP starts up fine. Edin -- PH

Re: [PHP-DEV] Run-time taint support proposal

2006-12-17 Thread Stanislav Malyshev
someone created it for debugging and forgot to remove and the search engine stumbled across it. It happens. OK, I was overreaching. But main point stays - problems of configuration are rarely solvable by automatic means, rather by education and choosing better defaults. If you run site in debu