internals:windows:todocumentdev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:todocumentdev [2012/03/21 21:32] – windows prepare the ws abinternals:windows:todocumentdev [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 74: Line 74:
   * prepare the build environment https://wiki.php.net/internals/windows/stepbystepbuild   * prepare the build environment https://wiki.php.net/internals/windows/stepbystepbuild
 == Building APC == == Building APC ==
-TODO+= without debug = 
 +  * download a development pack from http://windows.php.net/downloads/releases/ , for instance php-devel-pack-5.4.0-Win32-VC9-x86.zip 
 +  * unpack to c:\php-devel-pack-5.4.0-Win32-VC9-x86 
 +  * checkout APC to c:\apc_trunk 
 +  * start windows sdk shell 
 +  * cd c:\php-sdk 
 +  * setenv /debug /xp /x86 
 +  * bin\phpsdk_setvars.bat 
 +  * cd C:\apc_trunk 
 +  * c:\php-5.4.0-devel-VC9-x86\phpize.bat 
 +  * configure --enable-apc --enable-apc-srwlock-native 
 +  * nmake 
 += with debug = 
 +  * TODO
 == Debugging APC == == Debugging APC ==
-TODO+= without debug = 
 +  * nmake test 
 += with debug = 
 +  * TODO
internals/windows/todocumentdev.1332365538.txt.gz · Last modified: 2017/09/22 13:28 (external edit)