PriadoBlender is now available, Looking for Testers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
unixchick
Forum Newbie
Posts: 11
Joined: Thu Sep 11, 2003 11:21 pm

PriadoBlender is now available, Looking for Testers

Post 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
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

sweet

Post 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
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

i'll give it a try with some Socket projects i have :D
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

it doesn't seem to understand the function set_time_limit(n); ... so socket programming cannot be made
unixchick
Forum Newbie
Posts: 11
Joined: Thu Sep 11, 2003 11:21 pm

Post 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
unixchick
Forum Newbie
Posts: 11
Joined: Thu Sep 11, 2003 11:21 pm

Post by unixchick »

apparently you cant change INI settings from the program,

this would explain the set_time_limit function not working
User avatar
Albright
Forum Newbie
Posts: 20
Joined: Sat Sep 13, 2003 8:03 pm
Contact:

Post by Albright »

"unixchick" is making a Windows program? Tsk tsk... :(

Any chance of a UNIX/Linux or (especially) an OS X release?
unixchick
Forum Newbie
Posts: 11
Joined: Thu Sep 11, 2003 11:21 pm

Post by unixchick »

Its VERY easy to port,

its only dependencies are PHP Embed, SAPI and MMCache


Try it

--unixchick
Post Reply