Skip to content

Instantly share code, notes, and snippets.

http://windows.php.net/downloads/releases/archives/php-5.3.6-Win32-VC9-x86.zip
https://www.microsoft.com/en-us/download/details.aspx?id=11310
C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf
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>
@ox1111
ox1111 / 실행
Last active February 20, 2019 01:19
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
@ox1111
ox1111 / 1
Last active February 20, 2019 01:24
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>
C:\install\php-sdk-binary-tools-20110915\php53dev\vc9\x86\php-5.3.6>
configure --disable-all --enable-cli
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>
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