Congrats on your first commit \o/
Looking forward to a bunch more :)

-Hannes


On Thu, May 8, 2008 at 6:23 AM, Matt Wilmas <[EMAIL PROTECTED]> wrote:
> mattwil         Thu May  8 04:23:26 2008 UTC
>
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/ext/standard       math.c
>   Log:
>   Fix build
>
>  
> http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.131.2.2.2.6.2.7&r2=1.131.2.2.2.6.2.8&diff_format=u
>  Index: php-src/ext/standard/math.c
>  diff -u php-src/ext/standard/math.c:1.131.2.2.2.6.2.7 
> php-src/ext/standard/math.c:1.131.2.2.2.6.2.8
>  --- php-src/ext/standard/math.c:1.131.2.2.2.6.2.7       Tue May  6 10:55:49 
> 2008
>  +++ php-src/ext/standard/math.c Thu May  8 04:23:26 2008
>  @@ -19,7 +19,7 @@
>     +----------------------------------------------------------------------+
>   */
>
>  -/* $Id: math.c,v 1.131.2.2.2.6.2.7 2008/05/06 10:55:49 kalle Exp $ */
>  +/* $Id: math.c,v 1.131.2.2.2.6.2.8 2008/05/08 04:23:26 mattwil Exp $ */
>
>   #include "php.h"
>   #include "php_math.h"
>  @@ -354,7 +354,7 @@
>         if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &num) == 
> FAILURE) {
>                 return;
>         }
>  -       RETURN_DOUBLE(asinh(num));
>  +       RETURN_DOUBLE(php_asinh(num));
>   }
>   /* }}} */
>
>
>
>
>  --
>  PHP CVS Mailing List (http://www.php.net/)
>  To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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

Reply via email to