User tests: Successful: Unsuccessful:
Pull Request for Issue #19940
Add session storage backend supporting PHP's ext/apcu
Install patch, on a platform where APCu is installed and enabled try to use APCu as a session storage backend
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Libraries Unit Tests |
@f-hamel please mark your Test as successfully:
I have tested this item
Labels |
Added:
?
?
?
|
Ah they just enabled the push button :)
Status | Pending | ⇒ | Ready to Commit |
Labels |
RTC. Thanks
Is this valid for 4.0 too? Or do we have there APCU from the framework package?
APCu is already in the Framework package.
On Sat, Mar 31, 2018 at 1:23 PM Allon Moritz notifications@github.com
wrote:
Is this valid for 4.0 too? Or do we have there APCU from the framework
package?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#19990 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAWfoTkhMTrp0J8RXnybJrg4jK-Xkzcqks5tj8mygaJpZM4S6Qzk
.
--
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-12 17:18:38 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
?
Removed: ? |
@f-hamel can you please test the patch provided by @mbabker ?
If you need help with that feel free to ask questions. As I personally don't have a server with APCu enabled.
You can find a documentations how you can test here in detail: https://docs.joomla.org/Testing_Joomla!_patches
The easiest way would be to download & install the latest nigthly build for Joomla 3.9:
https://developer.joomla.org/nightlies/Joomla_3.9.0-dev-Development-Full_Package.zip
Install the com_patchtester component:
https://github.com/joomla-extensions/patchtester/releases/tag/2.0.1
Refresh the data.
use the search bar to get to the PR ID: 19990 & hit apply patch.
Than you can try to use apcu as session storage as requested in your issue.
Please report any questions / issues or suggestions to this page so this can be discussed & adressed.
Please note that this only can get merged into the core & released if we have tests on this code proposal. Thanks?