[Bug 1968228] Re: RTD collision with opcache

2022-06-02 Thread Matt Coleman
The proposed update is installed on the machines in an internal lab that's running nightly automated end-to-end system tests. I'll follow up on Monday with the results from over the weekend. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1968228] Re: RTD collision with opcache

2022-06-01 Thread Matt Coleman
I installed the package from focal-proposed and confirmed that the synthetic test provided in #4 runs properly, without any errors. Real- world extended validation tests to follow... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1968228] Re: RTD collision with opcache

2022-06-01 Thread Robie Basak
Hello Matt, or anyone else affected, Accepted php7.4 into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/php7.4/7.4.3-4ubuntu2.11 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1968228] Re: RTD collision with opcache

2022-05-27 Thread Athos Ribeiro
I split the SRU proposals and re-uploaded this one as a standalone one -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this

[Bug 1968228] Re: RTD collision with opcache

2022-05-25 Thread Athos Ribeiro
The upload was rejected due to the discussion in LP: #1890263 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-05-11 Thread Athos Ribeiro
** Changed in: php7.4 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this

[Bug 1968228] Re: RTD collision with opcache

2022-05-10 Thread Matt Coleman
The package in your PPA fixes the issue. Thanks, Athos! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-05-09 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php7.4/+git/php7.4/+merge/421779 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision

[Bug 1968228] Re: RTD collision with opcache

2022-05-05 Thread Athos Ribeiro
I uploaded the proposed fix to a PPA at https://launchpad.net/~athos- ribeiro/+archive/ubuntu/lp1968228-opcache-php/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD

[Bug 1968228] Re: RTD collision with opcache

2022-05-05 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php7.4/+git/php7.4/+merge/421559 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision

[Bug 1968228] Re: RTD collision with opcache

2022-05-05 Thread Athos Ribeiro
** Description changed: + [Impact] + + As explained in https://www.php.net/manual/en/intro.opcache.php, + + OPcache improves PHP performance by storing precompiled bytecode in shared memory, removing the need to load and parse scripts on each request. + + A bug in PHP OPcache code

[Bug 1968228] Re: RTD collision with opcache

2022-04-19 Thread Athos Ribeiro
Minimal reproducer: #!/bin/bash # prints information about the current php environment # php -d opcache.enable_cli=1 -d opcache.file_cache_only=1 -d opcache.file_cache="/root/php-cache" -i php -d opcache.enable_cli=1 -d opcache.file_cache_only=1 -d opcache.file_cache="/root/php-cache" file1.php

[Bug 1968228] Re: RTD collision with opcache

2022-04-15 Thread Bug Watch Updater
** Changed in: symfony Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-04-15 Thread Matt Coleman
This issue happens intermittently on FPM servers and Symfony's caching functionality is the only place where I've seen it occur. Unfortunately, it's just something that I've seen in logs; I don't have a quick script that simply reproduces the issue. I added the Symfony bug on GitHub (which was

[Bug 1968228] Re: RTD collision with opcache

2022-04-13 Thread Christian Ehrhardt 
** Changed in: php7.4 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage

[Bug 1968228] Re: RTD collision with opcache

2022-04-11 Thread Utkarsh Gupta
** Tags added: cpc-newcomer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-04-11 Thread Utkarsh Gupta
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-04-08 Thread Lena Voytek
Hello, Thank you for taking the time to make this bug report. I can confirm this would be a straightforward fix for 20.04. I was unable to reproduce it personally using the test case provided in the PHP bug report. Is there a specific way you have been able to reproduce it? Thanks -- You

[Bug 1968228] Re: RTD collision with opcache

2022-04-07 Thread Neal Gompa
** Bug watch added: bugs.php.net/ #79603 http://bugs.php.net/bug.php?id=79603 ** Also affects: php via http://bugs.php.net/bug.php?id=79603 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1968228] Re: RTD collision with opcache

2022-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php7.4 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: