Re: [PHP-DEV] Cache zend_function*

2021-11-30 Thread tyson andre
Hi Glash Gnome, > I'm doing the Cairo C API extension. > Also there is a wrapper written in php for the OOP side( example: > https://github.com/gtkphp/gtkphp/blob/main/lib/Cairo/Context.php) > > So far, so good. > > Now let's do the same thing with Gtk, > (https://github.com/gtkphp/gtkphp/blob/

[PHP-DEV] Cache zend_function*

2021-11-28 Thread Glash Gnome
Hello internals, I'm doing the Cairo C API extension. Also there is a wrapper written in php for the OOP side( example: https://github.com/gtkphp/gtkphp/blob/main/lib/Cairo/Context.php) So far, so good. Now let's do the same thing with Gtk, (https://github.com/gtkphp/gtkphp/blob/main/lib/Gtk/Wid