]> granicus.if.org Git - php/commitdiff
5.5.28 PHP-5.5.28 php-5.5.28
authorStanislav Malyshev <stas@php.net>
Wed, 5 Aug 2015 06:58:00 +0000 (23:58 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 5 Aug 2015 06:58:00 +0000 (23:58 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 1202167daebbc5112d8314e5f3d1295e273b4b96..ee9c672ce4e69601ae164e6f08f89903b22eaa73 100644 (file)
--- 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
index efcf90ef1203be952a7b22118048e97f81240a79..656087f4fe4719dbafca1245ac133da39b594bd7 100644 (file)
@@ -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`
 
index 74616e161a9a597cfe6f661ef27dc75c5f6bf596..6f0765f6641998c27c038203f2f67cb13f095375 100644 (file)
@@ -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