pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

[BUGS-6318] Handle warning if open_basedir is in use and a socket is being used. #425

Open hj-collab opened 1 year ago

hj-collab commented 1 year ago

Connect via unix socket instead of filesystem to be compatible with php open_basedir restrictions.

jazzsequence commented 1 year ago

Copied to #426 so Circle workflows can run

pwtyler commented 10 months ago

Re-opening as I believe this still needs to be addressed— and we've also worked on our process around running CI for fork PRs a bit more.

I have not looked closely at this one recently, but in the linked PR, it appeared at least one of the test failures may have been legitimate. Work to investigate and reproduce still needs to be prioritized on our side.