aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src
AgeCommit message (Expand)Author
2026-08-18refactor(preg): anchor A patterns at the call sitensfisis
2026-08-18refactor(preg): drop the Vec-returning preg_match_allnsfisis
2026-08-18refactor(preg): fold preg_match into preg_match2nsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(pcre): drop the two bespoke isMatch variantsnsfisis
2026-08-18refactor(preg): back PregMatches with regex::Capturesnsfisis
2026-08-17refactor(pcre): return the Preg $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): return the preg_* $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): report unmatched groups as null in the vec-shaped preg_*nsfisis
2026-08-17refactor(preg): report unmatched groups as null throughoutnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flagnsfisis
2026-08-17refactor(php-shim): split single_match_map() by unmatched_as_nullnsfisis
2026-08-17refactor(pcre): drop the guards for unsupported preg flagsnsfisis
2026-08-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-17refactor(preg): merge preg_match_all_offset_capture2() into its siblingnsfisis
2026-08-17refactor(preg): drop unused args of preg_match_all_offset_capture2()nsfisis
2026-08-17refactor(preg): drop unused flags and offset of preg_match_all2()nsfisis
2026-08-16refactor(preg): make preg_grep() return an iteratornsfisis
2026-08-16refactor(preg): re-order preg_*() functions in shimnsfisis
2026-08-16refactor(preg): merge preg_replace_callback2 into preg_replace_callbacknsfisis
2026-08-16perf(php-shim): scan the phar stub token with memchrnsfisis
2026-08-16fix(php-shim): fail RecursiveIteratorFileInfo::get_size on a failed statnsfisis
2026-08-16refactor(env): route Shirabe's own env reads through the shimnsfisis
2026-08-16fix(php-shim): accept negative offsets in substr_replacensfisis
2026-08-16fix(php-shim): render floats through php_gcvtnsfisis
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