[PHP-DEV] Annoyin restriction when using PHP.INI from a dynamic extension From: David Eriksson (david <email protected>)
Date: 08/02/00

Any PHP.INI data you need in a dynamic extension must exist before the
extension= line that loads the extension.

The extensions are loaded while parsning PHP.INI and the extension's
PHP_MINIT_FUNCTION will only know about previous entries in the file.

Very annoying!

-\- David Eriksson -/-

"An expert in a particular computer language is really an expert
in the work-arounds necessary to use this language to perform
useful work." - Richard B. Johnson

-- 
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>