Jefferson González

Results 314 comments of Jefferson González

Thanks @marguerite! What I don't understand is why those macros are using --global in combination with --user. Maybe there is something I'm missing from the systemctl documentation.

Sorry for the delay. Do you have a small code portion that could serve for testing, to see If I can reproduce the behavior under Linux too? Having small testing...

Tested on linux and works properly, so it seems the issue only affects window builds, will test that later.

There was a discussion on #68 where I explain that 32 bits builds of php which version is bigger than 5.4 will fail to load the wxwidgets library/binding and I...

WinBinder as I remember was a wrapper for win32 libraries, meanwhile wxphp is a wrapper of wxWidgets which is crossplatform and not tied to a single OS. About the PHP7...

ohh that branch, it was a work in progress, I made some changes locally but nothing really important or working to commit :(

As I said before, nothing important, If I recall correctly I discarded all my testing changes, so no php 7 code :(

you can try something like: ``` wxphp -d extension=exif.so file.php ``` with the -d flag you can pass any of the flags available on the php.ini file

whoops I was taking a look now at my appimage build and all extensions are built statically into php except for wxwidgets and opcache, will play with this later and...

Thanks for reporting this issue, I added all the missing wxEVT_MEDIA\* constants but since I enabled wxMediaCtrl that error message "Could not find a suitable video sink" has been a...