Hi all,
> On Mar 20, 2025, at 01:31, youkidearitai wrote:
>
> -- Forwarded message -
> From: youkidearitai
> Date: 2025年3月20日(木) 14:41
> Subject: Re: [PHP-DEV] Potential RFC: mb_rawurlencode() ?
> To: Paul M. Jones
>
>
> 2025年3月19日(水) 2:52 Paul M. Jones :
>
>> If not, how do
PHP 8.3.20RC1 has just been released and can be downloaded from:
https://downloads.php.net/~jakub/
or
https://qa.php.net/
or use the git tag: php-8.3.20RC1
Windows binaries are available at: https://windows.php.net/qa/#php-8.3
Please test it carefully, and report any bugs to
https://github.co
On 27/03/2025 22:04, Máté Kocsis wrote:
Hi Ignace,
While implementing the polyfill I am finding easier DX wise to
make the constructor private and use instead named constructors
for instantiation. I would be in favor of
`Uri::parse` and `Uri::tryParse` like it is done currently
PHP 8.4.6RC1 has just been released and may be downloaded from
https://downloads.php.net/~calvinb/
Or use the git tag: php-8.4.6RC1
Windows binaries are available at: https://windows.php.net/qa/
Please test it carefully, and report any bugs at
https://github.com/php/php-src/issues
8.4.6 should
Hi internals,
Following some discussion in [GH-15564] about providing a cross-platform
glob implementation, I've done the work to make the implementation used
on Windows (which is from OpenBSD) the default on all platforms. You can
see it at [GH-18164]. CI is currently passing with this.
The code
Hi Ignace,
While implementing the polyfill I am finding easier DX wise to make the
> constructor private and use instead named constructors for instantiation. I
> would be in favor of
>
> `Uri::parse` and `Uri::tryParse` like it is done currently with Enum and
> the `from` and `tryfrom` named cons
Hi Larry
Sorry for the late response.
On Fri, Feb 7, 2025 at 5:58 AM Larry Garfield wrote:
>
> https://wiki.php.net/rfc/pipe-operator-v3
We have already discussed this topic extensively off-list, so let me
bring the list up-to-date.
The current pipes proposal is elegantly simple. This has many