From 676ed04d0df2df67efdf93076370a10e4d457965 Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Tue, 19 Aug 2014 22:03:16 +0100 Subject: [PATCH] Use zend_ polyfilled nan/finite, check finite --- Zend/zend_operators.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index edc2d56e5b..f168af7ce8 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -71,16 +71,10 @@ ZEND_API zend_bool instanceof_function_ex(const zend_class_entry *instance_ce, c ZEND_API zend_bool instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce TSRMLS_DC); END_EXTERN_C() -/* isnan() might not be available (