Re: 3.0.5 beta

[email protected] (Rasmus Lerdorf) Sun, 04 Oct 1998 12:36:26 -0400 (Eastern Daylight Time)
Newsgroups php.beta
Message-ID <[email protected]>
> Do we actually call ap_palloc() or palloc() though?  I don't think we're
> even using these functions.  You could run a check that if the magic number
> suggests apache 1.3.x, you #undef palloc() after including the Apache
> headers...

Ah, that's not a bad idea.  We are already doing that in mail.c and hw.c.
And yes, we do use palloc, but only in mod_php3.c.

-Rasmus