Initial PHP host implementation

This commit is contained in:
2026-05-09 20:22:58 -05:00
parent 1f72a6969d
commit e9eb2daaf2
7 changed files with 919 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
# PHP Recommended Run Flags
```php
php -d memory_limit=4G \
-d opcache.enable_cli=1 \
-d opcache.jit_buffer_size=256M \
-d opcache.jit=tracing \
ext/php/run.php run $PATH_TO_ARBORIX_BUNDLE $ARGS
```