mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
php7: Fix compilation without deprecated OpenSSL APIs
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b81a2bd384)
This commit is contained in:
committed by
Michael Heimpold
parent
53742f130c
commit
a176ffa0a1
@@ -1,6 +1,6 @@
|
||||
--- a/ext/opcache/ZendAccelerator.c
|
||||
+++ b/ext/opcache/ZendAccelerator.c
|
||||
@@ -2456,11 +2456,6 @@ static void accel_gen_system_id(void)
|
||||
@@ -2484,11 +2484,6 @@ static void accel_gen_system_id(void)
|
||||
PHP_MD5Update(&context, PHP_VERSION, sizeof(PHP_VERSION)-1);
|
||||
PHP_MD5Update(&context, ZEND_EXTENSION_BUILD_ID, sizeof(ZEND_EXTENSION_BUILD_ID)-1);
|
||||
PHP_MD5Update(&context, ZEND_BIN_ID, sizeof(ZEND_BIN_ID)-1);
|
||||
@@ -14,7 +14,7 @@
|
||||
c = digest[i] >> 4;
|
||||
--- a/sapi/litespeed/lsapi_main.c
|
||||
+++ b/sapi/litespeed/lsapi_main.c
|
||||
@@ -1034,9 +1034,9 @@ static int cli_main( int argc, char * ar
|
||||
@@ -1057,9 +1057,9 @@ static int cli_main( int argc, char * ar
|
||||
case 'v':
|
||||
if (php_request_startup() != FAILURE) {
|
||||
#if ZEND_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user