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
When PHP is compiled with --disable-session, snuffleupagus fails to build. I have implemented a crude workaround (which gets the job done), but I suppose this should be implemented properly:
&& cd snuffleupagus-*/src \
&& sed -i 's;#include "ext/session/;//;g' php_*.h \
&& echo 'void hook_session() {}' > sp_session.c \
Tested on PHP 7.4.1 and snuffleupagus 0.11.
The text was updated successfully, but these errors were encountered:
When PHP is compiled with
--disable-session
, snuffleupagus fails to build. I have implemented a crude workaround (which gets the job done), but I suppose this should be implemented properly:Tested on PHP 7.4.1 and snuffleupagus 0.11.
The text was updated successfully, but these errors were encountered: