Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
PHP 7.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitus committed Feb 19, 2018
1 parent 7583a65 commit b0e729c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,23 @@ Remember use with your own user
$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba php.spec
```

### Install


```
$ cd ~/rpmbuild/RPMS/{Arch}/
```
if you want, remove debuginfo packages

```
$ rm ./*debuginfo*.rpm
```
and install

```
# urpmi ./lib64php_common7-{version}.mga6.x86_64.rpm
# urpmi ./php-*
# urpmi ./apache-mod_php-7.{version}.mga6.x86_64.rpm
```

Binary file not shown.
5 changes: 4 additions & 1 deletion SPECS/php.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Summary: The PHP scripting language
Name: php
Version: 7.1.13
Version: 7.1.14
Release: %mkrel 1
Source0: http://php.net/distributions/php-%{version}.tar.xz
Group: Development/PHP
Expand Down Expand Up @@ -2327,6 +2327,9 @@ systemctl reload-or-try-restart httpd.service || :


%changelog
* Mon Feb 19 2018 Tomás Flores <cognitus> - 7.1.14-1.mga6
- Update to php 7.1.14

* Mon Jan 15 2018 Tomás Flores <cognitus> - 7.1.13-1.mga6
- Update to php 7.1.13

Expand Down

0 comments on commit b0e729c

Please sign in to comment.