Re: [PHP-DEV] Allow loading extensions by name

2016-01-29 Thread Lester Caine
On 29/01/16 08:32, François Laupretre wrote: >> I think 100% portability will not be achieved very soon > > You're right, incompatibilities will remain everywhere absolute paths > are provided but, in many cases, the only differences are the > 'extension=' lines. > > Anyway, the main objective of

Re: [PHP-DEV] Allow loading extensions by name

2016-01-29 Thread François Laupretre
Hi, Le 29/01/2016 08:09, Martin Keckeis a écrit : Hello, 2016-01-28 21:20 GMT+01:00 François Laupretre : 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 s

Re: [PHP-DEV] Allow loading extensions by name

2016-01-28 Thread Martin Keckeis
Hello, 2016-01-28 21:20 GMT+01:00 François Laupretre : > 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. Exam

[PHP-DEV] Allow loading extensions by name

2016-01-28 Thread François Laupretre
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