pajoye                                   Fri, 22 Jul 2011 11:42:15 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313577

Log:
- should not have been applied

Changed paths:
    U   php/php-src/trunk/Zend/zend_float.c
    U   php/php-src/trunk/Zend/zend_operators.h

Modified: php/php-src/trunk/Zend/zend_float.c
===================================================================
--- php/php-src/trunk/Zend/zend_float.c 2011-07-22 11:26:23 UTC (rev 313576)
+++ php/php-src/trunk/Zend/zend_float.c 2011-07-22 11:42:15 UTC (rev 313577)
@@ -31,7 +31,7 @@
                EG(saved_fpu_cw_ptr) = (void*)&EG(saved_fpu_cw);
        }
        XPFPA_STORE_CW(EG(saved_fpu_cw_ptr));
-//     XPFPA_SWITCH_DOUBLE();
+       XPFPA_SWITCH_DOUBLE();
 #else
        EG(saved_fpu_cw_ptr) = NULL;
 #endif

Modified: php/php-src/trunk/Zend/zend_operators.h
===================================================================
--- php/php-src/trunk/Zend/zend_operators.h     2011-07-22 11:26:23 UTC (rev 
313576)
+++ php/php-src/trunk/Zend/zend_operators.h     2011-07-22 11:42:15 UTC (rev 
313577)
@@ -474,6 +474,7 @@
                        "0:"
                        :
                        : "r"(op1));
+#else
                if (UNEXPECTED(Z_LVAL_P(op1) == LONG_MAX)) {
                        /* switch to double */
                        Z_DVAL_P(op1) = (double)LONG_MAX + 1.0;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to