(Reposted to correct list - can someone help here?)
I want to return a string allocated by the postgresql library. However, PHP ends up efree()ing it I think, which causes a miscount error. How can I deal with this?
What can I do about this?
If you really don't want to estrndup it for some reason, you are going to need to return a resource and manage that memory yourself through a set of access functions.
-Rasmus
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php