Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Creating a VAMP (Vista, Apache, MySQL, PHP) Setup
May 20, 2008 @ 18:47:31

DevShed has a new tutorial on creating your very own VAMP setup - Vista, Apache, MySQL and PHP - running on your local machine.

With the abundance of communication between the browser and a server in these days of AJAX and JSON data interchange, there has never been a better time to get your own development web server set up so that you can test all those dynamic scripts you're writing. This article will show you how to do it using some of the most popular software.

They start by setting up an Apache web server and follow it with PHP first then MySQL second to round out the install. Most of the installers are pretty simple for the Windows-based systems (the developers of them have done a great job) so the install should go pretty smoothly.

tagged: vamp vista windows mysql apache setup configure install

Link:

PHP-GTK Community Site:
PHP-GTK on Vista Memory Issue
Mar 13, 2008 @ 14:37:27

The PHP-GTK Community Site has posted about an issue that's been found with PHP-GTK on a Windows Vista machine that can cause problems with how the OS handles memory (by Wim Stockman).

My work station is WinXp system and my friend where I had to create it for has the new Vista and somewhere over 9000 pictures to be managed. On my system everything worked fine, but on my friends system i always got the error can not open file.

Further testing revealed that it was the OS at fault - Vista wasn't handling the memory usage for the application correctly. When it was run directly from the file explorer (versus in the PHP-GTK console) though, it worked just fine.

tagged: winxp windows vista phpgtk memory issue console fileexplorer

Link:

Padraic Brady's Blog:
Compiling PHP for Windows Vista using Visual C++ Express 2008 - Seriously!
Dec 18, 2007 @ 16:25:00

Padraic Brady has posted a guide he's written up to show other developers out there how to compile PHP for Windows (Vista) using the Visual C++ Express 2008 software.

Over the past week or so I've been figuring out how to compile PHP on Windows, specifically Windows Vista. It's been an interesting ride since I'm not very familiar with compiling on Windows to start with. [...] If you are using Windows Vista, or intend updating/using Visual C++ Express 2008, then my blog entry is largely another coat of sugar on top of Elizabeth's guide to clear up any difference between the two approaches.

He lists the software you'll need to make the compile work (including Virtual Clone Drive, WinRAR, VS 2008 Express and the .NET Framework SDK) and then breaks it down into three steps - the installation of the development environment (and setup), downloading PHP/libraries to the environment and, of course, compiling the PHP instance to your specs (complete with command line calls to make it all happen).

tagged: compile windows vista visualc++ express custom environment compile windows vista visualc++ express custom environment

Link:

Padraic Brady's Blog:
Compiling PHP for Windows Vista using Visual C++ Express 2008 - Seriously!
Dec 18, 2007 @ 16:25:00

Padraic Brady has posted a guide he's written up to show other developers out there how to compile PHP for Windows (Vista) using the Visual C++ Express 2008 software.

Over the past week or so I've been figuring out how to compile PHP on Windows, specifically Windows Vista. It's been an interesting ride since I'm not very familiar with compiling on Windows to start with. [...] If you are using Windows Vista, or intend updating/using Visual C++ Express 2008, then my blog entry is largely another coat of sugar on top of Elizabeth's guide to clear up any difference between the two approaches.

He lists the software you'll need to make the compile work (including Virtual Clone Drive, WinRAR, VS 2008 Express and the .NET Framework SDK) and then breaks it down into three steps - the installation of the development environment (and setup), downloading PHP/libraries to the environment and, of course, compiling the PHP instance to your specs (complete with command line calls to make it all happen).

tagged: compile windows vista visualc++ express custom environment compile windows vista visualc++ express custom environment

Link:

Blond R's Blog:
Set up IIS 7 w/ MySQL and PHP 5
Nov 27, 2006 @ 17:34:00

On the "Blond R" blog, there's a first posting that shares some of the knowledge that the author has gained from working to get IIS7 installed with MySQL and PHP 5.

As all of us are talking about the new coming Windows Vista, I decided to dedicate my first post to guide you all on how to setup IIS 7 along with MySQL and PHP 5.

He hadn't found a tutorial that covered getting all three working well together, so decided to create his own - complete with screen shots for each step of the way. First, IIS is set up, then PHP, then, finally, the MySQL installation is completed and all three are tied together. All downloads are linked as well to make it even easier to set your system up.

tagged: iis7 php5 mysql setup install tutorial screenshot windows vista iis7 php5 mysql setup install tutorial screenshot windows vista

Link:

Blond R's Blog:
Set up IIS 7 w/ MySQL and PHP 5
Nov 27, 2006 @ 17:34:00

On the "Blond R" blog, there's a first posting that shares some of the knowledge that the author has gained from working to get IIS7 installed with MySQL and PHP 5.

As all of us are talking about the new coming Windows Vista, I decided to dedicate my first post to guide you all on how to setup IIS 7 along with MySQL and PHP 5.

He hadn't found a tutorial that covered getting all three working well together, so decided to create his own - complete with screen shots for each step of the way. First, IIS is set up, then PHP, then, finally, the MySQL installation is completed and all three are tied together. All downloads are linked as well to make it even easier to set your system up.

tagged: iis7 php5 mysql setup install tutorial screenshot windows vista iis7 php5 mysql setup install tutorial screenshot windows vista

Link:


Trending Topics: