You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get the following warnings when using the scan command with a php.ini that has memcache session handlers configured:
$ vendor/bin/iniscan scan --path=php.ini
Warning: fileperms(): Unable to find the wrapper "tcp" - did you forget to enable it when you configured PHP? in /home/patryk/composer/vendor/psecio/iniscan/src/Psecio/Iniscan/Rule/CheckSessionPath.php on line 24
Warning: fileperms(): Unable to find the wrapper "tcp" - did you forget to enable it when you configured PHP? in /home/patryk/composer/vendor/psecio/iniscan/src/Psecio/Iniscan/Rule/CheckSessionPath.php on line 24
Warning: fileperms(): stat failed for tcp://127.0.0.1:11211 in /home/patryk/composer/vendor/psecio/iniscan/src/Psecio/Iniscan/Rule/CheckSessionPath.php on line 24
Cheers,
Patryk
The text was updated successfully, but these errors were encountered:
Hmm, interesting...that session "path" check needs an update to test if the session handling is non-filesystem based. Cool - thanks for the note, good catch!
Hey,
i get the following warnings when using the scan command with a php.ini that has memcache session handlers configured:
Cheers,
Patryk
The text was updated successfully, but these errors were encountered: