This website works better with JavaScript.
Home
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
0
Code
Releases
44
Activity
Browse Source
dont dlunload for leak symbols
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1377 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer
7 years ago
parent
03f13d37cf
commit
d09d60607e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
devel/run
+ 2
- 1
devel/run
View File
@ -300,7 +300,8 @@ run() {
val*)
shift
export USE_ZEND_ALLOC=0
tracer=(valgrind --gen-suppressions=all)
export ZEND_DONT_UNLOAD_MODULES=1
tracer=(valgrind -v --gen-suppressions=all)
;;
esac
Write
Preview
Loading…
Cancel
Save