From ddf0a624145b618c05c2ee47414545b99b685f37 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jun 2026 20:38:10 +0900 Subject: feat(php-shim): implement realpath, putenv, and env/server mutators --- crates/shirabe/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe') 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( -- cgit v1.3.1