summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-04 17:50:02 +0100
committerJulien Pauli <jpauli@php.net>2015-02-04 17:50:02 +0100
commit3b9315f28c56bf407fc9e895e597511c16a6febe (patch)
tree197fc1e633942fc1d04ce2cddcff350e106a5ed8
parent959cecf046c16ac4d1a2afe2d37e3e89a36cb902 (diff)
downloadphp-git-php-5.5.22RC1.tar.gz
5.5.22RC1php-5.5.22RC1
-rw-r--r--NEWS5
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 50f36ba68a..514e2b7d30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.23
-
-
-?? ??? 2015, PHP 5.5.22
+5 Feb 2015, PHP 5.5.22RC1
- Core:
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
diff --git a/configure.in b/configure.in
index 8ba93e7a35..80a983a45d 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=23
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=22
+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`
diff --git a/main/php_version.h b/main/php_version.h
index 35ee96df2a..3da57dd509 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 23
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.23-dev"
-#define PHP_VERSION_ID 50523
+#define PHP_RELEASE_VERSION 22
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.22RC1"
+#define PHP_VERSION_ID 50522