php: update to 7.3.1
This commit is contained in:
parent
f1d2be6ffd
commit
1a9a01a812
2 changed files with 17 additions and 13 deletions
|
@ -1,6 +1,8 @@
|
|||
--- ./php.ini-production.orig 2016-07-20 09:11:36.000000000 -0400
|
||||
+++ ./php.ini-production 2016-07-21 18:15:02.471993953 -0400
|
||||
@@ -291,7 +291,7 @@
|
||||
diff --git php.ini-production php.ini-production
|
||||
index 794d3e8ddb..c7acf9c883 100644
|
||||
--- php.ini-production
|
||||
+++ php.ini-production
|
||||
@@ -306,7 +306,7 @@ serialize_precision = -1
|
||||
; and below. This directive makes most sense if used in a per-directory
|
||||
; or per-virtualhost web server configuration file.
|
||||
; http://php.net/open-basedir
|
||||
|
@ -9,7 +11,7 @@
|
|||
|
||||
; This directive allows you to disable certain functions for security reasons.
|
||||
; It receives a comma-delimited list of function names.
|
||||
@@ -696,7 +696,7 @@
|
||||
@@ -729,7 +729,7 @@ default_charset = "UTF-8"
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; UNIX: "/path1:/path2"
|
||||
|
@ -18,12 +20,14 @@
|
|||
;
|
||||
; Windows: "\path1;\path2"
|
||||
;include_path = ".;c:\php\includes"
|
||||
@@ -719,7 +719,7 @@
|
||||
@@ -752,9 +752,7 @@ user_dir =
|
||||
|
||||
; Directory in which the loadable extensions (modules) reside.
|
||||
; http://php.net/extension-dir
|
||||
-; extension_dir = "./"
|
||||
-;extension_dir = "./"
|
||||
-; On windows:
|
||||
-;extension_dir = "ext"
|
||||
+extension_dir = "/usr/lib/php/modules/"
|
||||
; On windows:
|
||||
; extension_dir = "ext"
|
||||
|
||||
; Directory where the temporary files should be placed.
|
||||
; Defaults to the system default (see sys_get_temp_dir)
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'php'
|
||||
pkgname=php
|
||||
version=7.2.14
|
||||
revision=2
|
||||
version=7.3.1
|
||||
revision=1
|
||||
conf_files="/etc/php/php.ini"
|
||||
hostmakedepends="bison pkg-config"
|
||||
makedepends="apache-devel enchant-devel freetds-devel freetype-devel gdbm-devel
|
||||
gmp-devel libcurl-devel libjpeg-turbo-devel libmysqlclient-devel
|
||||
libsodium-devel libtidy5-devel libxslt-devel libzip-devel net-snmp-devel
|
||||
postgresql-libs-devel readline-devel sqlite-devel unixodbc-devel"
|
||||
short_desc="An HTML-embedded scripting language"
|
||||
postgresql-libs-devel readline-devel sqlite-devel unixodbc-devel pcre2-devel"
|
||||
short_desc="HTML-embedded scripting language"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="PHP-3.01"
|
||||
homepage="https://www.php.net"
|
||||
distfiles="http://www.php.net/distributions/php-${version}.tar.xz"
|
||||
checksum=ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f
|
||||
checksum=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
|
||||
|
||||
# Needs (probably a lot of) work to make it cross compile
|
||||
nocross=https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/16307/steps/shell_3/logs/stdio
|
||||
|
|
Loading…
Reference in a new issue