[PHP-DEV] Re: PHP 7.2.15 RC1?

2019-01-29 Thread Christoph M. Becker
On 29.01.2019 at 15:12, Jan Ehrhardt wrote: > Is it on purpose that 7.2.15 RC1 was not released last week? There are > enough changes after 7.2.14: > https://github.com/php/php-src/blob/d978590c745c23940e29d05d612f673ea45f1d91/NEWS PHP 7.2.15RC1 has now been tagged[1]; PHP 7.2.15 is still planned

Re: [PHP-DEV] Simplify license headers

2019-01-29 Thread Nikita Popov
On Tue, Jan 29, 2019 at 12:24 AM Zeev Suraski wrote: > > > No, this case cannot be made. You are likely mixing up licensing and > copyright here. Licensing (in the absence of a CLA) follows the > inbound=outbound principle, i.e., it is understood that inbound > contributions are made under the sa

[PHP-DEV] PHP 7.2.15 RC1?

2019-01-29 Thread Jan Ehrhardt
Is it on purpose that 7.2.15 RC1 was not released last week? There are enough changes after 7.2.14: https://github.com/php/php-src/blob/d978590c745c23940e29d05d612f673ea45f1d91/NEWS -- Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] pear.php.net gives certificate for mail.cweiske.de

2019-01-29 Thread Sebastian Bergmann
Am 29.01.2019 um 14:27 schrieb Ralf Becker: Is that a known problem? Unfortunately yes. Use http://pear.php.net/ and you'll learn why. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] pear.php.net gives certificate for mail.cweiske.de

2019-01-29 Thread Ralf Becker
curl -i https://pear.php.net/ curl: (60) SSL: no alternative certificate subject name matches target host name 'pear.php.net' More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. T

Re: [PHP-DEV] Proposal fo "Code-free constructors declaration"

2019-01-29 Thread Andrey O Gromov
Just updated proposal https://wiki.php.net/rfc/code_free_constructor v 0.2 Added visibility modificators syntax. Changed behavior for parameters that need to be forwarded to parent. Added “anonymous class” section. Added “Q&A, Discussion” section. Improved description of realization.

Re: [PHP-DEV] Deprecation ideas for PHP 8

2019-01-29 Thread Stephen Reay
> On 29 Jan 2019, at 07:13, Girgias wrote: > > On Thu, 24 Jan 2019 at 01:25, Dan Ackroyd wrote: > >> On Wed, 23 Jan 2019 at 17:25, Girgias wrote: >> >>> I understand the rationale for functional programming, may I ask >>> in your opinion should PHP have built-in functions for arithmetic >>>