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

Why is it very annoying? It should be documented, but it's not even a
little annoying if you're aware of it...

Zeev

At 17:55 02-08-00, David Eriksson wrote:

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

--
Zeev Suraski   <zeev <email protected>>  http://www.zend.com/

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