mirror of
https://github.com/php/php-src.git
synced 2026-04-09 09:03:04 +02:00
Include proper files for finite.
This commit is contained in:
@@ -32,10 +32,12 @@
|
||||
#include "zend_list.h"
|
||||
#include "zend_fast_cache.h"
|
||||
|
||||
#ifndef HAVE_FINITE
|
||||
#if !HAVE_FINITE
|
||||
#ifndef finite /* in case it's already a macro */
|
||||
#define finite(a) isfinite(a) /* HPUX 11 only has isfinite() */
|
||||
#endif
|
||||
#else
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#if WITH_BCMATH
|
||||
|
||||
Reference in New Issue
Block a user