diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-11 20:38:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-11 20:40:52 +0900 |
| commit | ddf0a624145b618c05c2ee47414545b99b685f37 (patch) | |
| tree | d42c760fff4ddaadb78af7b0ba44d6cd3ea8bae4 /crates/shirabe/src | |
| parent | 8b7abe99d8c351d6f0e83aca9e12bbb8c3ea8182 (diff) | |
| download | php-shirabe-ddf0a624145b618c05c2ee47414545b99b685f37.tar.gz php-shirabe-ddf0a624145b618c05c2ee47414545b99b685f37.tar.zst php-shirabe-ddf0a624145b618c05c2ee47414545b99b685f37.zip | |
feat(php-shim): implement realpath, putenv, and env/server mutators
Diffstat (limited to 'crates/shirabe/src')
| -rw-r--r-- | crates/shirabe/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/main.rs b/crates/shirabe/src/main.rs index 8ba695f..ad35201 100644 --- a/crates/shirabe/src/main.rs +++ b/crates/shirabe/src/main.rs @@ -5,7 +5,7 @@ use shirabe::util::Platform; use shirabe_php_shim::realpath; fn main() { - // TODO(phase-c): the full initialization process in composer/bin/composer should be ported + // TODO(php-runtime): the full initialization process in composer/bin/composer should be ported // somewhere else that communicates with the real PHP runtime. Platform::put_env( |
