diff options
| author | Remi Collet <remi@remirepo.net> | 2020-01-22 09:44:18 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-01-22 09:44:18 +0100 | 
| commit | cb89f590cca0e5fcf5b57ade09fc10db6da9bc5e (patch) | |
| tree | 974f4248d8ab8f642c353f577900f65e416259f2 /php.spec | |
| parent | e657e358dce6f0adb40d8aac75f41268b711e2e1 (diff) | |
Update to 7.2.27 - http://www.php.net/releases/7_2_27.php
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -135,7 +135,7 @@  %global db_devel  libdb-devel  %endif -%global upver        7.2.26 +%global upver        7.2.27  #global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites @@ -1364,6 +1364,7 @@ cd build-apache  # Run tests, using the CLI SAPI  export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2  export SKIP_ONLINE_TESTS=1 +export SKIP_SLOW_TESTS=1  export SKIP_IO_CAPTURE_TESTS=1  unset TZ LANG LC_ALL  if ! make test; then @@ -1904,6 +1905,9 @@ fi  %changelog +* Wed Jan 22 2020 Remi Collet <remi@remirepo.net> - 7.2.27-1 +- Update to 7.2.27 - http://www.php.net/releases/7_2_27.php +  * Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.2.26-1  - Update to 7.2.26 - http://www.php.net/releases/7_2_26.php  - use oracle client library version 19.5 (18.5 on EL-6) | 
