On Fri, Feb 13, 2009 at 7:31 PM, David M. Patterson < dpatter...@dplhenterprises.com> wrote:
> The normal way is to use PHP ini-entries. You can find examples in just > about every extension out there. Are you sure you need a separate > configuration file for your extension? Unfortunately, standard php.ini entries won't suffice in this case. The extension's config file will contain indeterminate keys and the normal php.ini processing requires that all keys be known at compile time (as far as I can tell). -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php