On Thu, 08 Jan 2004, Andi Gutmans wrote:
> You are all missing the point. All the ext/standard would still be enabled 
> by default, but it would allow people with very high traffic sites who need 
> to save every bit of memory they can to build a lean-and-mean version of 
> PHP.

If they want lean-and-mean version, why can't they compile an .so one
and have that loaded up by Apache so that it's shared by the processes?

> No one answered me about regex btw. Is it only being compiled because of 
> the regex functions in ext/standard or does anyone know if other places in 
> PHP's source tree use it.

Simple recipe:

1. Install cscope (RPM, apt-get, whatever)
2. cd into php-src
3. cscope -R
4. Type in 'regcomp' and see for yourself.

- Andrei

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to