On 2024-12-20 06:46, Calvin Buckley wrote:
The PHP development team announces the immediate availability of PHP
8.4.2. This is a bugfix release.
All PHP 8.4 users are encouraged to upgrade to this version.
For source downloads of PHP 8.4.2 please visit our downloads page.
Windows binaries can b
Hello internals,
Apologies, I originally responded to the discussion thread instead of
starting a new thread.
As it has now been two weeks and discussion has quieted down, I've now
opened the "Error backtraces v2" RFC for voting:
https://wiki.php.net/rfc/error_backtraces_v2
Once again I've adde
On Thu, Dec 5, 2024 at 3:57 PM Eric Norris wrote:
>
> Hello yet again internals,
>
> I'd like to formally propose a continuation of the original error
> backtraces RFC (https://wiki.php.net/rfc/error_backtraces):
>
> https://wiki.php.net/rfc/error_backtraces_v2
>
> We recently had a production inc
The PHP development team announces the immediate availability of PHP
8.3.15. This is a bugfix release.
All PHP 8.3 users are encouraged to upgrade to this version.
For source downloads of PHP 8.3.15 please visit our downloads page:
https://www.php.net/downloads
Windows source and binaries can be
The PHP development team announces the immediate availability of PHP
8.4.2. This is a bugfix release.
All PHP 8.4 users are encouraged to upgrade to this version.
For source downloads of PHP 8.4.2 please visit our downloads page.
Windows binaries can be found on the PHP for Windows site.
The list
Hi all,
I got a case where I have to create multiple different formatters and
also I want to define the possible tokens of each formatter accessible
in specific groups using enums.
During that task I'm wondering why it's not possible to create an inline
enum definition similar to an anonymou
The PHP development team announces the immediate availability of
PHP 8.2.27. This is a bugfix release.
All PHP 8.2 users are encouraged to upgrade to this version.
For source downloads of PHP 8.2.27 please visit our downloads page.
Windows binaries can be found on the PHP for Windows site.
The li
> Hi,
>
> Would be reasonable to be able to recover the stack trace of the error as a
> string, in addition to the proposed format? In general, it is the format I
> use in my error/exception handlers for convenience.
>
> A utility function that stringify the trace would be sufficient, as the
> o
On 16.12.2024 at 21:05, Christoph M. Becker wrote:
> Especially on Windows, where we have different code paths, and sometimes
> even completely different code, it would be great to also have these
> unit tests. Given that link.exe supports /alternatename, a bit of
> additional macro magic might d