ID:          32316
 Updated by:  [EMAIL PROTECTED]
 Reported By: jani+php at ifi dot uio dot no
-Status:      Open
+Status:      Closed
 Bug Type:    Unknown/Other Function
 PHP Version: 4.3.10
 New Comment:

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.




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

[2005-03-15 16:04:59] 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.



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


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

Reply via email to