132 Commits (debug/ci-class-id-cache)

Author SHA1 Message Date
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 18 hours ago
韩天峰 178636a577 feat(config): add ext-deps alias for extension-dependencies configuration 19 hours ago
韩天峰 1118c1e8ec feat(compiler): add PHP extension dependencies support 20 hours ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 20 hours ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 1 day ago
韩天峰 9f1cf07511 feat(parser): add support for promoted asymmetric visibility properties 1 day ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 1 day ago
韩天峰 b2246cd456 test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 1 day ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 2 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 2 days ago
韩天峰 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 2 days ago
韩天峰 6d45c64b4d feat(parser): add validation for PHP 8.5 closure usage in constants and defaults 2 days ago
韩天峰 c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 2 days ago
韩天峰 0a97daa663 fix(compiler): simplify root slot registration in CompilerBase 3 days ago
韩天峰 41e11a66e6 refactor(build): update runtime initialization and linking for native modules 4 days ago
韩天峰 65a44c7f65 docs: add C++ naming convention documentation and update related references 4 days ago
韩天峰 e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 4 days ago
韩天峰 4713a58b06 feat(compiler): add local class entry hoisting control for parameter defaults 4 days ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 4 days ago
韩天峰 0d0e62fbc7 fix(array-def): update list index validation to use PHP's append position 6 days ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 6 days ago
韩天峰 68bdedaa31 perf(gc): increase native heap initial threshold to 16 MiB 7 days ago
韩天峰 d1704b42ef docs(native-class): update memory layout documentation and add padding fields to test classes 7 days ago
韩天峰 244fa4d8b2 Immutable 实现 7 days ago
韩天峰 7fece68f12 Native Class 支持 迭代器 1 week ago
韩天峰 464de23051 Native Class 支持 ArrayAccess 1 week ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 1 week ago
韩天峰 2e6ddf98f1 Native Class 支持 [第九阶段] 1 week ago
韩天峰 587818d5f9 Native Class 支持 [第七阶段] 1 week ago
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 1 week ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 1 week ago
韩天峰 7cf265cbc7 Native Class 支持 [第四阶段] 1 week ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 1 week ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 1 week ago
韩天峰 981b8f54d7 Native Class 支持 2 weeks ago
韩天峰 af0b6f9582 移除 8.2、8.3 版本的支持 2 weeks ago
韩天峰 2f229ee0ac feat(generator): add PHP 8.4 interface property hook contracts support 2 weeks ago
韩天峰 e4f6475452 build(wasm): update wit-bindgen dependency management 2 weeks ago
韩天峰 96960e9da1 refactor(scope): optimize callback map handling for preg_replace_callback_array 2 weeks ago
韩天峰 f79d40f8ee docs: add PHPX WASM static library rebuild guide 2 weeks ago
韩天峰 a510530d9b feat(cli): add bash completion support 2 weeks ago
韩天峰 5fb3fdf490 feat(compiler): handle inherited private property array dim access correctly 2 weeks ago
韩天峰 2a1ca3b1a0 feat(compiler): add PHP 8.4 property hooks support with Zend metadata registration 2 weeks ago
韩天峰 e07b97d6cf feat(scope): enhance callback scope management with dynamic callable support 2 weeks ago
韩天峰 8a3b5ae9a4 refactor(scope): replace dynamic call flag with unpacked callback scope requirement 2 weeks ago
韩天峰 f5ca997e65 feat(converter): add Python to TypePHP conversion features 2 weeks ago
韩天峰 c47ef90593 docs(py2php): add comprehensive documentation and test coverage for Python to TypePHP converter 2 weeks ago
韩天峰 8118fbd3dc feat(readonly): enforce direct assignment only for readonly properties 2 weeks ago
韩天峰 e5f61eabfe 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 2 weeks ago
韩天峰 64afbc9656 feat(python): generate builtin helpers and convert native calls 2 weeks ago