mirror of
https://github.com/danog/amp.git
synced 2025-01-05 20:48:21 +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';
|
||
|
}
|