aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src
AgeCommit message (Expand)Author
2026-08-16feat(php-rpc): replay Rust-side env writes into the PHP workernsfisis
2026-08-16refactor(php-shim): decode JSON straight into PhpMixednsfisis
2026-08-16refactor(php-shim): split json_decode into assoc and obj variantsnsfisis
2026-08-16refactor(php-shim): give fstat and lstat a typed FileStat resultnsfisis
2026-08-16refactor(php-shim): give posix_getpwuid a typed PasswdEntry resultnsfisis
2026-08-16refactor(php-shim): give parse_url a typed UrlComponents resultnsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-15refactor(php-shim): drop the unused opendir directory handlensfisis
2026-08-15docs(php-shim): state the ignored file I/O flags as a contractnsfisis
2026-08-15docs(php-shim): drop the inaccurate fileperms TODOnsfisis
2026-08-15feat(php-shim): drop the modelled PHP version constantsnsfisis
2026-08-15refactor(php-shim): take only the data argument in http_build_querynsfisis
2026-08-15feat(diagnose): audit the Composer runtime the executable carriesnsfisis
2026-08-15fix(phar): match the stub token in any letter casensfisis
2026-08-15feat(php-rpc): embed the Composer PHP runtime in the executablensfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
2026-08-11chore(php-shim): drop the HHVM_VERSION constantnsfisis
2026-08-11chore(php-shim): drop the substring predicate portsnsfisis
2026-08-11chore(php-shim): drop the PHP_INT_* constantsnsfisis
2026-08-11chore(php-shim): drop the ob_start()/ob_get_clean() portsnsfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
2026-08-11refactor(util): drop the unused TlsHelper portnsfisis
2026-08-10feat(console): import scripts Command classes as application commandsnsfisis
2026-08-10refactor(symfony-process): drop the --enable-sigchild workaroundsnsfisis
2026-08-10refactor(autoload): resolve include_path in the PHP workernsfisis
2026-08-10refactor(symfony-console): drop the unreachable process title surfacensfisis
2026-08-10fix(php-shim): return an error from fileperms instead of 0nsfisis
2026-08-10style(php-shim): drop the underscore from used parameter namesnsfisis
2026-08-09feat(path-downloader): restrict a mirrored path package to its archivable filesnsfisis
2026-08-09feat(symfony-filesystem): finish the Filesystem port and trim its APInsfisis
2026-08-09feat(php-shim): replace error_get_last with the failing call's io::Errornsfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09feat(symfony-filesystem): append the failure reason to IOExceptionsnsfisis
2026-08-09refactor(installed-versions): drop the Rust port, which has no readersnsfisis
2026-08-09refactor(installer): drop the GC control callsnsfisis
2026-08-09refactor(installed-versions): merge the name lists without call_user_func_arraynsfisis
2026-08-09refactor(php-shim): remove call_user_func, which has no callersnsfisis
2026-08-09refactor(php-shim): remove shim functions with no callersnsfisis
2026-08-09fix(dependency-resolver): query the PHP runtime for the php versionnsfisis
2026-08-09test(platform): drop HHVM-only paths from HhvmDetector testnsfisis
2026-08-09feat(archiver): preserve file permissions in zip archivesnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-09test(console): cover the dev build warning branchnsfisis
2026-08-09fix(exception): carry PHP's $previous through the ported throw sitesnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08feat(composer): bake the dev build warning deadline in at build timensfisis
2026-08-08refactor(php-shim): dispatch spl_object_hash on Rc and referencesnsfisis
2026-08-08refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOpnsfisis