summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-08-04 23:58:00 -0700
committerStanislav Malyshev <stas@php.net>2015-08-04 23:58:00 -0700
commitd6d5fb0aa1b2a014f7a800331a4f631cbb5ad5e5 (patch)
treedf4fd81530ac72fa88cfb0e1c632217fcc4abb65
parent2425f88afd487181e4b2a86e9008b98a03dfb663 (diff)
downloadphp-git-PHP-5.5.28.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 1202167dae..ee9c672ce4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.28
-
-** PHP 5.5 is in security-only mode , please do not commit to this branch **
+06 Aug 2015, PHP 5.5.28
- Core:
. Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive
diff --git a/configure.in b/configure.in
index efcf90ef12..656087f4fe 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
PHP_RELEASE_VERSION=28
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 74616e161a..6f0765f664 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 28
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.28-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.28"
#define PHP_VERSION_ID 50528