| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-21 | feat(php-shim): implement exec/shell_exec/system/escapeshell*/posix_isatty | nsfisis | |
| Run exec()/shell_exec()/system() through /bin/sh -c with PHP-faithful line handling and return values. Port escapeshellcmd() (Unix branch, including paired-quote handling) and escapeshellarg(). Implement posix_isatty() via std::io::IsTerminal. uid/signal/process-title helpers and proc_open-dependent status calls remain TODO(phase-d): they need a libc/syscall crate or the deferred process/signal subsystems. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-21 | refactor(php-shim): split lib.rs | nsfisis | |
