Would be nice if people started helping each other by responding to issues on github or replying on the wxPHP forums where several questions have been asked but not responded. Since I adopted this project I have been working on it mostly solo, and when I have other work to do it sucks that I can't give this project the attention it deserves. So I have been waiting for a community to be formed around this project which has been growing at a slow rate. Lately I noticed that wxPHP was downloaded from sourceforge more than 400 times in last 7 days which surpassed the 100 downloads but still a healthy/self driven community is needed. On other news, with the soon to be released PHP 7 theres another task at hands, porting this extension to work on new Zend Engine 3 which has some drastic changes from Zend Engine 2. wxPHP source code has around 900,000 to 1,000,000 lines of code so porting it by hand would take years for an average rambo, luckily, wxPHP source code is generated from json definition files (which in return are generated from wxWidgets Doxygen XML files) so porting to PHP 7 would just require to adjust the code generator to output PHP 7 compatible code. I created a branch for that purpose https://github.com/wxphp/wxphp/tree/php7 but, like I said before, I haven't got the time to work on it with having the hands full of other work that pay the bills. So how can you help? |