From 1fc475860d2486dc2e3dce2e1df6c9af6f9a6aaf Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 19 May 2014 18:10:33 +0200 Subject: [PATCH] Updated PHP to 5.5.12, uopz to 2.0.4 --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 6d62680bd..f00228bf3 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -PHP_VERSION="5.5.11" +PHP_VERSION="5.5.12" ZEND_VM="GOTO" ZLIB_VERSION="1.2.8"