diff --git a/lang/php7/Makefile b/lang/php7/Makefile
index 64dd84365..11ad3183d 100644
--- a/lang/php7/Makefile
+++ b/lang/php7/Makefile
@@ -6,8 +6,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.0.10
-PKG_RELEASE:=5
+PKG_VERSION:=7.0.11
+PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
 
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.php.net/distributions/
-PKG_MD5SUM:=6f087f16514b6c442e8009a5828827b7
+PKG_MD5SUM:=9a6013a5e9f258bbfb62ae5ac66b72da
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1