aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src
AgeCommit message (Expand)Author
2026-06-14refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor(pcre): take &mut matches in preg_*2 shim helpersnsfisis
2026-06-14refactor(pcre): return bool/usize from preg_*2 shim helpersnsfisis
2026-06-14refactor(pcre): return bool from preg_match shimnsfisis
2026-06-14refactor(pcre): treat regex compile failure as fatal in shimnsfisis
2026-06-14refactor(pcre): consolidate duplicate preg_* shim helpersnsfisis
2026-06-14refactor(pcre): move preg_* free functions into php-shimnsfisis
2026-06-14feat(pcre): implement preg_* functionsnsfisis
2026-06-14feat(php-shim): port some functions to Rustnsfisis
2026-06-13refactor(http): drop unworkable set_error_handler warning capturensfisis
2026-06-13fix(console): flatten Application inheritance to restore overridesnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-12feat(php-shim): implement runtime functions to run --versionnsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis
2026-06-11feat(php-shim): implement realpath, putenv, and env/server mutatorsnsfisis
2026-06-11refactor(argv): use std::env::args instead of server_argv shimnsfisis
2026-06-11feat(php-shim): implement trivial PHP-compatible stub functionsnsfisis
2026-06-11chore(compiler): drop compiler.rsnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-09feat(datetime): resolve datetime TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PhpMixed-conversion phase-b TODOsnsfisis
2026-06-06feat(binary-installer): use file_get_contents with offset and lengthnsfisis
2026-06-06feat(filesystem): model iterator failure to restore removal retrynsfisis
2026-06-06fix(json-loader): pass decoded config to loader instead of empty mapnsfisis
2026-06-06fix(self-update-command): resolve finder-related phase-b TODOsnsfisis
2026-06-06fix(array-merge): route mixed-key merges through faithful array_mergensfisis
2026-06-05refactor(json): make json encode helpers accept serde::Serializensfisis
2026-06-03feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHPnsfisis
2026-05-22refactor(php-shim): remove unnecessary methodsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-18fix(compile): impl std::error::Error for custom error typesnsfisis
2026-05-17chore: cargo clippy --fixnsfisis
2026-05-17fix(php-shim): add missing stub functions, constants, and typesnsfisis
2026-05-17fix(class-map-generator): introduce CaptureKey enum and fix class-map-generat...nsfisis
2026-05-17fix(php-shim): resolve duplicate definitions and compile errorsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-17feat(port): port ClassMapGenerator.phpnsfisis
2026-05-17feat(port): port PhpFileParser.phpnsfisis
2026-05-17feat(port): port Intervals.phpnsfisis
2026-05-16feat(port): port Constraint.phpnsfisis
2026-05-16feat(port): port Bound.phpnsfisis
2026-05-16feat(port): port Solver.phpnsfisis
2026-05-16feat(port): port PlatformRepository.phpnsfisis
2026-05-16feat(port): port EventDispatcher.phpnsfisis
2026-05-16feat(port): port ValidatingArrayLoader.phpnsfisis
2026-05-16feat(port): port CurlDownloader.phpnsfisis