summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eugene Wissner2017-06-06 15:02:35 +0200
committer Willy Sudiarto Raharjo2017-06-06 15:02:35 +0200
commit86b9dd6fc10ab0a729713389321d2e7734563474 (patch)
tree3863fdecabbce153614500ed6bf9deac39bf5f91
parentf6c851a6d851691e4818b8a11b981aa50598187c (diff)
downloadslackbuilds-86b9dd6fc10ab0a729713389321d2e7734563474.tar.gz
development/hhvm: Updated for version 3.19.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/hhvm/README4
-rw-r--r--development/hhvm/etc/server.ini2
-rw-r--r--development/hhvm/hhvm.SlackBuild2
-rw-r--r--development/hhvm/hhvm.info8
4 files changed, 8 insertions, 8 deletions
diff --git a/development/hhvm/README b/development/hhvm/README
index 0145748d60..44cf62b061 100644
--- a/development/hhvm/README
+++ b/development/hhvm/README
@@ -35,8 +35,8 @@ can create a new group and add your web server user to this group or
just use the main group of your web server and start HHVM as following:
hhvm_GROUP=apache /etc/rc.d/rc.hhvm start
-FastCGI must be configured to communicate with HHVM.
-A good start point is: https://github.com/facebook/hhvm/wiki/FastCGI
+Alternatively to reverse proxy, you can use FastCGI:
+https://docs.hhvm.com/hhvm/advanced-usage/fastCGI.
To start a project you have to configure the type checker as well.
See the official documentation:
diff --git a/development/hhvm/etc/server.ini b/development/hhvm/etc/server.ini
index 18f4643f3a..230b5c64f8 100644
--- a/development/hhvm/etc/server.ini
+++ b/development/hhvm/etc/server.ini
@@ -2,7 +2,7 @@ pid = /var/run/hhvm/pid
hhvm.server.file_socket = /var/run/hhvm/sock
;hhvm.server.port = 9000
-hhvm.server.type = fastcgi
+hhvm.server.type = proxygen
hhvm.server.default_document = index.hh
hhvm.log.use_log_file = true
hhvm.log.file = /var/log/hhvm/error.log
diff --git a/development/hhvm/hhvm.SlackBuild b/development/hhvm/hhvm.SlackBuild
index 318a3c8b95..de25e6b08c 100644
--- a/development/hhvm/hhvm.SlackBuild
+++ b/development/hhvm/hhvm.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hhvm
-VERSION=${VERSION:-3.19.1}
+VERSION=${VERSION:-3.19.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/hhvm/hhvm.info b/development/hhvm/hhvm.info
index 5d3c6b743d..e112e8fd08 100644
--- a/development/hhvm/hhvm.info
+++ b/development/hhvm/hhvm.info
@@ -1,10 +1,10 @@
PRGNAM="hhvm"
-VERSION="3.19.1"
+VERSION="3.19.2"
HOMEPAGE="http://hhvm.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.19.1.tar.xz"
-MD5SUM_x86_64="4112e7fd0dbb510155d18487b4d68100"
-REQUIRES="tbb glog dwarf oniguruma libmemcached krb5 lz4"
+DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.19.2.tar.xz"
+MD5SUM_x86_64="c8ebbec0c13e85cc896572ff92b4fb84"
+REQUIRES="tbb glog dwarf oniguruma libmemcached krb5 lz4 double-conversion"
MAINTAINER="Eugene Wissner"
EMAIL="belka@caraus.de"