Questions tagged [winbinder]

WinBinder is an open-source extension for PHP that allows the creation of native Windows applications using PHP.

WinBinder is an open-source extension for PHP that allows the creation of native Windows applications using PHP.

5 questions
3
votes
1 answer

Winbinder not working with PHP 5.4?

I've been making a lot of console apps in PHP, but now I'm wanting to try making an actual Windows program. Since WinBinder is pretty much the extension to do this, I went ahead and downloaded it. I put the DLL in the extension folder and added its…
Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592
1
vote
3 answers

Is there a way to make native OS applications

I was looking for a way to compile simple PHP script to cross platform executble file that can use the OS look and feel. Do you know how this can be archieved?
boksiora
  • 1,168
  • 13
  • 16
0
votes
1 answer

How to check filesize with WinBinder timer?

I need to check if the file size has changed via timer but it returns still the same size even though the file is bigger. Timer is set correctly, everything should be fine, but it is not. I tried giving the file size to a variable, to a function…
Rikudou_Sennin
  • 1,357
  • 10
  • 27
0
votes
1 answer

Puppet agent very slow runs with large LDAP

I have a puppet master that is on a server that uses winbind connected to a Universities large LDAP / active directory. When winbind is on the puppet runs are extremely slow and when winbind is turned off the puppet runs are normal. I believe that…
0
votes
1 answer

reloading dll in winbinder (php gui) crashes program

This is first time I need to load dll nad unfortunatelly this is not COM serwer dll so I can't use php com functions. I found out it possible to use winbinder to do this, but so far I did not have that much success. Here is my…
baron_bartek
  • 1,073
  • 2
  • 20
  • 39