Browse Source

Fix win32 build

PHP-5.1
Frank M. Kromann 22 years ago
parent
commit
62fbbd1494
  1. 2
      ext/standard/php_math.h

2
ext/standard/php_math.h

@ -66,9 +66,7 @@ PHP_FUNCTION(rad2deg);
WARNING: these functions are expermental: they could change their names or
disappear in the next version of PHP!
*/
#ifdef HAVE_HYPOT
PHP_FUNCTION(hypot);
#endif
PHP_FUNCTION(expm1);
PHP_FUNCTION(log1p);

Loading…
Cancel
Save