Edit report at https://bugs.php.net/bug.php?id=60637&edit=1
ID: 60637 Comment by: ni...@php.net Reported by: nlop...@php.net Summary: Lexer is full of memory leaks Status: Open Type: Bug Package: Scripting Engine problem PHP Version: trunk-SVN-2012-01-02 (SVN) Block user comment: N Private report: N New Comment: I can't reproduce this. How did you detect these leaks / in which form did they manifest? Previous Comments: ------------------------------------------------------------------------ [2012-01-02 14:02:34] nlop...@php.net Description: ------------ zend_language_scanner.l has quite a big number of leaks: - require('non-existent-file') - 2 leaks - include('file-with-parse-error') - every usage of zend_copy_value must be audited -- on a parse error it's likely the memory will be leaked. (run with USE_ZEND_ALLOC=0) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60637&edit=1