]> granicus.if.org Git - php/commit
Respect --program-prefix/suffix when installing phar
authorNathan Porter <nateporter@gmail.com>
Sat, 30 May 2020 22:39:11 +0000 (15:39 -0700)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 5 Jun 2020 08:10:40 +0000 (10:10 +0200)
commitca7dcb88f332f325093fc1e603be00625364b229
treeb0d51498c1350b3f9a68a9494c3bde4c3bfd33e5
parentd65c85366dbf03c10f913358b2017931291a61ed
Respect --program-prefix/suffix when installing phar

Currently ./configure --enable-phar --program-suffix=7.4 will
result in binaries named php7.4 and phar but should instead
result in php7.4 and phar7.4

Closes GH-5650.
ext/phar/Makefile.frag