When I saw a recent message on the PHP-DEV lists an idea of that stripslashes() is not 
applied to the output before a mail about a
bug is sent
Example :
From:             [EMAIL PROTECTED]
Operating system: don\'t care
PHP version:      4.1.1
PHP Bug Type:     Documentation problem
Bug description:  Example is wrong

http://download.php.net/manual/en/function.strftime.php

This is a mistake.
            print (strftime ("%A, in French "));
            setlocale ("LC_TIME", "fr_CA");

fr is the French language
...
...
In the "Operating system: don\'t care" there is a slash, but it is not needed there.

Regards,
Andrey Hristov


-- 
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]

Reply via email to