1179 Commits (89f3cb485bef5c2e926c85a579fcc6d416315a94)

Author SHA1 Message Date
韩天峰 0e6d65c6e1 feat: support static by-reference variadics 9 hours ago
韩天峰 974d65a0d1 fix: resolve php-config from selected PHP home 11 hours ago
Alessio Giacobbe fea85e5fcb
fix(parser): propagate multi-level break/continue before trailing statements 11 hours ago
韩天峰 608c5e13e5 chore(project): bump version to 0.6.7 12 hours ago
韩天峰 f835f26252 docs: clarify attribute factory name resolution timing 12 hours ago
韩天峰 e4a863c19e fix: preserve imported enum cases in attribute arguments 12 hours ago
韩天峰 7d7977fc5a perf: streamline dynamic property writes 12 hours ago
韩天峰 6df71ec557 perf: optimize stable integer property sums 12 hours ago
韩天峰 e8927bade0 fix: preserve object property reference semantics 12 hours ago
hafung d480c5e7cb fix(optimizer): preserve array_keys strict type errors 16 hours ago
韩天峰 e44007846b perf: use native property handlers for ordinary classes 17 hours ago
韩天峰 9b02dcd693 feat(compiler): implement independent import alias symbol domains 17 hours ago
韩天峰 7f0a8181f5 fix(attribute): preserve enum case arguments 18 hours ago
韩天峰 fb79fb832c fix(parser): preserve runtime class in static calls 18 hours ago
hafung d8b9dc1a00 fix(optimizer): convert dynamic array_keys strict flag 19 hours ago
韩天峰 a70a0ad078 refactor(parser): remove redundant null checks in binary operation and closure processing 1 day ago
韩天峰 d1d362d779 fix(static-analysis): resolve high-value type issues 1 day ago
韩天峰 eccf5a0ef1 fix(compiler): enforce AST type boundaries 1 day ago
韩天峰 1488563a27 fix(platform): honor php-config library directory 2 days ago
韩天峰 8918fae3ba fix(parser): stabilize compound array access paths 2 days ago
hafung ec251655ba Fix repeated array offset evaluation in compound assignments 2 days ago
韩天峰 0f335a8135 fix(optimizer): fold is_null for native scalars 2 days ago
韩天峰 d321666721 fix(parser): parse do-while body before condition 2 days ago
韩天峰 f2b0e9add9 chore(version): bump version from 0.1.0 to 0.6.6 2 days ago
韩天峰 1b92ae6e7b fix(namespace): isolate explicit import aliases 2 days ago
原点 6e593b3d46 fix(gen_stub): use toVarEscapedName for union type ZEND_TYPE_INIT_CLASS 2 days ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 2 days ago
韩天峰 ed27572ca1 chore(version): bump version from 0.6.3 to 0.6.5 3 days ago
韩天峰 74274f8328 fix(compiler): defer cache IDs to convert phase 3 days ago
韩天峰 8f32497de7 refactor(compiler): strongly type symbol cache IDs 3 days ago
韩天峰 1b235d0769 test(compiler): reject mixed cache lifetime IDs 3 days ago
韩天峰 8c6ea1d14e fix(build): make source discovery deterministic 3 days ago
韩天峰 0ac6dfe499 fix(compiler): keep method cache lifetime aligned with class 3 days ago
韩天峰 e4bb7b2605 refactor(build): separate project-specific compile options from common pch 4 days ago
韩天峰 642e9a7e4b fix(generator): use interned strings for persistent class metadata 4 days ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 4 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 4 days ago
韩天峰 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 4 days ago
韩天峰 1118c1e8ec feat(compiler): add PHP extension dependencies support 4 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 4 days ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 4 days ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 4 days ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 4 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 4 days ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 4 days ago
韩天峰 b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 4 days ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 5 days ago
韩天峰 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 5 days ago
韩天峰 6d45c64b4d feat(parser): add validation for PHP 8.5 closure usage in constants and defaults 5 days ago