Skip to content

Commit 2f3b171

Browse files
authored
HHVM: f_xdebug_get_headers is not implemented yet.
HHVM builds should start working as soon as the function is implemented. The error message was previously: > Fatal error: Call to undefined function xdebug_get_headers() in /home/travis/build/mebjas/CSRF-Protector-PHP/test/csrfprotector_test.php on line 28 Now: > Fatal error: f_xdebug_get_headers is not implemented yet. in /home/travis/build/mebjas/CSRF-Protector-PHP/test/csrfprotector_test.php on line 28
1 parent 6ad5a97 commit 2f3b171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ php:
1212
matrix:
1313
allow_failures:
1414
- php: nightly
15+
- php: hhvm
1516

1617
os:
1718
- linux

0 commit comments

Comments
 (0)