Re: [PHP-DEV] Re: [VOTE] Deprecate dynamic properties

2021-11-30 Thread Brady Wetherington via internals
>>> …It's been merged to master, so you could stand up a build now and point to >>> the many deprecation warnings you're expecting. I'm not saying send PRs to >>> fix them all, just show real impact rather than theoretical guessing. … > > > That’s a totally fair ask, and I’ll try and get that do

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] Finishing AVIF support in getimagesize()

2021-11-30 Thread Ben Morss via internals
Hello everyone! Earlier this year, I added support for AVIF images to libgd . My ultimate goal was to bring support for this new image format to PHP, so that the world's top CMSs could let sites serve AVIFs. A few of you kin