Installation issues with PCS Extension
Description
Environment
None
Release Notes Description
None
Activity
Show:
Matt Ingenthron January 27, 2017 at 2:17 AMEdited
The related PCS issue were these two:
[https://github.com/flaupretre/pecl-pcs/issues/6
https://github.com/remicollet/remirepo/issues/58
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created January 20, 2017 at 6:38 AM
Updated March 2, 2017 at 2:10 PM
Resolved March 2, 2017 at 2:10 PM
Instabug
The PCS extension was added recently to address some function dereferencing issues that cause a small amount of latency which shows slower throughput under a tight loop. This addressed the issue there, however it has left problems with upgrades and getting this dependency installed that we didn't anticipate.
Given the difficulty we've had since we added the PCS extension as a dependency, we should remove it and do all of the rote work of converting PHP functions to C. This will have the same effect for the function lookup latency, but unfortunately is a lot of work and moves more of the extension into C.