From:             d_kelsey at uk dot ibm dot com
Operating system: Windows XP
PHP version:      5.2.9
PHP Bug Type:     Filesystem function related
Bug description:  file system time functions not backported from 5.3/6, eg touch

Description:
------------
touch_basic-win32.phpt test fails once we entered DST. I see in 5.3/5 this
area has been looked into because the microsoft C runtime functions appear
to be sensitive to DST (by design!) 

I was wondering if this code was going to be backported to 5.2.x stream ?
If not then maybe the expectf section for touch_basic-win32.phpt should be
changed from 
mtime=10000
atime=20470
to
mtime=%r10000|6400%r
atime=%r20470|16870%r



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

Reply via email to