ID:               16517
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Date/time related
 Operating System: Solaris
 PHP Version:      4.1.2
 New Comment:

----- Linux Test Script ------
echo strtotime("2002 Fri Apr 26 16:40:13");
echo strtotime("Fri Apr 26 16:40:13 EDT 2002");
echo strtotime("Fri Apr 26 16:40:13 2002");

------------------------------

-------- Yields --------------
-1
-1
-1
-------- PHP Info ------------
PHP Version
  4.1.1

System
  Linux 2.4.18-preempt-1

Server API
  Apache


Previous Comments:
------------------------------------------------------------------------

[2002-04-09 14:24:42] [EMAIL PROTECTED]

After reviewing the details of other open bugs, seems similar to Bug
#13142 and Bug #15123.

------------------------------------------------------------------------

[2002-04-09 13:42:32] [EMAIL PROTECTED]

-------------------- Test Script --------------------
$testTS = 'Tue Apr  9 11:37:21 MDT 2002'; # Output of UNIX command
'date'
print strtotime ($testTS);

-------------------- Yields --------------------
-1

-------------------- PHP Info --------------------
PHP Version
  4.1.2 

System
  SunOS slc-sun4 5.7 Generic_106541-15 sun4u sparc
SUNW,Ultra-Enterprise 

Build Date
  Apr  2 2002 

Configure Command
  'configure' '--with-jpeg-dir=/usr/local' '--with-gd=/usr/local'
'--with-ibm-db2=/home/slcd0005/sqllib'
'--with-apache=/home/tc2876a/stage/apache/apache_1.3.12' 

Server API
  Apache 

Virtual Directory Support
  disabled 

Configuration File (php.ini) Path
  /usr/local/lib/php.ini 

ZEND_DEBUG
  disabled 

Thread Safety
  disabled 

-------------------- Notes --------------------
Worked in 4.0.2


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16517&edit=1

Reply via email to