]> granicus.if.org Git - php/commitdiff
5.5.24RC1 php-5.5.24RC1
authorJulien Pauli <jpauli@php.net>
Tue, 31 Mar 2015 14:03:52 +0000 (16:03 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 31 Mar 2015 14:03:52 +0000 (16:03 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 862ef6a3fa69e5ab7c72fc8f087a154c888ec821..960a687ef49cc1d6eb1a5e47dbd666113aea9355 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.24
+02 Apr 2015, PHP 5.5.24RC1
 
 - Core:
   . Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).
@@ -17,13 +17,13 @@ PHP                                                                        NEWS
   . Fixed bug #69221 (Segmentation fault when using a generator in combination
     with an Iterator). (Nikita)
 
+- Curl:
+  . Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
+
 - Date:
   . Export date_get_immutable_ce so that it can be used by extensions. (Derick
     Rethans)
 
-- Curl:
-  . Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
-
 - Enchant:
   . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
     builds). (Anatol)
index b56b85f12d5dedfcc519e4b8a5cbfcb5e9a93e10..3d58d4ccb48c26fc981c1a5203aae05142e36639 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=24
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 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 2997684bf0cff801427fb543f50d3f5627b5fd01..6a8e89e681bf68b3cd8d9386384407164e545230 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 5
 #define PHP_RELEASE_VERSION 24
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.24-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.24RC1"
 #define PHP_VERSION_ID 50524