Hi,
The proposed patch for PHP master branch eliminates a number of calls
related to Garbage Collector.
https://gist.github.com/dstogov/7218890
I don't see any failed PHPT tests and I can't imagine a script that may
"leak" after the change, but I can't be 100% sure that I didn't miss
anything.
I would appreciate, if anyone who has their own test suites, run them with
patched DEBUG build. Please email, if you get any memory leak related
errors.
Thanks. Dmitry.
Hi,
The proposed patch for PHP master branch eliminates a number of calls
related to Garbage Collector.https://gist.github.com/dstogov/7218890
I don't see any failed PHPT tests and I can't imagine a script that may
"leak" after the change, but I can't be 100% sure that I didn't miss
anything.I would appreciate, if anyone who has their own test suites, run them with
patched DEBUG build. Please email, if you get any memory leak related
errors.Thanks. Dmitry.
Niiiice ...
I really expected that'd cause pthreads some trouble, no failures to
report :)
Cheers
Joe