[PHP-DEV] PHP 7.4.15RC2 is available for testing

2021-01-22 Thread Derick Rethans
PHP 7.4.15RC2 has just been released and can be downloaded from: Or use the git tag: php-7.4.15RC2 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at .

[PHP-DEV] Re: PHP 8.0.2RC1 is available for testing

2021-01-22 Thread Gabriel Caruso
Hello Andrey! PHP 8's new features are available at https://php.net/migration80 and https://php.net/releases/8.0. Each patch release only contains bug/security fixes. Last published release is available at https://php.net/ChangeLog-8.php#8.0.1 PHP 8.0.2 is in RC phase, being released only in Feb

Re: [PHP-DEV] [RFC]: Change Default mysqli Error Mode

2021-01-22 Thread BohwaZ
We should do the same with SQLite3 extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

[PHP-DEV] Optional E_DEPRECATED for 8.0 in 7.4

2021-01-22 Thread Alexander Kurilo via internals
Dear Internals, Recently I started investigating how to migrate a fairly big project to PHP 8 and while most of the changes looked safe-ish, there was one that I was particularly worried about: few comparison rules were changed by "Saner String to Number Comparisons."[1]: Comparison| Before

[PHP-DEV] [RFC] var_representation() : readable alternative to var_export()

2021-01-22 Thread tyson andre
Hi internals, I've created https://wiki.php.net/rfc/readable_var_representation based on my original proposal in https://externals.io/message/112924 This RFC proposes adding a new function `var_representation(mixed $value, int $flags=0): string` with the following differences from var_export: 1