From wiki.swiftlytilting.com
Getting Started with WinBinder
WinBinder is an open source extension for PHP which allows one to easily build native Windows applications.
- To get started, first download the latest WinBinder 2010 snapshot from winbinder.org
- Unzip the file in C:\Winbinder or another location
- Navigate to C:\Winbinder\phpcode\examples\
- Right click on any .phpw file
- Select Open or Open with..., which should be the first item
- If Windows asks, you want to Select program from a list
- On the next window, click the browse button and browse to C:\Winbinder\binaries\php533
- Add
- php-win.exe to run Winbinder scripts.
- AND / OR
- Winbinder console (php 5.3.3).bat to run Winbinder in a console window (suitable for development and debugging)
- Make sure "Always use the selected program to open this kind of file" is checked
- Press OK
- Now double click on Hello.phpw to ensure .phpw files were associated correctly.