Thanks, I guess that ;) My question was to know if I can consider that
this trace is "good enough" to identify in which part of the code I have
to search.
I hope I will find the source...
Thanks,
Olivier
Christopher Jones a écrit :
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
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php