473,663 Members | 2,694 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache/mySQL/PHP on XP

Hi,

I am looking for some sort of easy-to-install binary package to get an
environment ready for PHP development on XP.

I am starting the development of a site, starting with learning PHP and
design etc. The final site will run on some sort Linux/*nix, but for the
purpose of the first development phase I will have to use Windows.

I know the FoxServ package, but it seems to be very slowly updated. I saw
other things (Google) but they seem to be a one-man-show, not really
promising if I need to keep an up to date environment for a year or more.

I am looking for a precompiled environment with installation, because I do
not want to get into too many details of compilation/configuration at the
beginning. I will have enough work with learning PHP and designing the
site. :-)

Do you guys have any suggestions for such an environment?

--
WW aka Attila
:::
Find the key to yourself and every door in the world is open to you.
Jul 17 '05 #1
20 1951
Attempting to reach the Kolinahr, White Wolf wrote:
Hi,

Do you guys have any suggestions for such an environment?


You might want to checkout

www.firepages.com.au

/Andreas

--
#Peace and long life ...
Registeret Linux user #292411
Jul 17 '05 #2
Andreas Paasch wrote:
Attempting to reach the Kolinahr, White Wolf wrote:
Hi,

Do you guys have any suggestions for such an environment?


You might want to checkout

www.firepages.com.au


I did. This is the time of the last update of the package: 31-12-2002.
This project seems to be dead, even more than FoxServ. :-(

--
WW aka Attila
:::
Anything worth fighting for is worth fighting dirty for.
Jul 17 '05 #3
"White Wolf" <wo***@freemail .hu> wrote in message
news:c4******** **@phys-news1.kolumbus. fi...
Hi,

I am looking for some sort of easy-to-install binary package to get an
environment ready for PHP development on XP.


I'm not aware of one. If you need to build a package yourself, here's a very
easy to use tool for making MSI files:

http://www.advancedinstaller.com/
Jul 17 '05 #4
Chung Leong wrote:

I am looking for some sort of easy-to-install binary
package to get an environment ready for PHP development
on XP.


It's not hard to do: just install Apache2, MySQL, and PHP. Just go to
their respective web sites and download them.

bblackmoor
2004-04-04
Jul 17 '05 #5
http://www.appservnetwork.com/
Appserv has worked very well for me on XP. I too am trying to learn this
stuff. The only configuring I had to do was for using server side includes.
Other than that it worked great right out of the "box".

dBeav

"White Wolf" <wo***@freemail .hu> wrote in message
news:c4******** **@phys-news1.kolumbus. fi...
Hi,

I am looking for some sort of easy-to-install binary package to get an
environment ready for PHP development on XP.

I am starting the development of a site, starting with learning PHP and
design etc. The final site will run on some sort Linux/*nix, but for the
purpose of the first development phase I will have to use Windows.

I know the FoxServ package, but it seems to be very slowly updated. I saw
other things (Google) but they seem to be a one-man-show, not really
promising if I need to keep an up to date environment for a year or more.

I am looking for a precompiled environment with installation, because I do
not want to get into too many details of compilation/configuration at the
beginning. I will have enough work with learning PHP and designing the
site. :-)

Do you guys have any suggestions for such an environment?

--
WW aka Attila
:::
Find the key to yourself and every door in the world is open to you.

Jul 17 '05 #6
"White Wolf" <wo***@freemail .hu> wrote in message news:<c4******* ***@phys-news1.kolumbus. fi>...
Hi,

I am looking for some sort of easy-to-install binary package to get an
environment ready for PHP development on XP.

<snip>

<http://www.apachefrien ds.org/xampp-windows-en.html>

--
http://www.sendmetoindia.com - Send Me to India!
Email: rrjanbiah-at-Y!com
Jul 17 '05 #7
Brandon Blackmoor wrote:
Chung Leong wrote:

I am looking for some sort of easy-to-install binary
> package to get an environment ready for PHP development
> on XP.


It's not hard to do: just install Apache2, MySQL, and PHP. Just go to
their respective web sites and download them.

bblackmoor
2004-04-04


Yep. And then I will get an environment on which I can develop for Linux on
Windows NT? Please also let me know how does your advice address this
original point of mine:

"I do not want to get into too many details of compilation/configuration at
the
beginning. I will have enough work with learning PHP and designing the
site. "

I know it is possible to install it etc., however I have my 8+n hours work
per day etc. and I really have no time (first) to master all the glory
details of the setup and configuration. That is why I am looking for
something which is easy to install and easy to keep updated.

--
WW aka Attila
:::
Frequent lock ups are a symptom of not enough memory but only in the way
that nosebleeds are a symptom of gunshot wounds to the head.


Jul 17 '05 #8
White Wolf wrote:
Hi,

I am looking for some sort of easy-to-install binary package to get an
environment ready for PHP development on XP.


Hi guys,

Another short question. Is there a reason why a lot of "distributi ons"
stick with the 1.x apache series and do not go for 2.x? Is there something
ugly about 2.x or it is just not used enough yet?

--
WW aka Attila
:::
Give a man a fish and you feed him for a day. Teach him to use the Net and
he won't bother you for weeks.
Jul 17 '05 #9
Brandon Blackmoor wrote:
Chung Leong wrote:

I am looking for some sort of easy-to-install binary

> package to get an environment ready for PHP development
> on XP.


It's not hard to do: just install Apache2, MySQL, and PHP. Just go to
their respective web sites and download them.

bblackmoor
2004-04-04


DITTO: Just follow the installation instructions in apache, php and
Mysql documentation.
Jul 17 '05 #10

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

Similar topics

2
1997
by: Randell D. | last post by:
Folks, I've never implemented a secure server before - and I now have a project for it - It will be an Apache 1.3 environment tuned with PHP and MySQL - and I'd appreciate any comments/advice/note from folk who have done similar. I have my application working fine in a non-SSL environment and believe the switch-over should not be too difficult. But... Can someone confirm the following:
0
1835
by: admin | last post by:
I have apache 2.0 install and mysql 4.0 installed. What I want is to be able to use phpmyadmin to adminstrate the database. However the problem I am running into is that the version of php that apache seems to be using doesn't seem to be using the same version thats installed. I have done a locate php to try and find if there is any other versions installed but haven't found anything. When I do the command php -v it comes up with the...
8
1491
by: Brett | last post by:
I'm developing with CF 5 and SQL Server 2000. I think they are both great products. The major draw is their cost. I don't develop stand alone products because anyone that wants to purchase them must also purchase CF Server and SQL Server. So I run them as a hosted service. MySQL is supposed to be free. If you are using this product, how do you like it? What are you using for a front end? I'd like to move toward developing software that...
0
1573
by: bruce | last post by:
Hi... A mysql/Apache issue: I get the following when I'm trying to run a test web site on an Apache 2.0/RH8.0 setup. -------------------------------- Warning: Access denied for user: 'apache@localhost' (Using password: YES) in /var/www/html/dbid/mysql/database.php on line 17
0
2028
by: bruce | last post by:
Hi... Update.... We have the following setup in our httpd.conf file. We've tried to give what's related to the issue. We're trying to set up a virtual host for a test project. The behavior that we're seeing is that we can type: http://foo.com but the url that gets displayed is
3
1846
by: Griff | last post by:
Hi there I'm trying to run some CGI programs under Apache, written in C++, which use the "libmysqlclient" MySQL library. This is all running on Solaris. I build my programs using the following makefile: all: SCM exampleSQL
3
3210
by: genenamg | last post by:
Hi, I am trying to run and configure Apache 2.0, php 5 and mysql on win xp professional - this is the first time I have tried to install and configure all three. I am having difficulty trying to configure them on my computer. Can somebody help me - this is what I have done so far. Installed Apache 2.0, it worked perfectly ( I checked with my browser - http://localhost) till the point where I started to point where I
0
2550
by: Howard | last post by:
I have Apache Web Server 2.0.55 installed locally with MySQL 5.0.18-nt, and of course PHP 5.1.2 I also have installed phpMyAdmin. It is accessible through http://localhost/phpMyAdmin. The pathing for directories is C:\Apache\Apache2\htdocs-root folder for Dreamweaver 6.0 otherwise know as MX 2004 I think. C:\mysql, C:\mysql\data-databases including phpmyadmin C:\php C:\Apache\Apache2\phpmyadmin for phpMyAdmin scripts.
0
3779
by: zhenya.tkachenko | last post by:
Hi! Have a problem with mod_auth_mysql. Compilation and installation of module done ok: # /usr/local/apache/bin/apxs -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm -lz mod_auth_mysql.c /usr/local/apache/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache/include
3
3745
by: rabbithutch | last post by:
This is a newbie, first-time post on this forum. I need help getting MySQL installed on my local server so that it will inter-operate with Apache 2.2. I am running WinXP Pro V2002 SP-2, Apache 2.2 and PHP 5. The server seems to be running correctly because when I enter "http://localhost/filename.ext" in my browser's (IE, Fx, Op) address bar the named file displays as designed. Also, my text editor (HTML Pad 2006) previews my files, but of...
0
8435
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8345
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
8857
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8768
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...
0
8633
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
7368
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
6186
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
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1999
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.