From: [EMAIL PROTECTED]
Operating system: Win2K Professional SP1
PHP version: 4.0.5
PHP Bug Type: Unknown/Other Function
Bug description: ini_set() of 'magic_quotes_sybase' has no effect
Trying to set magic_quotes_sybase with
ini_set('magic_quotes_sybase', 1 )
even though a ini_get() says the value is set it has no effect on the handling of
quotes. I have to set the value to 'on' in the PHP.ini file in order for this to work.
I have tried the following without any success.
ini_set('magic_quotes_sybase', 1 )
ini_set('magic_quotes_sybase', '1' )
ini_set('magic_quotes_sybase', -1 )
ini_set('magic_quotes_sybase', '-1' )
ini_set('magic_quotes_sybase', true )
ini_set('magic_quotes_sybase', 'on' )
--
Edit Bug report at: http://bugs.php.net/?id=11001&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]