Mike Frysinger
Mike Frysinger
> https://bugs.php.net/bug.php?id=74808 bug isn't public we already have `SetMethod` APIs for hooks like errors. so just expand that ? * `gdSetMemoryFreeMethod` * `gdSetMemoryMallocMethod` * `gdSetMemoryReallocMethod` * etc...
what about thread safety are you worried about ?
i agree switching memory allocators while other threads are actively using gd seems like a terrible idea and not something we can reasonably protect against. imagine: * [10 min ago]...
wrt ABI compatibility, a func that takes a struct of fields vs a func that takes all the fields directly is the same. if we want to add/remove/update any helpers,...
if people really really want a single method that takes a (versioned) struct, i won't fight over it more. but a func that takes multiple arguments is out of the...
this needs to be more precisely defined are we just talking about what features gd itself was configured with ? so restoring the FEATURES tracking what was dropped w/gdlib-config ?...
if it's purely informational purposes, we could include a large string. if we want something semi-programmatic, we could provide a `const char * const tags[]` that the caller would have...
i might be able to get you an acct on a Gentoo box for ppc. hopefully i'll have info in the next week. if it comes up, i can get...
i don't think we can use it for hosting GH actions. i meant more as a dev box for you to debug reports and experiment and such.
Chrome/etc... have dropped things in the past when they don't pan out, and the JPEG IJG have produced duds before. so "big names" are by no means a guarantee. if...