Re: [PHP-DEV] base64url format

2023-01-11 Thread Sara Golemon
On Tue, Jan 10, 2023 at 8:44 AM Larry Garfield wrote: > > > Can hold a vote if anyone objects, but this seems fairly non-controversial. > > > > It sounds to me like there's enough discussion to be had on the How to warrant a formal RFC. I get the sense once the bikeshedding is done it will pass,

[PHP-DEV] Re: Adding strtotime change to migration document

2023-01-11 Thread Christoph M. Becker
On 11.01.2023 at 15:19, Christian Schneider wrote: > Am 11.01.2023 um 15:04 schrieb Christoph M. Becker : >> On 11.01.2023 at 14:07, Christian Schneider wrote: >> >>> While migrating to PHP 8.2 we noticed the change in strtotime. >>> PHP <= 8.1 supported "today +- 3 days" etc. but the support for

Re: [PHP-DEV] [RFC][Vote] Asymmetric Visibility

2023-01-11 Thread Nicolas Grekas
Le mar. 10 janv. 2023 à 00:00, Larry Garfield a écrit : > On Mon, Jan 9, 2023, at 10:00 AM, Nicolas Grekas wrote: > >> I am hereby opening the vote on the Asymmetric Visibility RFC: > >> > >> https://wiki.php.net/rfc/asymmetric-visibility > >> > >> Voting will be open for 2 weeks. > >> > >>

[PHP-DEV] Re: Adding strtotime change to migration document

2023-01-11 Thread Christian Schneider
Am 11.01.2023 um 15:04 schrieb Christoph M. Becker : > On 11.01.2023 at 14:07, Christian Schneider wrote: > >> While migrating to PHP 8.2 we noticed the change in strtotime. >> PHP <= 8.1 supported "today +- 3 days" etc. but the support for multiple >> sign characters (++, --, -+, +-) has been

Re: [PHP-DEV] PHP build for the wasm32-wasi target

2023-01-11 Thread Rafael Fernández López
Hi George! I'm deeply sorry about my previous answer. My email client did something extremely funky with it, I don't know why. Thanks for your feedback. Thanks for your patience as it took a bit long to answer, I have been out of office. Your suggestion for compiling PHP code into WASM is an

[PHP-DEV] Re: Adding strtotime change to migration document

2023-01-11 Thread Christoph M. Becker
On 11.01.2023 at 14:07, Christian Schneider wrote: > While migrating to PHP 8.2 we noticed the change in strtotime. > PHP <= 8.1 supported "today +- 3 days" etc. but the support for multiple sign > characters (++, --, -+, +-) has been removed in 8.2: > https://3v4l.org/mHa3t > > This was

[PHP-DEV] Adding strtotime change to migration document

2023-01-11 Thread Christian Schneider
While migrating to PHP 8.2 we noticed the change in strtotime. PHP <= 8.1 supported "today +- 3 days" etc. but the support for multiple sign characters (++, --, -+, +-) has been removed in 8.2: https://3v4l.org/mHa3t This was discussed at

Re: [PHP-DEV] PHP build for the wasm32-wasi target

2023-01-11 Thread Rafael Fernández López
Hi George! Thanks for your feedback. Thanks for your patience as it took a bit long to answer, I have been out of office. Your suggestion for compiling PHP code into WASM is an interesting, complementary approach that could be built independently of this one. While appealing, it will require