On Mon, 2007-08-20 at 17:52 -0700, John Mendenhall wrote: > I have recently upgraded from php 4.4.0, to php 4.4.7. > I am running this on openbsd 3.6 i386. > > My configure options are as follows: > > ----- > ./configure \ > --prefix=/usr/local/php4 \ > --with-apxs=/usr/sbin/apxs \ > --enable-debug \
[...] You shouldn't use --enable-debug as long as you're not trying to fix some bugs in PHP. The messages you've sent are only shown when that debug flag is set since it's known that under some circumstances the engine can't really free memory until the script ends. The notices are there to see if they accidentally forgot to free some memory which might be freed before. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php