Add extension dio support (#590)

* Add extension dio support

* cs-fix
This commit is contained in:
Jerry Ma
2025-01-25 18:43:12 +09:00
committed by GitHub
parent 36b4ef306e
commit f19e90afd7
5 changed files with 52 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
<?php
declare(strict_types=1);
assert(function_exists('dio_open'));