php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31786 Zend/zend_strtod.c contains invalid pre-processing error info
Submitted: 2005-02-01 00:12 UTC Modified: 2005-02-01 09:22 UTC
From: vapier at gentoo dot org Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 5CVS-2005-02-01 (dev) OS: ia64 / linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vapier at gentoo dot org
New email:
PHP Version: OS:

 

 [2005-02-01 00:12 UTC] vapier at gentoo dot org
Description:
------------
in ZendEngine2/zend_strtod.c in php-5.0 cvs at around line 233, there is a sanity check to make sure that certain combinations of defines don't exist ... if they do, a helpful error message is supposed to be dumped:
Exactly one of IEE_LITTLE_ENDIAN ...

however, if you should ever hit this bad mojo, your compiler will spout ugly looking parser errors

the statement should be prefixed with '#error ' so that the compiler will dump the helpful message rather than unhelpful crap :)

since the message is wrapped across two lines, a \ will be needed too


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-01 09:22 UTC] derick@php.net
#error unfortuntaly doesn't work for all compilers, and will bomb out even if the statement is not reached, so we can't fix this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC