This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://windows.php.net/downloads/releases/archives/php-5.3.6-Win32-VC9-x86.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.microsoft.com/en-us/download/details.aspx?id=11310 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule php5_module "C:/PHP/php5apache2_2.dll" | |
LoadModule cgi_module modules/mod_cgi.so | |
<Directory "C:/PHP/"> | |
AllowOverride None | |
Options None | |
Order allow,deny | |
Allow from all | |
</Directory> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\install\php-sdk-binary-tools-20110915>dir | |
Volume in drive C has no label. | |
Volume Serial Number is 38EA-167B | |
Directory of C:\install\php-sdk-binary-tools-20110915 | |
07/20/2016 01:44 PM <DIR> . | |
07/20/2016 01:44 PM <DIR> .. | |
07/20/2016 01:44 PM <DIR> bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6> | |
configure disable-all --enable-cli | |
Saving configure options to config.nice.bat | |
Checking for cl.exe ... <in default path> | |
Detected compiler MSVC9 (Visual C++ 2008) | |
Detected 32-bit compiler | |
Checking for link.exe ... C:\Program Files\Microsoft Visual Studio 9.0\VC\Bi | |
Checking for nmake.exe ... <in default path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure --disable-all --enable-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6>nmake | |
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Recreating build dirs | |
Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp | |
SAPI sapi\cli build complete | |
C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Directory of C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6\sapi\cgi | |
07/20/2016 01:53 PM <DIR> . | |
07/20/2016 01:53 PM <DIR> .. | |
07/21/2016 09:27 AM 67,452 cgi_main.c | |
09/27/2007 05:23 PM 1,668 CHANGES | |
10/06/2007 01:00 AM 322 config.w32 | |
10/01/2007 09:40 PM 3,161 config9.m4 | |
02/14/2007 05:12 PM 72 CREDITS | |
01/19/2011 05:38 PM 29,926 fastcgi.c |