RE: PHP To an EXE Executable for Win32 ( Is it possible)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Dan [mailto:frozendice@xxxxxxxxx]
> Sent: Thursday, February 21, 2008 4:17 PM
> To: php-general@xxxxxxxxxxxxx
> Subject:  PHP To an EXE Executable for Win32 ( Is it possible)
> 
> I know that there's apparently some way to compile PHP to make it run
> faster.  But has anyone come up with a system to turn PHP scripts into an
> .exe?  What I mean is you would run the exe and see exactly the same thing
> as if you were viewing the script through a webbrowser, but without having
> to install php.
> 
> What is the name of this?
> 
> - Dan
> 
> --

If you want to see exactly the same thing as if you were viewing the script
through a webbrowser...
... THEN YOU'LL NEED a webbrowser.

PHP only generates the HTML output (and under some circunstances JS, CSS and
other file types).

If you mean to develop desktop applications in PHP, then you want to take a look
at PHP-GTK (http://gtk.php.net/).

If you mean to just convert a script PHP into binary code for whatever purpose
you want, then probably you should be after the Roadsend compiler
http://www.roadsend.com/home/index.php?pageID=compiler or any other similar
solution (if they exist - ???).

However, assuming that your solely goal is to make PHP run faster, the first and
best step you can take is to "improve your application and database design" and
"optimize your PHP code". Then, you can take further steps, such as installing
an opcode cache, or accelerator (Zend Optimizer, eAccelerator, XCache, etc).

Regards,

Rob

Andrés Robinet | Lead Developer | BESTPLACE CORPORATION 
5100 Bayview Drive 206, Royal Lauderdale Landings, Fort Lauderdale, FL 33308 |
TEL 954-607-4207 | FAX 954-337-2695 | 
Email: info@xxxxxxxxxxxxx  | MSN Chat: best@xxxxxxxxxxxxx  |  SKYPE: bestplace |
 Web: bestplace.biz  | Web: seo-diy.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux