diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-29 16:01:59 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-29 16:06:09 +0100 |
commit | ad53bacf3872c22919fc2620112ae64917f1c26a (patch) | |
tree | 41f72a796a2c56a434a0d7331aeb2f291dc32cfd /.gitignore | |
parent | 64685782e4a811e2a210aa91208be998e7f853ca (diff) | |
download | php-git-ad53bacf3872c22919fc2620112ae64917f1c26a.tar.gz |
Fix bug #78681 by renaming libphp8.so to libphp.so
The major version number is no longer included.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c8106a0637..df0fc80a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -119,7 +119,7 @@ config.h.in # ------------------------------------------------------------------------------ # SAPIs specific ignores # ------------------------------------------------------------------------------ -/sapi/apache2handler/libphp7.module +/sapi/apache2handler/libphp.module /sapi/fpm/fpm/php-cgi /sapi/fpm/init.d.php-fpm /sapi/fpm/php-fpm.conf |