aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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(path): build paths with Path::joinnsfisis
2026-08-09refactor(external-packages): test for Windows with cfg!(windows)nsfisis
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(json): let an \Error out of JsonFile::read untouchednsfisis
2026-08-09fix(archiver): narrow PharArchiver's catch to \UnexpectedValueExceptionnsfisis
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-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(plugin): make proxy stub property access an explicit errornsfisis
2026-08-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-07feat(plugin): cross alias packages over RPC as proxy stubsnsfisis
2026-08-07refactor(platform-repository): fetch the PHP runtime in one RPC callnsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-07chore: use shirabe_php_shim::impl_php_classnsfisis
2026-08-07test: port the tests left as todo!() stubsnsfisis
2026-08-07feat(php-rpc): cross materialized values as PHP object recordsnsfisis
2026-08-06fix(php-rpc): carry the worker channel over a socketpairnsfisis
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06fix(repository-manager): fail explicitly on an unknown repository classnsfisis
2026-08-06fix(download-manager): name the downloader class in its LogicExceptionnsfisis
2026-08-06test(version-selector): drop four stale #[ignore] attributesnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06refactor(php-shim): take &str and return String from pathinfonsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06style(autoload): use raw strings for the PHP heredoc templatesnsfisis
2026-08-06style(binary-installer): use raw strings for the PHP heredoc templatesnsfisis
2026-08-06refactor(class-map-generator): narrow scanPaths' $path to a stringnsfisis
2026-08-06refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifiernsfisis
2026-08-06chore(spdx-licenses): drop members Composer never callsnsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06feat(console): override TransportException's code in doRunnsfisis
2026-08-06fix(symfony-filesystem): restore upstream behavior in five spotsnsfisis