From: Andrea Faulds Date: Tue, 19 Aug 2014 21:03:16 +0000 (+0100) Subject: Use zend_ polyfilled nan/finite, check finite X-Git-Tag: PRE_NATIVE_TLS_MERGE~158^2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=676ed04d0df2df67efdf93076370a10e4d457965;p=php Use zend_ polyfilled nan/finite, check finite --- 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 (