mirror of
https://github.com/danog/amp.git
synced 2024-12-12 01:19:46 +01:00
7 lines
147 B
PHP
7 lines
147 B
PHP
|
<?php
|
||
|
|
||
|
if (!\extension_loaded('fiber')) {
|
||
|
require __DIR__ . '/../stubs/Awaitable.php';
|
||
|
require __DIR__ . '/../stubs/FiberScheduler.php';
|
||
|
}
|