Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

[PHP-DEV] Bug in bugs.php.net? From: Andrey Hristov (ahristov <email protected>)
Date: 12/28/01

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: php <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: 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>