Page 1 of 1

PriadoBlender is now available, Looking for Testers

Posted: Mon Sep 29, 2003 6:28 pm
by unixchick
A project that ive been working on for the last month had just released 0.1, a short blurb on what it does

PriadoBlender is a tool to let you distribute your PHP scripts as an executable EXEs. It is similar to the PHPCompiler that was available for a couple of months a year or 2 ago. PriadoBlender isn't a true compiler in the computer science sense of the term. True compilers take the high-level code and turn it into machine/assembly code. Instead, PriadoBlender takes your PHP code and the PHP interpretor itself and blends them into standalone, PHP executable goodness.

its availble at http://www.priadoblender.com/, comments and sugesstions are all welcome

--unixchick

sweet

Posted: Mon Sep 29, 2003 6:53 pm
by phpScott
Sweet I will have to give it a try as i can think of a few scripts that I made that could work well as an exe. file.

phpScott

Posted: Mon Sep 29, 2003 7:02 pm
by Cruzado_Mainfrm
i'll give it a try with some Socket projects i have :D

Posted: Mon Sep 29, 2003 7:28 pm
by Cruzado_Mainfrm
it doesn't seem to understand the function set_time_limit(n); ... so socket programming cannot be made

Posted: Mon Sep 29, 2003 11:16 pm
by unixchick
in regard to, set_time_limit(n);

you can set the time limit functions in blender.ini

Code: Select all

; can be changed to what ever
max_execution_time = 30

Posted: Mon Sep 29, 2003 11:21 pm
by unixchick
apparently you cant change INI settings from the program,

this would explain the set_time_limit function not working

Posted: Mon Sep 29, 2003 11:24 pm
by Albright
"unixchick" is making a Windows program? Tsk tsk... :(

Any chance of a UNIX/Linux or (especially) an OS X release?

Posted: Tue Sep 30, 2003 12:12 am
by unixchick
Its VERY easy to port,

its only dependencies are PHP Embed, SAPI and MMCache


Try it

--unixchick