php 7.4.3

This commit is contained in:
idriskalp
2020-02-22 20:00:31 +03:00
parent 46129226a2
commit 314f650ad2
+13 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
<Description>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.</Description>
<Archive sha1sum="234d9e828362d4ab24efff82c1c666e8543701ac" type="tarbz2">https://www.php.net/distributions/php-7.3.10.tar.bz2</Archive>
<Archive sha1sum="1f314d52a63ef5d68f8f44a224759b24885cce17" type="tarxz">https://www.php.net/distributions/php-7.4.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>gd-devel</Dependency>
<Dependency>re2c</Dependency>
@@ -36,6 +36,8 @@
<Dependency>libpng-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>oniguruma-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">int_overflow_in_mt_rand.patch</Patch> -->
@@ -68,6 +70,9 @@
<Dependency>postgresql-lib</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>oniguruma</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/php/cli</Path>
@@ -217,6 +222,13 @@
<History>
<Update release="11">
<Date>2020-02-22</Date>
<Version>7.4.3</Version>
<Comment>Version bump</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="10">
<Date>2019-10-11</Date>
<Version>7.3.10</Version>