php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32316 Zend/zend_operators.h includes zend_strtod.h twice
Submitted: 2005-03-15 16:04 UTC Modified: 2010-12-20 11:51 UTC
Votes:2
Avg. Score:3.0 ± 2.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: jani+php at ifi dot uio dot no Assigned: iliaa (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 4.3.10 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jani+php at ifi dot uio dot no
New email:
PHP Version: OS:

 

 [2005-03-15 16:04 UTC] jani+php at ifi dot uio dot no
Description:
------------
I found the following in Zend/zend_operators.h.

It's also present in php4-STABLE-200503151330 (from http://snaps.php.net/php4-STABLE-latest.tar.gz).

This does not produce any errors that I can see, but it's a bit untidy:

#include "zend_strtod.h"

#ifndef ZEND_OPERATORS_H
#define ZEND_OPERATORS_H

#include <errno.h>
#include <math.h>

#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif

#include "zend_strtod.h"


The first inclusion of zend_strtod.h probably shouldn't be there.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-15 16:49 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2010-12-20 11:51 UTC] jani@php.net
-Package: Tidy +Package: Scripting Engine problem -Assigned To: +Assigned To: iliaa
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC