Date: 04/04/00
- Next message: bastiaan.bakker <email protected>: "[PHP-DEV] Bug #4028: wrong directories included for oracle 8.1.6"
- Previous message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #4026: is_numeric_string/zend crashes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: michaelg <email protected>
Operating system: Linux RH 6.0
PHP version: 3.0.15
PHP Bug Type: Misbehaving function
Bug description: problem with strtotime and php4rc1
$datestamp = "3/15/2000"; //any legal date will do
$dateconv = strtotime($datestamp);
echo "<P>" . $dateconv;
echo "<P>" . strftime("%m/%d/%Y",$dateconv);
is it me or does strtotime not produce the correct amount of seconds?
configured 4.0RC1 with:
mysql, ftp, enable-track-vars
-- 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>
- Next message: bastiaan.bakker <email protected>: "[PHP-DEV] Bug #4028: wrong directories included for oracle 8.1.6"
- Previous message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #4026: is_numeric_string/zend crashes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

