User tests: Successful: Unsuccessful:
Closes #30050
addition of opcache_reset()
after an attempted installation of a package/extension regardless of the result
apply PR, test you can still install extensions, noting that the opcache will be reset on installing
opcache not reset when installing extensions leading to inconsistency in some configurations
opcache resets on attempting to install extensions
none
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Add function_exists() check.
Done.
Title |
|
Title |
|
Title |
|
I have tested this item
After applying the patch I can install components - don't know how to test whether opcache has actually been reset.
I'd test, but as @ceford indicated, I don't know how to test whether opcache has actually been reset and looking at #30050 I also don't know if an extension I'm installing is affected by the problem.
@joeforjoomla as #30050 was something you initially spotted, can you test or can someone supply an extension to test in the process?
I have tested this item
I've restored previous test results because only change after tests was a clean branch update.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-01 12:39:29 |
Closed_By | ⇒ | richard67 |
Thanks!
Add
function_exists()
check.