mirror of
https://github.com/danog/amp.git
synced 2024-12-11 17:09:40 +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';
|
|
}
|