jim winstead wrote:
> jimw            Fri Jan  4 22:45:11 2002 EDT
>
>   Modified files:
>     /php4/ext/standard  basic_functions.c math.c php_math.h
>     /php4/ext/standard/tests/math       pow.phpt
>   Log:
>   Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
>   pow() tests.

  This breaks the Windows build:

math.c
C:\home\php\php4\ext\standard\math.c(396) : warning C4013:
'finite' undefined
C:\home\php\php4\ext\standard\math.c(409) : warning C4013:
'isinf' undefined
C:\home\php\php4\ext\standard\math.c(422) : warning C4013:
'isnan' undefined
math.obj : error LNK2001: Unresolved external symbol _finite
math.obj : error LNK2001: Unresolved external symbol _isinf
math.obj : error LNK2001: Unresolved external symbol _isnan

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to