[PHP-DEV] PHP 4.0 Bug #2405: fputs excape-quotes strings From: ajung <email protected>
Date: 09/29/99

From: ajung <email protected>
Operating system: Solaris 2.7
PHP version: 4.0 Beta 2
PHP Bug Type: Misbehaving function
Bug description: fputs excape-quotes strings

I use fputs() to write a string containing a text in quotes to a socket.
On the receiving side the string comes out with escaped quotes \".

Although I set "php_value magic_quotes_runtime" to both "on" and "off"
the backslashes remain in the string on the receiving side.

Any idea ?

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>