Hi,

Can you please give your thoughts about a PR I just created :

https://github.com/php/php-src/pull/1741

Loading extensions by name (instead of file name) provides a portable way of specifying extensions in an INI file. Example :

extension=bz2
zend_extension=xdebug

This will be converted to the right file name, depending on the platform. Of course, current configurations using filenames remain supported (no BC break), but the recommended way of specifying additional extensions in an INI file becomes 'by name' (See example php.ini files).

If I get positive returns, I'll write an RFC targeting 7.1.

Regards

François

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

Reply via email to