Hi All I have downloaded the snapshot build of PHP6 from snaps.php.net but noticed the building of the apache extensions are failing.
According to the log I can see the following 3 problems Creating library Release_TS\php6apache.lib and object Release_TS\php6apache.exp mod_php.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals SAPI sapi\apache build complete c:\php4build\snap>NMAKE /I /nologo "php6apache2.dll" NMAKE : fatal error U1073: don't know how to make 'sapi\apache2handler\mod_php5.c' Stop. c:\php4build\snap>NMAKE /I /nologo "php6apache2_2.dll" NMAKE : fatal error U1073: don't know how to make 'sapi\apache2handler\mod_php5.c' Stop. Is there any chance of getting these fixed soon so I can get my application tested with PHP6? TIA Marco