Re: [PHP-DEV] [RFC] Preloading

2018-10-29 Thread Crocodile
Just a side question: will the information on preloaded userland classes and functions be available via php --rc / php --rf commands? On Thu, Oct 25, 2018 at 10:42 AM Dmitry Stogov wrote: > > On 10/25/18 10:47 AM, Michael Wallner wrote: > > On 20/10/2018 15:06, Dmitry Stogov wrote: > >> > >> On

Re: [PHP-DEV] [RFC] Preloading

2018-10-29 Thread Dmitry Stogov
Yes. --rf/--rc work for preloaded classes/functions. From: Crocodile Sent: Monday, October 29, 2018 1:44:08 PM To: Dmitry Stogov Cc: Michael Wallner; Sara Golemon; PHP internals Subject: Re: [PHP-DEV] [RFC] Preloading Just a side question: will the information on

[PHP-DEV] Re: Proposal - Introduce NumberFormat::TYPE_DECIMAL

2018-10-29 Thread Benjamin Morel
> I would like to propose introducing a new constant > NumberFormat::TYPE_DECIMAL to allow parsing and formatting decimal strings. I would definitely see a value for this feature; this would be particularly useful in a wide range of use cases, including math & money libraries. You should probab