This is needed on windows when you link dynamic libpq (dll). We link libpq statically into the php extension so we have no such problems. So you don't need to give windows build any special consideration.
Hmmm, well I get memory leaks if I change it :(
Is it because PQunescapeBytea returns a string that was not allocated using emalloc? In which case, PHP automatically tries to efree() it, resulting in a miscount?
What can I do about this?
Chris
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php