Re: [PHP-DEV] PHP 5.2.7 + magic_quotes_gpc broken

2008-12-07 Thread Marcus Boerger
Hello Ilia, Ilia, this is ultimately your call but I suggest we drop 5.2.7, explain that people shouldn't use it on php.net news and then provide 5.2.8. marcus Saturday, December 6, 2008, 9:35:42 PM, you wrote: > Hey, > There have been several bug reports about magic_quotes_gpc being > bro

Re: [PHP-DEV] PHP 5.2.7 + magic_quotes_gpc broken

2008-12-06 Thread Scott MacVicar
On 7 Dec 2008, at 04:24, Cristian Rodríguez wrote: Scott MacVicar escribió: Since this is a relative serious issue from a security stand point if people rely on it being enabled and a potential data loss for those trying to undo it, I'd like to see a release packaged asap. Please dont releas

Re: [PHP-DEV] PHP 5.2.7 + magic_quotes_gpc broken

2008-12-06 Thread Cristian Rodríguez
Scott MacVicar escribió: > Since this is a relative serious issue from a security stand point if > people rely on it being enabled and a potential data loss for those > trying to undo it, I'd like to see a release packaged asap. Please dont release a new package, but a new php version (5.2.8 or 5

[PHP-DEV] PHP 5.2.7 + magic_quotes_gpc broken

2008-12-06 Thread Scott MacVicar
Hey, There have been several bug reports about magic_quotes_gpc being broken, at the moment in 5.2.7 the escaping is not performed even when enabled. So any applications that attempt to undo the work of magic_quotes_gpc will end up with problems. I've backed out the bug that broke this #4