diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-04-03 21:01:07 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-03 21:26:16 +0200 |
commit | be82bb7d907d67bd5648f68592442a2749222a38 (patch) | |
tree | eb5e4ae96ebbca7dc8a69c6b307aac06666511a6 | |
parent | c526b5107e59223c107cdc0ddd2d3943b9b454f9 (diff) | |
download | buildroot-be82bb7d907d67bd5648f68592442a2749222a38.tar.gz buildroot-be82bb7d907d67bd5648f68592442a2749222a38.zip |
php: version bump 5.5.11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index b3ffbef155..ef42e58e22 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.5.10 +PHP_VERSION = 5.5.11 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install |