]> granicus.if.org Git - php/commit
Allow loading PHP and Zend extensions by name
authorFrancois Laupretre <francois@tekwire.net>
Thu, 28 Jan 2016 18:50:18 +0000 (19:50 +0100)
committerSara Golemon <pollita@php.net>
Thu, 22 Jun 2017 16:58:15 +0000 (12:58 -0400)
commitfe5c8f2b80e57c6470a56a8d775947fe0ded182e
tree171a791b6e1576002dff8d9624bbca3e40329d97
parent0f15a0302679fc100c06ad5f81af9117d6fa2a22
Allow loading PHP and Zend extensions by name

Allow extension name as INI 'extension=' and dl() argument
No BC break, as file name is still accepted.
When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here)
Change comments in example INI files
NEWS
ext/standard/dl.c
main/php_ini.c
php.ini-development
php.ini-production