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

2003-01-16 Thread Edin Kadribasic
edink Thu Jan 16 08:19:51 2003 EDT Modified files: /php4/ext/standard math.c Log: Fixed bug #21648 Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.101 php4/ext/standard/math.c:1.102 --- php4/ext/standard/math.c:1.101 Fri Jan 10

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

2003-01-10 Thread Wez Furlong
wez Fri Jan 10 08:32:25 2003 EDT Modified files: /php4/ext/standard math.c Log: Fix the number format fix when the number of decimal places is 0. # Thanks to Edin for his telepathy! Index: php4/ext/standard/math.c diff -u

Re: [PHP-CVS] cvs: php4 /ext/standard math.c

2003-01-10 Thread Jani Taskinen
MFH? --Jani On Fri, 10 Jan 2003, Wez Furlong wrote: wezFri Jan 10 08:32:25 2003 EDT Modified files: /php4/ext/standard math.c Log: Fix the number format fix when the number of decimal places is 0. # Thanks to Edin for his telepathy!

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

2002-11-12 Thread Marcus Boerger
helly Tue Nov 12 06:46:22 2002 EDT Modified files: /php4/ext/standard math.c Log: fix warnings #highest bit cannot be set so this must work Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.96 php4/ext/standard/math.c:1.97 ---

Re: [PHP-CVS] cvs: php4 /ext/standard math.c

2002-11-11 Thread Marcus Börger
Why not use php_error_docref which automatically uses new error message format with functionname? marcus At 06:35 11.11.2002, Jason Greene wrote: jason Mon Nov 11 00:35:05 2002 EDT Modified files: /php4/ext/standard math.c Log: Report function name when log() triggers a

[PHP-CVS] cvs: php4 /ext/standard math.c /ext/standard/tests/math log.phpt

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:21:35 2002 EDT Modified files: /php4/ext/standard math.c /php4/ext/standard/tests/math log.phpt Log: Add the ability to take the logarithm of any base by adding a base parameter to log() Added regression tests for the new form

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

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:35:05 2002 EDT Modified files: /php4/ext/standard math.c Log: Report function name when log() triggers a base warning Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.94 php4/ext/standard/math.c:1.95 ---

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

2002-10-15 Thread Sterling Hughes
sterlingTue Oct 15 10:51:01 2002 EDT Modified files: /php4/ext/standard math.c Log: hopefully silence compile warnings on Solaris related to HUGEVAL being undefined.. HUGEVAL is defined (well the manual would indicate so) in stdlib.h, not math.h.