Updated 5 to newer 5.2.3 with php-5.2.3-win32-installer.msi

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
dan bloch
Forum Newbie
Posts: 7
Joined: Wed Aug 08, 2007 12:50 pm

Updated 5 to newer 5.2.3 with php-5.2.3-win32-installer.msi

Post by dan bloch »

I just updated from php 5.0.? to 5.2.3. In the process it installed a new apache server and now my test file php_info.php

Code: Select all

<?php phpinfo(); ?>

the page partially draws and then throws an error where the system wants to send an error report to microsoft and the browser does not complete.

Does anyone know what that is all about?

dan bloch
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Install via the zip, not their installer. That's the general way of installation for many... The other way is using a package such as xampp.
Post Reply