| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-28 | feat(process): implement PhpExecutableFinder::find env fallbacks | nsfisis | |
| Replace the todo!() with the PHP_PATH and PHP_PEAR_PHP_BIN env-var fallbacks and the trailing PATH-based php lookup. The \PHP_BINARY/ \PHP_SAPI branch and the \PHP_BINDIR seed dir are skipped since the shim does not model the running PHP interpreter, but the final lookup still resolves php via PATH with empty extra dirs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-28 | refactor: add linter | nsfisis | |
| 2026-06-25 | feat(external-packages,shim): implement impl todos across components | nsfisis | |
| Port seld/jsonlint JsonParser (+hand-written Lexer), unblocking 10 json_file parse-error tests verified byte-for-byte against PHP. Implement Symfony Finder SplFileInfo, executable finders, String classes (byte/code-point/unicode), ZipArchive shim (via the zip crate), SPDX license validation, and shim date/stream functions. Genuinely-blocked sites (reflection, PHP runtime constants, non-UTF-8 transcoding, recursive PCRE) stay todo!() with reasons. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-06-08 | refactor(external-packages): drop component segment from symfony paths | nsfisis | |
| Align the Symfony namespace mapping with the documented convention (symfony::component::X -> symfony::X) and remove now-unused console stub files. Update all import paths across the workspace. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
