Olivier Bonvalet wrote:
> And... if I'm not able to identify which part of the script do that ?
>
> I don't know valgrind, is it possible to obtain some informations about
> the partion of code which produce that ?
> I suppose the name of the C functions should help to identify that, no ?
> And zend_objects_store_del_ref is about object creation or destruction ?
> And, it's an object created thought zim_PDOStatement_fetchObject ?

The function zim_PDOStatement_fetchObject would be the implementation
of PDOStatement->fetchObject, i.e.
http://www.php.net/manual/en/pdostatement.fetchobject.php
Look for uses of that method in your script.

Good luck,

Chris

--
Email: christopher.jo...@oracle.com  Tel: +1 650 506 8630
Twitter:  http://twitter.com/ghrd    Free PHP Book: http://tinyurl.com/UGPOM

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

Reply via email to