[PHP-DEV] Unnecessary overhead in getdate()

2018-03-29 Thread Benjamin Coutu
Hello, Just like `[i]date()`, `getdate()` without the `$timestamp` argument uses the current timestamp. The code for `[i]date()` (https://github.com/php/php-src/blob/master/ext/date/php_date.c#L1276) only makes a system call to `time(NULL)` when the `$timestamp` argument is missing. In contra

[PHP-DEV] PHP 7.2.4 Released

2018-03-29 Thread Remi Collet
Hi, The PHP development team announces the immediate availability of PHP 7.2.4. This is a security release with also contains several minor bug fixes. All PHP 7.2 users are encouraged to upgrade to this version. For source downloads of PHP 7.2.4 please visit our downloads page Windows binaries c

[PHP-DEV] PHP 7.0.29 is available

2018-03-29 Thread Anatol Belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.29. This is a security release. One security bug was fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.29 please visit our downloads page: http://www.php