[PHP-DEV] PHP 8.0.0alpha1 is ready for testing

2020-06-25 Thread Sara Golemon
PHP 8.0.0alpha1 has just been released and can be downloaded from: https://downloads.php.net/~pollita Or use the git tag: php-8.0.0alpha1 Windows binaries are available at: https://windows.php.net/qa/ This is the first official release of the PHP 8 serial and includes an incredible amount of

[PHP-DEV] PHP 7.4.8RC1 is available for testing

2020-06-25 Thread Derick Rethans
PHP 7.4.8RC1 has just been released and can be downloaded from: Or use the git tag: php-7.4.8RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at .

[PHP-DEV][RFC][VOTE] Rename T_PAAMAYIM_NEKUDOTAYIM to T_DOUBLE_COLON

2020-06-25 Thread G. P. B.
Hello internals, As the two week discussion period has elapsed the vote is now open. We did acknowledge the suggestion of dropping the token name from the error message directly, but in our opinion this is an orthogonal change to the one proposed, and has the risk of not landing in PHP 8.0. The

Re: [PHP-DEV] Making the hardcoded string length limit of Throwable->getTraceAsString() configurable

2020-06-25 Thread tyson andre
> > Why is there a 15 byte limit in the first place? > > Presumably it might be so that multi-megabyte strings are not dumped > to the console when printing out a stack trace. (Disclaimer: I have > not touched the relevant code and am just guessing.) It apparently dates back to 2003, when

Re: [PHP-DEV] [VOTE] Remove inappropriate inheritance signature checks on private methods

2020-06-25 Thread Nikita Popov
On Fri, Jun 19, 2020 at 1:30 PM Alexandru Pătrănescu wrote: > On Fri, Jun 19, 2020 at 12:17 PM Nikita Popov > wrote: > > > > On Tue, Jun 16, 2020 at 11:19 AM Marco Pivetta > wrote: > > > > > Hey Nikita, > > > > > > On Tue, Jun 16, 2020 at 11:05 AM Nikita Popov > > > wrote: > > > > > >> On

[PHP-DEV] PHP 7.3.20RC1 is available for testing

2020-06-25 Thread Christoph M. Becker
PHP 7.3.20RC1 has just been released and can be downloaded from: Or use the git tag: php-7.3.20RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system. 7.3.20 should be expected

[PHP-DEV] PHP Bug #79714

2020-06-25 Thread Henrik Skov
Hi ! I recently submitted this bug: https://bugs.php.net/bug.php?id=79714 I am writing to the list in the hope that I can find someone willing to look into it. I might be willing to pay money in order to get this bug fixed. For a detailed description of the bug, please see the link above.

Re: [PHP-DEV] Making the hardcoded string length limit of Throwable->getTraceAsString() configurable

2020-06-25 Thread Thomas Lamy
Am 24.06.20 um 21:22 schrieb tyson andre: Hi internals, By default, strings in parameter lists are truncated to 15 bytes by default in Throwable->getTraceAsString() (and Throwable->__toString() as a consequence). (in Zend/zend_exception.c in `static void _build_trace_args(zval *arg,

Re: [PHP-DEV] Making the hardcoded string length limit of Throwable->getTraceAsString() configurable

2020-06-25 Thread Alex
> Why is there a 15 byte limit in the first place? Presumably it might be so that multi-megabyte strings are not dumped to the console when printing out a stack trace. (Disclaimer: I have not touched the relevant code and am just guessing.) -- PHP Internals - PHP Runtime Development Mailing