Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math acosh_basic.phpt acosh_error.phpt acosh_variation.phpt asinh_basic.phpt asinh_error.phpt asinh_va

2008-05-06 Thread Kalle Sommer Nielsen
Quoting Nuno Lopes <[EMAIL PROTECTED]>: Please add the 'static' qualifier to your new php_* functions. Thanks, Nuno - Original Message - From: "Kalle Sommer Nielsen" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Monday, May 05, 2008 7:28 A

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math acosh_basic.phpt acosh_error.phpt acosh_variation.phpt asinh_basic.phpt asinh_error.phpt asinh_va

2008-05-05 Thread Nuno Lopes
Please add the 'static' qualifier to your new php_* functions. Thanks, Nuno - Original Message - From: "Kalle Sommer Nielsen" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Monday, May 05, 2008 7:28 AM Subject: [PHP-CVS] cvs: php-src /ext/s

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math acosh_basic.phpt acosh_error.phpt acosh_variation.phpt asinh_basic.phpt asinh_error.phpt asinh_variat

2008-05-04 Thread Kalle Sommer Nielsen
kalle Mon May 5 06:28:03 2008 UTC Modified files: /php-src/ext/standard basic_functions.c math.c php_math.h /php-src/ext/standard/tests/mathacosh_basic.phpt acosh_error.phpt acosh_variation.phpt

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c /ext/standard/tests/math constants.phpt

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 18:20:40 2006 UTC Added files: /php-src/ext/standard/tests/mathconstants.phpt Modified files: /php-src/ext/standard math.c basic_functions.c Log: Register missing math constants (been missing since 4.0.2!) Rem

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-13 Thread Andrey Hristov
andrey Fri May 13 06:11:19 2005 EDT Removed files: /php-src/ext/standard/tests/mathmath_std_dev.phpt Modified files: /php-src/ext/standard basic_functions.c math.c php_math.h Log: move math_standard_deviation and math_variance to t

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h

2005-05-10 Thread Andrey Hristov
andrey Tue May 10 08:50:53 2005 EDT Modified files: /php-src/ext/standard basic_functions.c math.c php_math.h Log: rename math_std_dev to math_standard_deviation (the API wasn't published yet) http://cvs.php.net/diff.php/php-src/ext/standard/basic_fu

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-10 Thread Andi Gutmans
Yeah I know I'm lagging. Currently on vacation :) We don't usually use a rule of commonly used names in PH, but names that follow our coding standards. Personally, I also don't think std_dev is that common that everyone knows what it stands for (although they can guess). I don't bump into std_de

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-10 Thread Andi Gutmans
Damn right! :) At 01:37 PM 5/2/2005 +0300, Jani Taskinen wrote: Why the cryptic name? Why not math_standard_deviation() ? And I'm pretty sure Andi will ask the same soon.. :) --Jani On Mon, 2 May 2005, Andrey Hristov wrote: andrey Mon May 2 05:17:50 2005 EDT Added files: /

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Andrey Hristov
Good catch! Stefan Esser wrote: Why not catching division by zero? Stefan Andrey Hristov wrote: andreyMon May 2 05:17:50 2005 EDT Added files: /php-src/ext/standard/tests/math math_std_dev.phpt Modified files: /php-src/ext/standard basic_f

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Stefan Esser
Why not catching division by zero? Stefan Andrey Hristov wrote: andrey Mon May 2 05:17:50 2005 EDT Added files: /php-src/ext/standard/tests/math math_std_dev.phpt Modified files: /php-src/ext/standard basic_functions.c math.c php_math.h Log:

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Andrey Hristov
Let's see then :) Andrey Jani Taskinen wrote: Why the cryptic name? Why not math_standard_deviation() ? And I'm pretty sure Andi will ask the same soon.. :) --Jani On Mon, 2 May 2005, Andrey Hristov wrote: andreyMon May 2 05:17:50 2005 EDT Added files: /php-src/ext/standa

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Jani Taskinen
Why the cryptic name? Why not math_standard_deviation() ? And I'm pretty sure Andi will ask the same soon.. :) --Jani On Mon, 2 May 2005, Andrey Hristov wrote: andrey Mon May 2 05:17:50 2005 EDT Added files: /php-src/ext/standard/tests/math math_std_dev.phpt Modified

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 05:17:50 2005 EDT Added files: /php-src/ext/standard/tests/mathmath_std_dev.phpt Modified files: /php-src/ext/standard basic_functions.c math.c php_math.h Log: add math_std_dev() http://cvs.php.net/diff.ph

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c

2004-09-21 Thread Wez Furlong
Yeah, shouldn't hurt anyone. Check with Ilia before merging to 4_3 though... :) --Wez. Andrey Hristov wrote: Wez Furlong wrote: wezMon Sep 20 18:08:07 2004 EDT Modified files: /php-src/ext/standard basic_functions.c math.c Log: Enable hypot for all Do you think

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c

2004-09-21 Thread Andrey Hristov
Wez Furlong wrote: wez Mon Sep 20 18:08:07 2004 EDT Modified files: /php-src/ext/standard basic_functions.c math.c Log: Enable hypot for all Do you think it is feasible the fix to be merged in 4_3 and 5_0 ? Andrey -- PHP CVS Mailing List (http://www.php.net/)

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c

2004-09-20 Thread Wez Furlong
wez Mon Sep 20 18:08:07 2004 EDT Modified files: /php-src/ext/standard basic_functions.c math.c Log: Enable hypot for all http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.687&r2=1.688&ty=u Index: php-src/ext/standard/basic_fun

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h

2004-05-24 Thread Ilia Alshanetsky
iliaa Mon May 24 13:02:12 2004 EDT Modified files: /php-src/ext/standard math.c php_math.h basic_functions.c Log: Fixed bug #28508 (Do not make hypot() available if not supported by libc). http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.1