[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-05-02 Thread changelog
changelog Mon May 2 20:35:46 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1971r2=1.1972ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1971 php-src/ChangeLog:1.1972 ---

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-05-02 Thread changelog
changelog Mon May 2 20:35:55 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.684r2=1.685ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.684

[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()

[PHP-CVS] cvs: php-src / NEWS

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 05:18:05 2005 EDT Modified files: /php-srcNEWS Log: FRN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1885r2=1.1886ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1885 php-src/NEWS:1.1886 --- php-src/NEWS:1.1885 Thu Apr 28 20:33:40

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.c

2005-05-02 Thread Pierre-Alain Joye
pajoye Mon May 2 05:39:28 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd gd.c Log: - MFH (#32893, imagettf crashes) uses long for zval http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.221.2.54r2=1.221.2.55ty=u Index:

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

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:

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

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

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

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 07:01:14 2005 EDT Modified files: /php-src/ext/standard math.c /php-src/ext/standard/tests/mathmath_std_dev.phpt Log: fix division by zero. throw an warning if the array is empty.

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

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 08:32:22 2005 EDT Modified files: /php-src/ext/standard math.c Log: fixed div by zero #div by zero is bad...div by zero is bad...bad http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.123r2=1.124ty=u Index: