php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26518 Windows Installer does not create all the necessary files.
Submitted: 2003-12-04 04:21 UTC Modified: 2003-12-04 04:28 UTC
From: dweand at vt dot edu Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.4 OS: Windows XP SP1
Private report: No CVE-ID: None
 [2003-12-04 04:21 UTC] dweand at vt dot edu
Description:
------------
I downloaded the windows installer and ran through the advanced setup option.  Supplied all the necessary values to configure PHP and specified Apache as my webserver.

Only files placed on my harddrive were:
\windows\php.ini
\php\sessiondata\
\php\uploadtemp\
\php\IISConfig.exe
\php\install.txt
\php\License
\php\php4ts.dll
\php\php.exe

(substitute c:\program files\apache group\php-4.3.4 for \php\ in the above listing)

I want to run PHP as a module in Apache 2, which requires the SAPI directory.  I had to dowload the ZIP archive and copy all those files into the directory after running the installer script.

Seems like the installer should provide those necessary files for you (and also as a side note place a copy of the php4ts.dll file in the SAPI directory since that is required for Apache).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-04 04:28 UTC] phildriscoll@php.net
The PHP downloads page clearly says that the Windows 
installer version is CGI only, and the zip distribution 
provides all the server api versions. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 14:01:32 2024 UTC