Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-24 Thread bertrand Gugger
Matt W wrote: Sure, but I was meaning , in so far you extend the functionality of number_format , then you will need to extend the doc. Some draft of this doc extension would be usefull , even in this test phase and especially for "userland" people. Oh, I see. I don't know anything about cha

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-24 Thread Matt W
Hi bertrand, - Original Message - From: "bertrand Gugger" Sent: Sunday, July 23, 2006 > Matt W wrote: > > Hi, > >>Give some basic userland examples about what you propose to change, > >>please ... > >>(I guess these are a part of the .phpt) > > > > In the .phpt file, it is userland code

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-23 Thread bertrand Gugger
Matt W wrote: Hi, Give some basic userland examples about what you propose to change, please ... (I guess these are a part of the .phpt) In the .phpt file, it is userland code where you can see examples of how the changes work. :-) Sure, but I was meaning , in so far you extend the functionali

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-23 Thread Matt W
Hi, - Original Message - From: "bertrand Gugger" Sent: Saturday, July 22, 2006 > Bonsoir Matt, > Matt W wrote: > > Hi, > > > > Haven't heard any opinions on these functionality changes... (Though I know > > more significant things keep you busy!) > > > > Do many other people use number_

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-22 Thread bertrand Gugger
Matt W wrote: Hi, Haven't heard any opinions on these functionality changes... (Though I know more significant things keep you busy!) Do many other people use number_format()?? Wouldn't allowing thousands separator as param #2 simplify things? Any issues with the semantics of operation? Neg

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-22 Thread bertrand Gugger
bertrand Gugger wrote: Bonsoir Matt, Matt W wrote: Hi, Haven't heard any opinions on these functionality changes... (Though I know more significant things keep you busy!) Do many other people use number_format()?? Wouldn't allowing thousands separator as param #2 simplify things? Any iss

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-22 Thread bertrand Gugger
Bonsoir Matt, Matt W wrote: Hi, Haven't heard any opinions on these functionality changes... (Though I know more significant things keep you busy!) Do many other people use number_format()?? Wouldn't allowing thousands separator as param #2 simplify things? Any issues with the semantics of o

Re: [PHP-DEV] [PATCH] number_format enhancements

2006-07-22 Thread Matt W
Hi, Haven't heard any opinions on these functionality changes... (Though I know more significant things keep you busy!) Do many other people use number_format()?? Wouldn't allowing thousands separator as param #2 simplify things? Any issues with the semantics of operation? Negative precision

[PHP-DEV] [PATCH] number_format enhancements

2006-07-19 Thread Matt W
Hi, There are a couple things I don't like about how number_format() works currently, so I'm hoping the functionality changes this patch provides can be added. :-) First is that when you're working with whole numbers and/or don't want any decimal places, both decimal-related parameters are needed