[PHP-DEV] Performance optimization ideas for PHP 7.3

2018-04-19 Thread Nicolas Grekas
Hello internals, During the last months, I've been working on optimizing Symfony/Twig for PHP7. I found a few situations where the PHP engine could likely be optimized, and where it would benefit real-world apps. In each case, these might look like micro-optimizations, but they are not in hot

[PHP-DEV] Re: PHP 7.3 Release Manager Selection

2018-04-19 Thread Sara Golemon
On Thu, Apr 12, 2018 at 5:56 PM, Sara Golemon wrote: > So, I woke up this morning and looked at my calendar, and I realized > we're less than two months away from a timely release of 7.3.0-alpha1. > This is somewhat awkward as we currently lack named Release Managers > for the

Re: [PHP-DEV] Performance optimization ideas for PHP 7.3

2018-04-19 Thread Albert Casademont
Hi Nicolas, Don’t you think the biggest performance upgrade that PHP could bring is a real application server that could keep the app bootsrapped between requests, much like php-pm/reactphp/aerys are trying to do? Best, Albert On Thu, 19 Apr 2018 at 16:11, Nicolas Grekas

Re: [PHP-DEV] Performance optimization ideas for PHP 7.3

2018-04-19 Thread Marco Pivetta
On Thu, Apr 19, 2018 at 4:41 PM, Albert Casademont < albertcasadem...@gmail.com> wrote: > Hi Nicolas, > > Don’t you think the biggest performance upgrade that PHP could bring is a > real application server that could keep the app bootsrapped between > requests, much like php-pm/reactphp/aerys are

Re: [PHP-DEV] Performance optimization ideas for PHP 7.3

2018-04-19 Thread Nikita Popov
On Thu, Apr 19, 2018 at 4:10 PM, Nicolas Grekas < nicolas.grekas+...@gmail.com> wrote: > Hello internals, > > During the last months, I've been working on optimizing Symfony/Twig for > PHP7. > I found a few situations where the PHP engine could likely be optimized, > and where it would benefit

Re: [PHP-DEV] Performance optimization ideas for PHP 7.3

2018-04-19 Thread Maxime Veber
Hello, Thank you very much Nicolas for theses detections ! (I'll try maybe my first contributions to PHP ) Albert, I think what you are speaking about is another topic. But still interesting. You should maybe try to use php pm and see how it works and what are the drawbacks to fix so it works

Re: [PHP-DEV] Re: PHP 7.3 Release Manager Selection

2018-04-19 Thread Gabriel Caruso
I’m with Kalle here, Nikita and Christoph :) -- Gabriel Caruso

Re: [PHP-DEV] What to do with image2wbmp()?

2018-04-19 Thread Christoph M. Becker
On 13.04.2018 at 06:58, Kalle Sommer Nielsen wrote: > 2018-04-05 14:04 GMT+02:00 Christoph M. Becker : > >> is still unresolved, and I'm not sure how >> to resolve it. >> >> TL;DR: the $threshold parameter of image2wbmp() is supposed to specify a >>

[PHP-DEV] Re: PHP 7.3 Release Manager Selection

2018-04-19 Thread Christoph M. Becker
On 19.04.2018 at 17:00, Sara Golemon wrote: > On Thu, Apr 12, 2018 at 5:56 PM, Sara Golemon wrote: > >> So, I woke up this morning and looked at my calendar, and I realized >> we're less than two months away from a timely release of 7.3.0-alpha1. >> This is somewhat awkward as