Re: [PHP-DEV] Bugsnet

2021-05-10 Thread Alexander Kurilo via internals
On 09/05/2021 09:48, Joe Watkins wrote: Morning internals, We have a spam problem on bugsnet, it's not a new problem. Nikita had to waste time deleting 20 odd messages from bugsnet yesterday and this is a common, daily occurrence. We clearly don't have time for this. Quite aside from spam probl

[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

Re: [PHP-DEV] Broken openssl tests on Travis

2018-12-30 Thread Alexander Kurilo via internals
On 30/12/2018 23:29, Stanislav Malyshev wrote: Hi! There are 2 ways out: * This PR https://github.com/php/php-src/pull/3698 aims to solve the root cause: it modifies tests in order to make them generate certificates on the fly and always be sure that their expiration date is in the future (and

Re: [PHP-DEV] Broken openssl tests on Travis

2018-12-30 Thread Alexander Kurilo via internals
On 02/12/2018 09:16, Stanislav Malyshev wrote: Hi! I am seeing tons of broken openssl tests on Travis CI. Example: https://travis-ci.org/php/php-src/jobs/462367522 All errors seem to be the same: 001+ Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: 002

Re: [PHP-DEV] Broken openssl tests on Travis

2018-12-02 Thread Alexander Kurilo via internals
On 02/12/2018 09:16, Stanislav Malyshev wrote: Hi! I am seeing tons of broken openssl tests on Travis CI. Example: https://travis-ci.org/php/php-src/jobs/462367522 All errors seem to be the same: 001+ Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: 002

Re: [PHP-DEV] Faster zend sorting implementation

2015-01-14 Thread Alexander Kurilo
Hi Xinchen, my draft patch (which already get 0.1% IRs reduce in wordpress) could you or anyone else help me understand what IR stands for? Thanks in advance. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Default constructors

2014-11-18 Thread Alexander Kurilo
On 18/11/14 14:00, Stanislav Malyshev wrote: Hi! Thanks for bringing this up and working on the patch. Last time we discussed this(http://www.serverphorums.com/read.php?7,71,712635), there were a couple of people including Anthony and Sanford who were agains this feature arguing that it wou

Re: [PHP-DEV] setcookie() minor BC break - fixes issue #67736

2014-11-01 Thread Alexander Kurilo
On 01/11/14 13:09, Florian Margaine wrote: Hi list, On the PR of the setcookie patch to become compliant with the HTTP RFC, a valid use case for not throwing a warning when running setcookie() twice with the same name: deleting cookies (setcookie('name'