From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.1.2
PHP Bug Type:     Strings related
Bug description:  magic_quotes_sybase and addslashes/stripslashes

with magic_quotes_sybase enabled, addslashes will replace single quotes
with double single quotes and NUL's 
with \NUL's.  stripslashes will change the doubled single quotes back to
single quotes, but the 
backslash-escaped NUL's will remain escaped.

see http://marc.theaimsgroup.com/?l=php-dev&m=100257404931832&w=2


-- 
Edit bug report at http://bugs.php.net/?id=15824&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15824&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15824&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15824&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15824&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15824&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15824&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15824&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15824&r=submittedtwice

Reply via email to