Re: [PHP-DEV] another fix for max_input_vars.

2012-01-03 Thread Laruence
Hi: sorry, I didn't put that clearly, I mean, in trigger E_ERROR in php_register_variable will cause php-cgi process exit. and dmitry has fixed that by change the E_ERROR to E_WARNING, my patch is doing the same thing but in another way thanks On Wed, Jan 4, 2012 at 3:08 PM, Stas Maly

Re: [PHP-DEV] another fix for max_input_vars.

2012-01-03 Thread Stas Malyshev
Hi! it seems you have fix the issue that error in register_variable will cause php process exit. here is a fix I made before: http://pastebin.com/7BLAVaWr , I think maybe this is a lighter fix. could you review this? if you think this is okey, I will commit it. Could you p