New Developer!

jgmdev
Created by: jgmdev
Date: 04/23/2012 @ 11:40:24 pm
Views: 620

We welcome Don Bauer to our team!

He is actually working on code completion support of wxPHP on eclipse as setup file for windows which will include everything you need to start developing on that platform, also he is test building in all main platforms meaning we could have some packages for easy installation on systems like ubuntu and mac as other things. Hes help will bring a boost to wxPHP so we are really happy!

Segmentation Bug Fixed

Also I take the time to let you all know (if some one is actually following this blog :D) that the segmentation bug caused when loading the wxPHP extension from the php.ini is now fixed. After running php thru valgrind it rapidly pointed me out to the culprit of the segfault (I highly recommended valgrind) which was registering objects as constants. So I learned that the engine doesn't initializes the objects store before the MINIT function call on extensions, but thanks to Rasmus (that kindly helped me over IRC) I moved the offending code to RINIT so now it is working as it should.

So now most of the major bugs preventing us from a new release based on newer wxWidgets with more controls and features are mainly fixed, now we have to test all the changes on windows as osx and see what happens.

Comments