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
Just add --enable-debug arg in your Dockerfile, but I got failed by the docker hub automatic build. https://hub.docker.com/r/twosee/php/builds/
I want to know how to build it or can you add a dev version image? it's useful when running Travis CI to check some PHP extension memory leak (Valgrind is too slow), just simple memory check.
The text was updated successfully, but these errors were encountered:
Just add
--enable-debug
arg in your Dockerfile, but I got failed by the docker hub automatic build.https://hub.docker.com/r/twosee/php/builds/
I want to know how to build it or can you add a dev version image? it's useful when running Travis CI to check some PHP extension memory leak (Valgrind is too slow), just simple memory check.
The text was updated successfully, but these errors were encountered: