Install Mysql Module Php Windows Binaries

Active6 years, 5 months ago
  1. Php Windows Apache
  2. Apache Windows
  3. Windows Php Mysql Apache
Module

After downloading and extracting 'php-5.4.3-Win32-VC9-x86.zip' on Windows XP, I tried running each of these files (one at a time), and they all bring up a Windows dialog and do nothing.

Am I installing PHP incorrectly by running these files?

Hp Compaq dc7800 small form factor Re: Missing PCI Serial Port and PCI Simple Communications Driver. Email to a Friend; Report Inappropriate Content ‎ 12:01 AM. Product Name: Hp Compaq dc7800 small form. Operating System: Microsoft Windows 8.1 (32-bit) I'ver tried a lot of ways but still not works. HP Compaq dc7800 Small Form Factor PC Drivers Download. This site maintains the list of HP Drivers available for Download. Just browse our organized database and find a driver that fits your needs. If you has any Drivers Problem. Download the latest driver, firmware, and software for your HP Compaq dc7800 Small Form Factor PC.This is HP's official website to download drivers free of cost for your HP Computing and Printing products for Windows and Mac operating system. Find support and troubleshooting info including software, drivers, and manuals for your HP Compaq dc7800 Small Form Factor PC. Compaq This page contains the list of device drivers for HP Compaq dc7800 Small Form Factor. To download the proper driver, first choose your operating system, then find your device name and click the download button.

Best tutorial I've found yet. Although I'm still getting the error below.

I suggest you read the official PHP documentation about installing it on Windows systems. Download the latest PHP binaries from the official PHP for Windows download page, choose the thread-safe version that matches your Apache installation's bit-version (x86 for 32-Bit, x64 for 64-Bit). We use their binaries to build the Apache SAPIs. If you are using PHP as module with Apache builds from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOT use VC11+ versions of PHP with the apache.org binaries.

  • How to manually install Apache, PHP and MySQL on a Windows PC. Also explains testing, verification and troubleshooting the install.
  • Setup Your Dev Environment on Windows - with PHP 7 & MySQL 5.7. Seven currently is the magic number for all fans of the good old LAMP stack. Oracle released the general availability release of.
  • May 08, 2012  PHP's primary method of use is through a module to Apache (or any other webserver including IIS, nginx and many others) either in the form of a direct module or through CGI. You can also run php scripts through the command line.

Error when navigating to page:

CGI Error .. The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Resolution seems to involve adding this code, but I'm trying to figure out where.

.. I placed this code in the top of my PHP file, and the error went away.

This is also a very good tutorial, but doesn't use FastCGI.

Now my page is blank, but it must be with the Kimai index.php page, because I got the Hello World application to work fine.

Salman A
195k69 gold badges354 silver badges455 bronze badges
MacGyverMacGyver
11.4k34 gold badges131 silver badges221 bronze badges

2 Answers

PHP's primary method of use is through a module to Apache (or any other webserver including IIS, nginx and many others) either in the form of a direct module or through CGI. You can also run php scripts through the command line. Executing the php.exe file directly will not produce any results.

Simple installation instructions for Apache:

go to apachelounge.com

Install

go to the downloads page

download the first thing (httpd-2.4.2-win32.zip)

unzip this to C:Apache24

download php5apache2_4.dll-php-5.4-win32.zip from that same site

unzip php5apache2_4.dll into your php directory (assumed to be C:php from here on out)

add the following lines of code to the end of C:Apache24confhttpd.conf:

then run cmd as administrator type the following:

then run apache monitor (found in that same C:Apache24bin folder) and click start apache

now from your browser navigate to localhost, this will display a greeting message, placing php files in C:Apache24htdocs will allow you to access them via your browser.

Phil WPhil W

Php Windows Apache

Those executables are for the web server. By executing those, you are calling up the PHP interpreter that handles PHP processing. You need to find a package that automates the install process.

As per tutorials, these might help (not sure, I've only installed PHP on IIS once, and that was years ago).

Goldentoa11

Apache Windows

Goldentoa11
1,0082 gold badges13 silver badges23 bronze badges

Windows Php Mysql Apache

Not the answer you're looking for? Browse other questions tagged phpiisinstallerwindows-xpinstallation or ask your own question.