php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31276 sparcv9 definition in Zend/zend_strtod.c
Submitted: 2004-12-23 23:42 UTC Modified: 2004-12-24 02:24 UTC
From: luc at suryo dot com Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.3.10 OS: Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 41 = ?
Subscribe to this entry?

 
 [2004-12-23 23:42 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-24 02:24 UTC] luc at suryo dot com
both snapshot 4.3.x and 5.0.x tested
compiled OK, test with basic script (apache 2.0.52 module)
all OK.

Thanks!

nb: I'll be more then happy to provide access to solaris 9 system to test 64 bits compilation if needed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC