Edit report at https://bugs.php.net/bug.php?id=65689&edit=1
ID: 65689 Comment by: slavb18 at gmail dot com Reported by: slavb18 at gmail dot com Summary: PDO_Firebird memory leaks when using exec() Status: Feedback Type: Bug Package: PDO related Operating System: any PHP Version: 5.4.19 Block user comment: N Private report: N New Comment: memory leaks at firebird side, noticeable with persistent connects (process size grows constantly) I added isc_dsql_free_statement (see patch), and now is ok Previous Comments: ------------------------------------------------------------------------ [2013-09-17 21:46:44] fel...@php.net Can you include a valgrind log of memory leak for futher analysis? ------------------------------------------------------------------------ [2013-09-17 11:23:04] slavb18 at gmail dot com Description: ------------ function firebird_handle_doer calls firebird_alloc_prepare_stmt and should call isc_dsql_free_statement ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65689&edit=1