At 10:41 PM 6/27/2002 +0200, [EMAIL PROTECTED] wrote: > > 4. Our project uses own memory functions, since the sources will be > > compiled on several different platforms. Do I have to use zend's exxx > > memory functions? > >No, you don't need too, but if you use them they show memory leakage when >the script ends, and it might be slightly faster.
Actually you should use our memory allocation functions because they make sure that even if your extension leaks memory the memory will be cleaned up at the end of each request (unless you want it to survive the request and then you should use the regular memory allocation functions). Andi -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php