Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Hoffman, Zachary Robert
On Wed, 2018-08-08 at 18:16 +0200, Johannes Schlüter wrote: > > On August 8, 2018 6:06:00 PM GMT+02:00, "Johannes Schlüter" < > johan...@schlueters.de> wrote: > > > > > > On August 8, 2018 5:59:51 PM GMT+02:00, "Hoffman, Zachary Robert" > > wrote: > > > On Wed, 2018-08-08 at 16:14 +0200, Joha

Re: [PHP-DEV] NEWS vs. UPGRADING

2018-08-08 Thread Christoph M. Becker
On 08.08.2018 at 00:04, Stanislav Malyshev wrote: >> Do we have clear rules which changes are supposed to be listed in NEWS, >> and which ones in UPGRADING? > > Bugfixes to bugs in the bug tracker and other bugs worth mentioning go > to NEWS, so do substantial enhancements. > > Stuff affecting B

[PHP-DEV] object destruction php 5.6 vs. 7.2

2018-08-08 Thread Nicolai Scheer
Hi, I'm currently facing difficulties to migrate one of our extension from php 5.6 to 7.2. Basically everything works fine. The extension defines its own resource, and since it's object oriented, stores the resource inside a member variable, i.e. we register the custom resource using zend_list_in

Re: [PHP-DEV] Eligibility of array_key_exists() optimization for 7.3

2018-08-08 Thread Levi Morrison
On Wed, Aug 8, 2018 at 12:50 PM Sara Golemon wrote: > > On Wed, Aug 8, 2018 at 12:11 PM, Michael Moravec wrote: > > Do you think this optimization could still go into 7.3 so the PHP ecosystem > > could benefit from this improvement (possibly could be reverted in case of > > issues)? > > > My vote

Re: [PHP-DEV] Eligibility of array_key_exists() optimization for 7.3

2018-08-08 Thread Sara Golemon
On Wed, Aug 8, 2018 at 12:11 PM, Michael Moravec wrote: > Do you think this optimization could still go into 7.3 so the PHP ecosystem > could benefit from this improvement (possibly could be reverted in case of > issues)? > My vote is no. It's an optimization and optimizations are yay, but featur

[PHP-DEV] Eligibility of array_key_exists() optimization for 7.3

2018-08-08 Thread Michael Moravec
Hi, there are some questions whether PR #3360 (Implement ZEND_ARRAY_KEY_EXISTS opcode to speed up array_key_exists()) [1] could go into 7.3.0beta2 or not. This PR adds new opcode, but also significantly improves performance of array_key_exists(), to the point that it becomes faster than isset().

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Johannes Schlüter
On August 8, 2018 6:06:00 PM GMT+02:00, "Johannes Schlüter" wrote: > > >On August 8, 2018 5:59:51 PM GMT+02:00, "Hoffman, Zachary Robert" > wrote: >>On Wed, 2018-08-08 at 16:14 +0200, Johannes Schlüter wrote: >>> On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: >>> On Tue, Aug 7, 2018 at

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Hoffman, Zachary Robert
On Wed, 2018-08-08 at 18:06 +0200, Johannes Schlüter wrote: > On August 8, 2018 5:59:51 PM GMT+02:00, "Hoffman, Zachary Robert" < > zrhoff...@ku.edu> wrote: > On Wed, 2018-08-08 at 16:14 +0200, Johannes Schlüter wrote: > On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: > On Tue, Aug 7, 2018

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Andreas Heigl
Hey Zach > Am 08.08.2018 um 17:59 schrieb Hoffman, Zachary Robert : > >> On Wed, 2018-08-08 at 16:14 +0200, Johannes Schlüter wrote: >> On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: >> On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski >> wrote: >> >> - the UI is terrible (not useful,

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Johannes Schlüter
On August 8, 2018 5:59:51 PM GMT+02:00, "Hoffman, Zachary Robert" wrote: >On Wed, 2018-08-08 at 16:14 +0200, Johannes Schlüter wrote: >> On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: >> On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski >> wrote: >> >> - the UI is terrible (not us

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Hoffman, Zachary Robert
On Wed, 2018-08-08 at 16:14 +0200, Johannes Schlüter wrote: > On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: > On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski > wrote: > > - the UI is terrible (not useful, confusing, misleading) > > UI is harsh and a bit 90s in styling, but I have a

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Johannes Schlüter
On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: > On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski > wrote: > >  > > 3. As stated on twitter > > (https://twitter.com/official_php/status/1024658601770668033 ) > > there > > are some specific needs which make the move to different tool > >

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove more unecessaries percent signs: ext/zip/php_zip.c

2018-08-08 Thread Gabriel Caruso
Em qua, 8 de ago de 2018 às 10:16, Sara Golemon escreveu: > On Wed, Aug 8, 2018 at 6:33 AM, Derick Rethans wrote: > > On Wed, 8 Aug 2018, Gabriel Caruso wrote: > > > >> Commit:953e28a92c35b81f768ae08451f6e9da6b168e51 > >> Author:Gabriel Caruso Sun, 5 > Aug 2018 20:18:02 -0300 >

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove more unecessaries percent signs: ext/zip/php_zip.c

2018-08-08 Thread Sara Golemon
On Wed, Aug 8, 2018 at 6:33 AM, Derick Rethans wrote: > On Wed, 8 Aug 2018, Gabriel Caruso wrote: > >> Commit:953e28a92c35b81f768ae08451f6e9da6b168e51 >> Author:Gabriel Caruso Sun, 5 Aug >> 2018 20:18:02 -0300 >> Parents: f47cdd1ee0246b1d594de9ec29ce12c5279bc421 >> Branches: m

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove more unecessaries percent signs: ext/zip/php_zip.c

2018-08-08 Thread Derick Rethans
On Wed, 8 Aug 2018, Gabriel Caruso wrote: > Commit:953e28a92c35b81f768ae08451f6e9da6b168e51 > Author:Gabriel Caruso Sun, 5 Aug 2018 > 20:18:02 -0300 > Parents: f47cdd1ee0246b1d594de9ec29ce12c5279bc421 > Branches: master > > Link: > http://git.php.net/?p=php-src.git;a=c

Re: [PHP-DEV] bugs.php.net usability, migration to a different tool

2018-08-08 Thread Tymoteusz Motylewski
wt., 7 sie 2018 o 22:10 Sara Golemon napisał(a): > > On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski > wrote: > That's a bit harsh, but I get your point, it's a getting to be... long > in the tooth, shall we say. Sorry for that, got too passionate about PHP ;) > At a start (non-exhaustive