aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src
AgeCommit message (Expand)Author
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
2026-08-08chore: remove unused functionsnsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-07test: port the tests left as todo!() stubsnsfisis
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06fix(download-manager): name the downloader class in its LogicExceptionnsfisis
2026-08-06refactor(php-shim): take &str and return String from pathinfonsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06fix(symfony-filesystem): restore upstream behavior in five spotsnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04feat(php-shim): render stdClass-shaped objects in var_exportnsfisis
2026-08-02feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...nsfisis
2026-08-02chore(php-shim): drop the unused Phar APIs left as todo!()nsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02feat(php-shim): implement syscall-backed functions via the nix cratensfisis