From b84773d23a2a321a41eb18c3c0ed3ebbf56ced8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0dris=20Kalp?= Date: Fri, 11 Oct 2019 15:11:50 +0300 Subject: [PATCH] php version bump and openssl fix --- programming/php/php/actions.py | 3 +-- programming/php/php/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/programming/php/php/actions.py b/programming/php/php/actions.py index 7de347e9ad..71334816b7 100644 --- a/programming/php/php/actions.py +++ b/programming/php/php/actions.py @@ -43,7 +43,7 @@ def extensions(): return ' '.join(conf) def setup(): - shelltools.unlinkDir("ext/openssl") + #shelltools.unlinkDir("ext/openssl") # create directories for apache, fcgi and fpm's Makefiles shelltools.makedirs("fcgi") @@ -91,7 +91,6 @@ def setup(): --with-system-tzdata=/usr/share/zoneinfo \ --with-mcrypt=/usr/bin/mcrypt \ --with-imap=shared \ - --with-openssl=shared \ --with-imap-ssl \ --with-mysql-sock=/run/mysqld/mysqld.sock \ --without-pear \ diff --git a/programming/php/php/pspec.xml b/programming/php/php/pspec.xml index 30ab77400a..73ae258d4f 100644 --- a/programming/php/php/pspec.xml +++ b/programming/php/php/pspec.xml @@ -12,7 +12,7 @@ library PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. - https://www.php.net/distributions/php-7.3.8.tar.bz2 + https://www.php.net/distributions/php-7.3.10.tar.bz2 gd-devel re2c @@ -217,6 +217,13 @@ + + 2019-10-11 + 7.3.10 + Version bump and OpenSSL fix + İdris Kalp + idriskalp@gmail.com + 2019-08-01 7.3.8