ext-pmmpthread icon indicating copy to clipboard operation
ext-pmmpthread copied to clipboard

PHP 8.4 support

Open dktapps opened this issue 11 months ago • 3 comments

  • [x] account for ZEND_JMP_FRAMELESS
  • [x] internal functions can now have doc comments
  • [x] function literals may now have IS_UNDEF holes due to compile-time optimizations
  • [ ] property hooks supported & fully tested
  • [ ] asymmetric property visibility fully tested (though should just be a case of making sure flags are copied properly)

thanks to @AkmalFairuz for initial work, this PR is based on his work from #142

dktapps avatar Jan 12 '25 20:01 dktapps

Test failure looks to be caused by incorrect refcounts on string copies for zend_property_info, not sure how to address that just yet but my gawd is it ever irritating.

dktapps avatar Jan 12 '25 20:01 dktapps

Is it ready to support php 8.4?

TheColorDroid avatar Feb 27 '25 07:02 TheColorDroid

No, it's not complete

dktapps avatar Feb 27 '25 12:02 dktapps