File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2018-2019 Yuuki Takezawa
3+ Copyright (c) 2018-2020 Yuuki Takezawa
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Inspired by [zend-httphandlerrunner](https://github.com/zendframework/zend-httph
1111
1212## Require
1313
14- HHVM 4.20 .0 and above.
14+ HHVM 4.41 .0 and above.
1515
1616## Installation
1717
@@ -25,11 +25,11 @@ $ composer require nazg-hack/http-executor
2525use type Ytake\Hungrr\ServerRequestFactory;
2626use type Nazg\HttpExecutor\RequestHandleExecutor;
2727use type Nazg\HttpExecutor\Emitter\SapiEmitter;
28- use namespace HH\Lib\Experimental\ IO;
28+ use namespace HH\Lib\IO;
2929
3030<<__EntryPoint>>
3131function main(): noreturn {
32- list($readHandle, $writeHandle) = IO\pipe_non_disposable ();
32+ list($readHandle, $writeHandle) = IO\pipe_nd ();
3333 $executor = new RequestHandleExecutor(
3434 $readHandle,
3535 $writeHandle,
You can’t perform that action at this time.
0 commit comments