Pierre-Alain Joye wrote:
> 
> If you need more than configuration stuffs (means constants or
> variables only without any calculations/tests), using bytecodes caches
> like zend, phppa, or others bytecodes cache tools.

I've looked into zend and it sounds great, just not free. Thanks for 
mentioning the others, I'll look into them.

> If you need only
> constants/variable, use php_value in your php.ini/httpd.conf, or set an
> environment variable.

Did not know about php_value, will read up on it. Might just be what I 
need. If the size limit for it isn't too small it just might do the trick.

Thanks!

Jc


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

Reply via email to