Jefferson González

Results 314 comments of Jefferson González

As I recall, for a strange reason a php version major than 5.4 was causing issues on x86 (32 bits builds). The problem is only present on windows, since linux...

Mmm, then it sounds like a windows strange issue... thanks for reporting your findings.

> I build the master version with php 7.1.33, and comment all other class in PHP_RINIT_FUNCTION(php_wxWidgets) > except the zval z_wxNullBitmap; Why did you commented all the classes and only...

No experience with reflection stuff, so basically I have to implement __tostring returning the name of a class in order to get reflection? Which pecl extension does this so I...

Ahhh, now I remember, I didn't generated all the arginfo because this extension emulates C++ method overloading and as far as I know there isn't a way on php to...

will debug this later to see if it is a bug in wxphp

This is incomprehensible, I just ran the demo and it crashed on some panes, then I ran it with valgrind to debug it, but it didn't crashed :S, maybe some...

There was plans for this, I started working on a new code generator with this idea but haven't got time to keep working on it (https://github.com/peg-org). The fastest route would...

This is totally true, I myself would love to see this project working under latest PHP 7.x version. But I admit I don't have the discipline required to maintain this...

And many people don't know about swoole C extension (https://github.com/swoole/swoole-src) which brings to PHP the functionality given to javascript by Node.js. Swoole adds features to write server applications and many...