From 234b161bf8330bf48b6e64c1ccbd2a62800aa5c6 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky <kalowsky@php.net> Date: Tue, 13 Aug 2002 02:45:13 +0000 Subject: [PATCH] Adding a note about how to customize your windows builds minorly. This is in reference to Bug #18789 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91700 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.windows.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index a0a9fb6f16..cc5d195af2 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <sect1 id="install.windows"> <title>Installation on Windows systems</title> <para> @@ -563,6 +563,10 @@ order to build the code necessary for integrating PHP with Microsoft IIS. </simpara> + <simpara> + It is possible to do minor customization to the build process by editing + the main/config.win32.h.in file. + </simpara> </sect3> </sect2>