Menu

Tree [d79c1e] master /
 History

HTTPS access


File Date Author Commit
 CREDITS 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 EXPERIMENTAL 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 LICENSE 2015-06-02 Łukasz Józwiak Łukasz Józwiak [deb3dd] Initial commit
 Makefile.frag 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 README 2015-06-03 Łukasz Józwiak Łukasz Józwiak [d79c1e] Update README
 TODO 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 config.m4 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 config.w32 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 php_embed.c 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 php_embed.h 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 php_stub.c 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 php_stub.h 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build
 stub.1.in 2015-06-03 ydk2 ydk2 [7396e5] First code , allow multiplatform build

Read Me

The STUB (stand alone applications wrapper) SAPI has been introduced
with a goal of making PHP better at supporting the creation of 
stand alone applications.

Install instruction:
Download and extract into php source $(PHP_SRC)/sapi/stub, rename folder if needed.
In command line put:
cd $(PHP_SRC)
then:
buildconf --force
next enable build stub wrapper:
*nixes:
./configure --enable-stub-wrapper 
Windows:
configure --enable-stub
and 
make

Copy or move stub(.exe) in folder app, put app.php in assets folder in program directory. 
Under OSX put in $(APP).app/Contents/MacOS/stub and app.php place in $(APP).app/Contents/Resources/assets.
Php extensions copy too in $(PROGRAM)/ext folder on unixes, on Windows extensions is in application directory.

Build portable GUI apps with wxphp.

Autopack apps is in under development.

Current binaries available on wxphp forum as full GUI apps (Mac, Windows, Linux/Ubuntu) 
Here: http://forums.wxphp.org/viewforum.php?f=5
Contact with me here http://www.ydk2.tk/en/kontakt.htm (contact form), donations is acceptable to, check on side.