php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #18789 Nothing is said about configure options for Win32
Submitted: 2002-08-07 13:14 UTC Modified: 2002-08-08 15:32 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: riy at infopac dot ru Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.2.2 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: riy at infopac dot ru
New email:
PHP Version: OS:

 

 [2002-08-07 13:14 UTC] riy at infopac dot ru
Is there a way to emulate ./configure script on Win???
For example I'm don't want to compile php with builtin mysql/odbc/xml/ftp support... how can I exclude them from
the project and minimize the php's binary size? 

Would you add the description of this process into the Manual?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-07 15:31 UTC] kalowsky@php.net
There isn't a configure process for Windows.  There are pre-built dlls that can be installed or ignored.  This is covered in the manual I believe.  Marking as bogus
 [2002-08-07 23:12 UTC] riy at infopac dot ru
Thanks for your reply. 
But in my oppinion this topoc is not covered in the manual.

>>Note:  In PHP 4.0.6 BCMath, Calendar, COM, FTP, MySQL, 
>>ODBC, PCRE, Session, WDDX and XML support is built in. 
>>You don't need to load any additional extensions in order 
>>to use these functions. See your distributions README.txt 
>>or install.txt  for a list of built in modules. 
But Is there any way to remove this exstensions and do not compile it with php (custom build process)? How to make it under Win32 is not mentioned at all! 

I'm sure that the process of compilation is expected to be custom (or you would like to say that I can get custom build of php on *nix systems but not on windows???) (IMHO).
 [2002-08-08 10:41 UTC] goba@php.net
This bug report is about the build and not about the installation instructions, so reopening...
 [2002-08-08 15:32 UTC] edink@php.net
Nothing is said about configure options for the windows build because there are none. This is simply the way windows build works.
 [2002-08-09 05:23 UTC] riy at infopac dot ru
How about /main/config.win32.h.in ???
Is this the something like *nix ./configure for win32 ???

>>/*
>>	Build Configuration for Win32.
>>	This has only been tested with MS VisualC++ 6 (and later).
>>
>>	$Id: config.w32.h.in,v 1.10 2002/07/03 18:44:40 fmk Exp $
>>*/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 04:01:32 2024 UTC