| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-20 | fix(xdebug-handler): implement get_all_ini_files for no-PHP-runtime case | nsfisis | |
| Without a PHP runtime no XdebugHandler is ever constructed, so the COMPOSER_ORIG_INIS lookup is skipped and php_ini_loaded_file() / php_ini_scanned_files() are both false; PHP would return [(string) false] = [""]. Model that directly instead of todo!(). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> | |||
| 2026-07-04 | fix(xdebug-handler): implement get_skipped_version | nsfisis | |
| The restart-to-disable-xdebug mechanism isn't ported (is_xdebug_active is hardcoded false), so a restart never happens and PHP's self::$skipped stays at its default empty string. Return that directly instead of todo!(), since PlatformRepository::initialize() calls this unconditionally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> | |||
| 2026-06-14 | feat(php-shim): implement more shim functions | nsfisis | |
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-05-17 | feat(port): add stub implementations of shirabe-external-packages | nsfisis | |
