Date: 08/02/00
- Next message: Zak Greant: "[PHP-DEV] Re: [PHP-QA] Modifications to Bug Tracking System"
- Previous message: esc.z <email protected>: "[PHP-DEV] PHP 4.0 Bug #5926: php_gd.dll -> convert_to_string is not existing in php4ts.dll"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Annoyin restriction when using PHP.INI from a dynamic extension"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Annoyin restriction when using PHP.INI from a dynamic extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Zak Greant: "[PHP-DEV] Re: [PHP-QA] Modifications to Bug Tracking System"
- Previous message: esc.z <email protected>: "[PHP-DEV] PHP 4.0 Bug #5926: php_gd.dll -> convert_to_string is not existing in php4ts.dll"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Annoyin restriction when using PHP.INI from a dynamic extension"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Annoyin restriction when using PHP.INI from a dynamic extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

