[PHP-DEV] Could some kind soul review these patches please. From: Sam Liddicott (sam.liddicott <email protected>)
Date: 12/07/00

Could some kind soul review these patches please.

The first patch adds apache_child_terminate() to the apache sapi module to
match the apache api call ap_child_terminate() and applies to the
sapi/apache directory (path not in the patches). This is important if a
script knows it has caused a LOT of memory to be allocated for the process -
such as for a LARGE query, or LARGE image etc, and wishes it to be returned
to the underlying OS.

The second patch fixes ext/ext_skel so it works on solaris /bin/sh; it was a
problem with missing ""

Thanks

Sam

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>