Re: [PHP-DEV] [PATCH] Proposed modification to log() in ext/standard/math.c

2002-11-10 Thread Pollita
Apologies... I've made a new .patch file relative to revision 1.93 of math.c in the CVS tree with modifications per instructions in CODING_STANDARDS. Hope this meets with approval. > On Sun, 10 Nov 2002, Pollita wrote: > >> I would like to offer the attached minor patch (relative to php-4.2.3) >

Re: [PHP-DEV] [PATCH] Proposed modification to log() in ext/standard/math.c

2002-11-10 Thread Derick Rethans
On Sun, 10 Nov 2002, Pollita wrote: > I would like to offer the attached minor patch (relative to php-4.2.3) to > ext/standard/math.c to extend the functionality of log() to support > arbitrary bases. Please provide a unified diff (diff -u) against the latest CVS version. Also, please stick to t

[PHP-DEV] [PATCH] Proposed modification to log() in ext/standard/math.c

2002-11-10 Thread Pollita
I would like to offer the attached minor patch (relative to php-4.2.3) to ext/standard/math.c to extend the functionality of log() to support arbitrary bases. The patch would extend: float log(float number) to: float log(float number[,float base]) With no base parameter specified it would fun