Yea, I noticed that too...

#!/bin/bash
export PHPRC
export PHP_FCGI_CHILDREN
exec /usr/bin/valgrind --tool=memcheck --trace-children=yes \
--log-file=/usr/local/apache2/fastcgi-bin/log
/usr/local/apache2/fastcgi-bin/php505.fcgi $@

This one works. :)

However... it didn't seem to find much.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to