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

Commit

Permalink
Latest upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Mar 30, 2018
1 parent fc1563d commit 8cdef5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
diff -Naurp a/sapi/litespeed/lsapilib.c b/sapi/litespeed/lsapilib.c
--- a/sapi/litespeed/lsapilib.c 2017-03-14 08:17:50.000000000 -0500
+++ b/sapi/litespeed/lsapilib.c 2017-03-15 10:45:09.768894850 -0500
@@ -616,7 +616,7 @@ static int (*fp_lve_leave)(struct liblve
diff -Nurp php-7.1.16.orig/sapi/litespeed/lsapilib.c php-7.1.16/sapi/litespeed/lsapilib.c
--- php-7.1.16.orig/sapi/litespeed/lsapilib.c 2018-03-28 02:12:02.000000000 -0500
+++ php-7.1.16/sapi/litespeed/lsapilib.c 2018-03-30 08:54:33.695677870 -0500
@@ -755,7 +755,7 @@ static int (*fp_lve_leave)(struct liblve
static int (*fp_lve_jail)( struct passwd *, char *) = NULL;
static int lsapi_load_lve_lib()
static int lsapi_load_lve_lib(void)
{
- s_liblve = dlopen("liblve.so.0", RTLD_LAZY);
+ s_liblve = dlopen("liblve.so.0", RTLD_NOW);
if (s_liblve)
{
fp_lve_is_available = dlsym(s_liblve, "lve_is_available");
diff -Naurp a/Zend/zend_portability.h b/Zend/zend_portability.h
--- a/Zend/zend_portability.h 2017-03-14 08:17:50.000000000 -0500
+++ b/Zend/zend_portability.h 2017-03-15 10:47:46.909648499 -0500
diff -Nurp php-7.1.16.orig/Zend/zend_portability.h php-7.1.16/Zend/zend_portability.h
--- php-7.1.16.orig/Zend/zend_portability.h 2018-03-28 02:11:55.000000000 -0500
+++ php-7.1.16/Zend/zend_portability.h 2018-03-30 08:55:44.091847281 -0500
@@ -146,11 +146,11 @@
# endif

Expand Down
7 changes: 5 additions & 2 deletions SPECS/php71u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

Summary: PHP scripting language for creating dynamic web sites
Name: php71u
Version: 7.1.15
Version: 7.1.16
Release: 1.ius%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
Expand Down Expand Up @@ -121,7 +121,7 @@ Patch7: php-5.3.0-recode.patch
Patch8: php-7.0.2-libdb.patch

# Functional changes
Patch40: php-7.1.3-dlopen.patch
Patch40: php-7.1.16-dlopen.patch
Patch42: php-7.1.0-systzdata-v14.patch
# See http://bugs.php.net/53436
Patch43: php-5.4.0-phpize.patch
Expand Down Expand Up @@ -1866,6 +1866,9 @@ fi


%changelog
* Fri Mar 30 2018 Carl George <[email protected]> - 7.1.16-1.ius
- Latest upstream

* Thu Mar 01 2018 Ben Harper <[email protected]> - 7.1.15-1.ius
- Latest upstream
- update Patch45 from Fedora:
Expand Down

0 comments on commit 8cdef5f

Please sign in to comment.