Rob wrote:

> I did have to however make some changes to the source to get things
> working:
> http://www.ctindustries.net/patches/sdo.diff.txt
> change in commonj/sdo/SDOSchemaSAX2Parser.h was required to compile
> (Fedora 6)
> change in SDO_DataObject.cpp was for a memleak (bug10049.phpt was
> failing due to leak messages) - though not sure what would happen is
> returned if EG(uninitialized_zval_ptr) is passed to compare_function.

Umm, that may work in the contect of bug10049, because the value of the 
"customer" property is null ... but in general it's going to leak like 
mad, because FREE_ZVAL just frees the container, not the contents. 
You're right that this is where the problem lies though - because I'm 
expecting that the refcount will be 1 at this point, and it's actually 
0, so the contents are not getting cleared. Thanks.

Thanks also for the Fedora report, I've passed it on to the Tuscany 
developers.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to