On Apr 11, 2012, at 8:39 PM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote:
> Hi > > 2012/4/12 Stas Malyshev <smalys...@sugarcrm.com>: >> Hi! >> >>> There really doesn't seem to be much interest in this proposed patch. >>> Should I continue development efforts on closing this feature request? >> >> Can't say anything here - I don't use these APIs personally, but maybe >> other people need them. No idea :) On that note Mr. Malyshev has indicated (in addition to several other threads on the internals list) that no new features will be added in 5.3 or 5.4 branches. Any idea on when new features might make it in to the core? >>> I do also have a few questions regarding standards adherence, and memory >>> leak methods of detection. >>> >>> I ask about the memory leak detection as passing test scripts through >>> valgrind only led me to find leaks in the openssl_pkey_new() function. >> >> There's two levels of leak detection - internal memory management & >> valgrind. How to work with them: >> >> 1. Internal. Compile php with --enable-debug and run your tests. Leaks >> will be reported by php. >> 2. External. Set USE_ZEND_ALLOC environment variable to 0. Set >> ZEND_DONT_UNLOAD_MODULES to 1. Run it under valgrind, see what it reports. > > You might want to do something like > Is this in the documentation? If so could you provide a link? > USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 > TEST_PHP_EXECUTABLE=./sapi/cli/php php ./run-tests.php -m ext/openssl/ > > It seems your API is good. > Isn't it just there aren't people who would like to > responsible? > > Regards, > > -- > Yasuo Ohgaki > yohg...@ohgaki.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php