From:             
Operating system: Solaris10 on sparc
PHP version:      5.3.5
Package:          Date/time related
Bug Type:         Bug
Bug description:DatePeriod fails to initialize recurrences s on 64bit 
big-endian systems

Description:
------------
In date_period_initialize(), the recurrences argument is an int*, but it is
passed a long*.  This causing the wrong value to be returned on 64bit
big-endian systems.



A patch that fixes this is attached,  Without this patch,
ext/date/tests/bug46874.phpt fails on 64 solaris sparc systems, it only
prints the first period.




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

Reply via email to