Heh..so magic_quotes_sybase ini setting affects how stripslashes()
    function works too? Pretty high WTF factor there. It should be 
    an additional option for php_stripslashes() that is passed where
    appropriate.

    --Jani



On Mon, 31 Mar 2003, Sander Roobol wrote:

>On Mon, Mar 31, 2003 at 03:45:13PM +0200, moshe doron wrote:
>> could some1 explain the first if here (php_stripslashes:cybase mode)
>> http://lxr.php.net/source/php4/ext/standard/string.c#2324
>> that have nothing with slashes but with quotes?
>
>Sybase escapes ' with '' and NUL with \0 so we needed a special
>version of php_stripslashes().
>
>Sander
>
>> 
>> could this if be removed safely?
>> 
>> tnx
>> moshe.
>> 
>> 
>> 
>> -- 
>> PHP Internals - PHP Runtime Development Mailing List
>> To unsubscribe, visit: http://www.php.net/unsub.php
>> 
>> 
>
>

-- 
<- For Sale! ->


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to