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 > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php