Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25a2ce0

Browse filesBrowse files
committed
Merge branch '2.7' into 2.8
* 2.7: Rename StackOverflow to Stack Overflow [travis] Test with hhvm 3.18
2 parents d59c9c7 + a0945fc commit 25a2ce0
Copy full SHA for 25a2ce0

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
include:
2020
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
21-
- php: hhvm-3.15
21+
- php: hhvm-3.18
2222
sudo: required
2323
dist: trusty
2424
group: edge

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Community
2828
---------
2929

3030
* [Join the Symfony Community][11] and meet other members at the [Symfony events][12].
31-
* [Get Symfony support][13] on StackOverflow, Slack, IRC, etc.
31+
* [Get Symfony support][13] on Stack Overflow, Slack, IRC, etc.
3232
* Follow us on [GitHub][14], [Twitter][15] and [Facebook][16].
3333

3434
Contributing

‎src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function assertRedirect($response, $location)
2525

2626
protected static function deleteTmpDir($testCase)
2727
{
28-
if (!file_exists($dir = sys_get_temp_dir().'/'.Kernel::VERSION.'/'.$testCase)) {
28+
if (defined('HHVM_VERSION_ID') || !file_exists($dir = sys_get_temp_dir().'/'.Kernel::VERSION.'/'.$testCase)) {
2929
return;
3030
}
3131

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.