From:             phpbugs at gunnu dot us
Operating system: Linux 2.6
PHP version:      6SVN-2009-08-01 (SVN)
PHP Bug Type:     POSIX related
Bug description:  posix_times returns false without error

Description:
------------
/[cvs]/php-src/ext/posix/posix.c rev 1.110 line 687 detects error if
'ticks' is a negative value. POSIX.1 states -1 is an error condition, but
other negative values are acceptable overflow, which can be caused by a
long uptime.
posix_times() returns false under these conditions when there is no error
except a long uptime.

Reproduce code:
---------------
<?php
var_dump( posix_times() ); //returns false if uptime is high enough
without setting error
?>

Expected result:
----------------
A populated array

Actual result:
--------------
bool(FALSE)

-- 
Edit bug report at http://bugs.php.net/?id=49132&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49132&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49132&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49132&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49132&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49132&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49132&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49132&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49132&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49132&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49132&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49132&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49132&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49132&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49132&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49132&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49132&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49132&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49132&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49132&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49132&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49132&r=mysqlcfg

Reply via email to