Re: [PHP-DEV] [RFC] Pre-Vote: Typed properties

2018-09-08 Thread Marco Pivetta
Hey Bob, Did the implementation change a lot since it was last successfully tested, or is it mostly stabilization changes? Greets, Marco On Fri, 7 Sep 2018, 23:19 Bob Weinand, wrote: > Hey, > > Due to the mailing list downtime this has been delayed a bit ... > > I'd like to push the Typed pro

Re: [PHP-DEV] GCC -foptimize-strlen and bug #76510

2018-09-08 Thread Sebastian Bergmann
On 08/04/2018 11:51 PM, Nikita Popov wrote: > More likely than not this is a bug on our side triggered by this > optimization, not a bug in GCC. A run through valgrind might reveal > something. Valgrind information has been added to https://bugs.php.net/bug.php?id=76510. Can an optimization such

Re: [PHP-DEV] [RFC] Pre-Vote: Typed properties

2018-09-08 Thread Bob Weinand
Am 08.09.2018 um 09:51 schrieb Marco Pivetta mailto:ocram...@gmail.com>>: Hey Bob, Did the implementation change a lot since it was last successfully tested, or is it mostly stabilization changes? Greets, Marco On Fri, 7 Sep 2018, 23:19 Bob Weinand, mailto:bobw...@hotmail.com>> wrote: Hey,

Re: [PHP-DEV] GCC -foptimize-strlen and bug #76510

2018-09-08 Thread Christoph M. Becker
On 08.09.2018 at 09:59, Sebastian Bergmann wrote: > On 08/04/2018 11:51 PM, Nikita Popov wrote: >> More likely than not this is a bug on our side triggered by this >> optimization, not a bug in GCC. A run through valgrind might reveal >> something. > > Valgrind information has been added to > htt

Re: [PHP-DEV] GCC -foptimize-strlen and bug #76510

2018-09-08 Thread Sebastian Bergmann
On 09/08/2018 01:14 PM, Christoph M. Becker wrote: > I don't think it makes sense to disable optimize-strlen > for individual files only, but I rather suggest to check whether > optimize-strlen is broken, and if so to add -fno-optimize-strlen to the > CFLAGS (etc.) Makes sense to me. -- PHP Inte

[PHP-DEV] Re: Lift ICU requirements

2018-09-08 Thread Christoph M. Becker
On 03.09.2018 at 15:12, Christoph M. Becker wrote: > ext/intl presently requires ICU ≥ 4.0 (ICU 4.0 has been released on > 2008-07-02[1]). Since ICU is still under vivid development our code is > full of version checks (grep for ICU_VERSION), very old ICU versions are > unlikely to be still aroun

[PHP-DEV] php.net frequently hangs

2018-09-08 Thread Thomas Hruska
Lately, I've noticed a significant slowdown whenever I go to access content on php.net. Finally remembered to catch some of it today: http://us3.php.net/cached.php?t=1421837618&f=/js/ext/modernizr.js 854 ms http://us3.php.net/cached.php?t=1421837618&f=/js/ext/hogan-2.0.0.min.js 1,852 ms http:

[PHP-DEV] request to migrate pear/HTML_Form from svn to github

2018-09-08 Thread Daniel
Hi, i am currently looking through the code behind pecl.php.net and try to make it work with a newer (7.1) php version. As part of this I looked into the pear HTML_Form package, as it is marked as not compatible with php 7 pear/HTML_Form requires PHP (version >= 4.0.0, version <= 6.0.0), installe