joseph-montanez / raylib-php

PHP 8 Bindings to raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move from ecalloc to zend_object_alloc to initialize objects.

joseph-montanez opened this issue · comments

Since PHP 7.3 zend_object_alloc is available, far less code, and less error prone.