On Thu, 27 Jul 2006 22:38:34 +0200 (CEST) [EMAIL PROTECTED] (Derick Rethans) wrote:
On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: > iliaa Thu Jul 27 18:15:10 2006 UTC > > Modified files: > /php-src/ext/filter filter.c > Log: > MFB: Fixed a bug in the filter extension that prevented > magic_quotes_gpc from being applied when RAW filter is used. Erm, that was the whole point here... the RAW filter should get RAW data, not stuff with magic_quotes fucking it up :)
It should not alter the original data or the expected data. The problem is that magic_quotes_gpc does not work anymore. It is still used (sadly), so we have to take care of this problem. -- Pierre -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php