ID: 21720 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: Windows XP and Linux Mandrake 9 PHP Version: 4.2.0 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. And if this fails with 4.3.0, try the stable snapshots at: http://snaps.php.net/ If it fails with those too, come up with a REAL example script. (starts with <?php and ends with ?> and code between..) Previous Comments: ------------------------------------------------------------------------ [2003-01-17 21:35:53] [EMAIL PROTECTED] In fonction strtime, "%e" return the day in the month, but it doesn't run with strlocale("fr") or strlocale("Fr_fr") Others args run properly. For example, try this : strlocale ("fr"); echo strtime ("%e"); As a result, you have nothing (or "null" if you prefer...) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21720&edit=1