Bump HHVM's PHP_VERSION constant to "5.5.99-hiphop"

Programming / Compilers / HHVM - Drew Paroski [fb.com] - 4 March 2014 00:17 UTC

Reviewed By: @ptarjan

Differential Revision: D1197343

###

diff --git a/hphp/system/idl/constants.idl.json b/hphp/system/idl/constants.idl.json
index 448488a..13b94a4 100644
--- a/hphp/system/idl/constants.idl.json
+++ b/hphp/system/idl/constants.idl.json
@@ -3767,7 +3767,7 @@
},
{
"name": "PHP_VERSION",
- "value": "5.4.99-hiphop"
+ "value": "5.5.99-hiphop"
},
{
"name": "PHP_MAJOR_VERSION",
diff --git a/hphp/test/slow/ext_options/ext_options.php.expect b/hphp/test/slow/ext_options/ext_options.php.expect
index f3a8eff..b556a7c 100644
--- a/hphp/test/slow/ext_options/ext_options.php.expect
+++ b/hphp/test/slow/ext_options/ext_options.php.expect
@@ -15,7 +15,7 @@ string(0) ""
string(8) "50000000"
string(2) "30"
string(2) "40"
-string(13) "5.4.99-hiphop"
+string(13) "5.5.99-hiphop"
string(3) "1.0"
string(7) "2.2.0b1"
string(8) "1.4 $Id$"
diff --git a/hphp/test/slow/ext_stream/context_array.php b/hphp/test/slow/ext_stream/context_array.php
index 524cef7..395ec35 100644
--- a/hphp/test/slow/ext_stream/context_array.php
+++ b/hphp/test/slow/ext_stream/context_array.php
@@ -4,7 +4,7 @@ $opts = array(
'http' => array(
'header' => array(
"Accept-Encoding: gzip",
- "User-Agent: Composer/source PHP 5.4.99)",
+ "User-Agent: Composer/source PHP 5.5.99)",
)
)
);
diff --git a/hphp/test/slow/ext_stream/context_array.php.expect b/hphp/test/slow/ext_stream/context_array.php.expect
index 36fa2d3..dbacd2e 100644
--- a/hphp/test/slow/ext_stream/context_array.php.expect
+++ b/hphp/test/slow/ext_stream/context_array.php.expect
@@ -8,7 +8,7 @@ array(1) {
[0]=>
string(21) "Accept-Encoding: gzip"
[1]=>
- string(39) "User-Agent: Composer/source PHP 5.4.99)"
+ string(39) "User-Agent: Composer/source PHP 5.5.99)"
}
}
}
diff --git a/hphp/test/slow/namespace/const_param.php.expectf b/hphp/test/slow/namespace/const_param.php.expectf
index 3c1d8d9..d487fc9 100644
--- a/hphp/test/slow/namespace/const_param.php.expectf
+++ b/hphp/test/slow/namespace/const_param.php.expectf
@@ -1,10 +1,10 @@
-string(13) "5.4.99-hiphop"
+string(13) "5.5.99-hiphop"
string(11) "PHP_VERSION"
string(1) "c"
string(1) "B"
array(1) {
[0]=>
- string(13) "5.4.99-hiphop"
+ string(13) "5.5.99-hiphop"
}
string(18) "array(PHP_VERSION)"
array(1) {
@@ -12,13 +12,13 @@ array(1) {
string(1) "c"
}
string(%d) "array%w(%a)"
-string(13) "5.4.99-hiphop"
+string(13) "5.5.99-hiphop"
string(11) "PHP_VERSION"
string(1) "c"
string(1) "B"
array(1) {
[0]=>
- string(13) "5.4.99-hiphop"
+ string(13) "5.5.99-hiphop"
}
string(18) "array(PHP_VERSION)"
array(1) {

c769ec9 Bump HHVM's PHP_VERSION constant to "5.5.99-hiphop"
hphp/system/idl/constants.idl.json | 2 +-
hphp/test/slow/ext_options/ext_options.php.expect | 2 +-
hphp/test/slow/ext_stream/context_array.php | 2 +-
hphp/test/slow/ext_stream/context_array.php.expect | 2 +-
hphp/test/slow/namespace/const_param.php.expectf | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)

Upstream: github.com


  • Share