ID:               31276
 Updated by:       [EMAIL PROTECTED]
 Reported By:      luc at suryo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: Solaris
 PHP Version:      4.3.10
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


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

[2004-12-23 23:42:23] luc at suryo dot com

Description:
------------
This is for Version 4.3.10 as well 5.0.3

the file Zend/zend_str_tod.c is missing the definition for sparcv9,
this is the case on system running Solaris 64 bits

the following should be added

at the end of lines 102 and 130 add
  || defined(__sparcv9)


hope this may help other

nb: I compile my packages with Sun's Compiler 6.2 in 64 bits mode.


thanks
-ls   

Reproduce code:
---------------
code will not compile

Expected result:
----------------
code should compile clean

Actual result:
--------------
easy fixed see above.


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


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

Reply via email to