joseph-montanez / raylib-php

PHP 8 Bindings to raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8 Support

joseph-montanez opened this issue · comments

This will force PHP 5.6 to no longer be possible, but also provide a large code clean up.

  • Argument Info - Now required or else warning hell happens, all functions must be revamped to include this. This is a large change.
  • Remove thread safety macros
  • Add semi colons to returns
  • Revamp properties - property read and write cause segment faults