473,811 Members | 2,597 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compile php website to a stand alone .exe

Not that i'm one to ask silly questions - but can it be done .
Nov 2 '05 #1
8 11166
Krustov wrote:
Not that i'm one to ask silly questions - but can it be done .


Yes, if you compile it as text into either, at least DOS QuickBASIC 4.5
or DOS C or even C++ but it would only be for archival purposes and
worth nothing at least for the former two.
Richard.

--
Celebrate Diwali safely!

Keep an eye on those naked flames.
Nov 3 '05 #2
Kind of, but not really. Check this out:

<http://www.php.net/manual/en/ref.bcompiler.p hp>

Nov 3 '05 #3
<comp.lang.ph p , ZeldorBlat , ze********@gmai l.com>
<11************ *********@g47g2 000cwa.googlegr oups.com>
<2 Nov 2005 17:32:20 -0800>
Kind of, but not really. Check this out:

<http://www.php.net/manual/en/ref.bcompiler.p hp>


How hard could it be to write a windows app to compile it :-)

But seriously , It does seem a bit strange that nobody has ever done it
as in laymans terms wouldnt it only need a browser/apache/php along with
some suitable windows dll's for it work .

Nov 3 '05 #4

Krustov wrote:
<comp.lang.ph p , ZeldorBlat , ze********@gmai l.com>
<11************ *********@g47g2 000cwa.googlegr oups.com>
<2 Nov 2005 17:32:20 -0800>
Kind of, but not really. Check this out:

<http://www.php.net/manual/en/ref.bcompiler.p hp>


How hard could it be to write a windows app to compile it :-)

But seriously , It does seem a bit strange that nobody has ever done it
as in laymans terms wouldnt it only need a browser/apache/php along with
some suitable windows dll's for it work .


I have done it actually. The project is called Wapache. It basically
merges IE with Apache 2. Pretty slick, but no one has shown any
interest so I stopped working on it. You can find it at Sourceforge if
you want to have a look.

Nov 3 '05 #5
NC
Krustov wrote:

Not that i'm one to ask silly questions - but can it be done .


Yes:

http://www.roadsend.com/home/?pageID=compiler
http://www.php-compiler.net/
http://www.intorel.com/products/ActiveSiteCompiler/

Cheers,
NC

Nov 3 '05 #6
<comp.lang.ph p , NC , nc@iname.com>
<11************ **********@z14g 2000cwz.googleg roups.com>
<2 Nov 2005 21:00:48 -0800>
Not that i'm one to ask silly questions - but can it be done .


Yes:

http://www.roadsend.com/home/?pageID=compiler
http://www.php-compiler.net/
http://www.intorel.com/products/ActiveSiteCompiler/


Downloading the one on the 2nd link as the other two seem to be paid for
apps .
Nov 5 '05 #7
<comp.lang.ph p , Chung Leong , ch***********@h otmail.com>
<11************ **********@g43g 2000cwa.googleg roups.com>
<2 Nov 2005 18:36:01 -0800>
It does seem a bit strange that nobody has ever done it
as in laymans terms wouldnt it only need a browser/apache/php along with
some suitable windows dll's for it work .


I have done it actually. The project is called Wapache. It basically
merges IE with Apache 2. Pretty slick, but no one has shown any
interest so I stopped working on it. You can find it at Sourceforge if
you want to have a look.


http://sourceforge.net/project/showf...roup_id=129600

Downloading it now .

Nov 5 '05 #8
NC
Krustov wrote:
Not that i'm one to ask silly questions - but can it be done .


Yes:

http://www.roadsend.com/home/?pageID=compiler
http://www.php-compiler.net/
http://www.intorel.com/products/ActiveSiteCompiler/


Downloading the one on the 2nd link as the other two seem to be
paid for apps .


They are. Moreover, their developers are completely independent
from Zend.

Cheers,
NC

Nov 5 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2925
by: none | last post by:
Howdy all, I'm wondering if someone could give some direction on a problem I have or share their experiences. I'm wanting to create a little PHP application that will run on a local machine and use ODBC to connect to a Access database on that machine. A series of forms will interact with the database but if I understand correctly, I need some way to parse the PHP code. Is there a stand alone parser that could be used in place of a...
121
9802
by: David Pendrey | last post by:
I was wondering if it is at all posible to write a stand alone .EXE program in Visual Studio .NET. Hopefully in VB.NET but if not another language would be ok. Thanks for the assistance
3
2452
by: Todd D. Levy | last post by:
What do I need to get (from Microsoft I assume) in order to distribute stand alone Access applications to people who do not (and will not) have Access installed on their systems? I have heard about Run Time modules, but am unsure of what they are and how they are obtained. Is there a cost associated with this?
14
1733
by: NRGeti | last post by:
I am learning ASP.NET using the book, "ASP.NET for Dummies". In the chapter introducing writing your own functions, I cannot get the example to run when I call it with LOCALHOST. It produces the IE cannot find page error because it doesn't know how to compile the function. I can execute .ASPX examples just fine using LOCALHOST. What else do I need to do set up on my PC to be able to compile these functions?
6
1300
by: Kevin Atherton | last post by:
Hello. I work for a large web company, and we are in the process of converting our old .asp pages to .aspx with VB code-behind. The solution includes 8 projects, all of which are very interwoven. The problem is that when I first open the IDE and load my solution, if I try to build or build all, it gets partway through the compile and then IDE simply goes away. There is no error, no fanfare, no warning, no indication that there is a...
7
4740
by: Ulrich Wisser | last post by:
Hi, I would like to stop the postmaster every night and run vacuum pg_dump reindex in the stand alone backend.
3
1810
by: walter | last post by:
Hi there, we have a big ecommerce site contains lots of services which is developed by different teams. But physically there are on the same site just different folders. here is what I want to do : 1. Compile each service folder into a separated DLL.Note I don't think aspnet_compiler works for me since all these services is not stand-alone application. But I definitely don't want to compile the whole site as one since each service has...
2
2334
by: jim-on-linux | last post by:
py help, The file below will run as a stand alone file. It works fine as it is. But, when I call it from another module it locks my computer, The off switch is the only salvation. This module when run as a stand alone, it will
4
3841
by: Mandar | last post by:
Hi, I have written some code in C# to programmatically create a website and an application pool. Both seems to be getting created alright with whatever settings I have applied. However, when I fire a request to the website, I get a "page can not be displayed" message". I get nothing in the event viewer logs. I read somewhere that from website properties Home Directory Application Settings, if I remove and recreate the application pool,...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3018
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.