Hi. The x86 Win32 snapshots haven't been built since 2009-May-07 20:00:00 (according to cache.info). (Can see no errors). The x86 build is building a PECL package (xdebug (vc6/9) and apc (vc6)). The x64 Win32 snapshots have a build issue also. The tail end of http://windows.php.net/downloads/snaps/compile-5.3-VC9-x64-latest.log shows ... Copying php_xmlrpc.dll from x64\Release_TS to x64\Release_TS/php-5.3.0RC3-dev/ext Copying php_xsl.dll from x64\Release_TS to x64\Release_TS/php-5.3.0RC3-dev/ext WARNING: distro depends on msvcr90.dll, but could not find it on your system WARNING: you don't have a snapshot template your dist will not be complete cd x64\Release_TS\php-5.3.0RC3-dev zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x64.zip . cd ..\.. cd x64\Release_TS\pecl-5.3.0RC3-dev NMAKE : fatal error U1077: 'cd' : return code '0x1' Stop. It seems that the main difference here is the presence of the "x64" folder and the ..\.. does not take into account the extra level. The tail of http://windows.php.net/downloads/snaps/compile-5.3-VC9-x86-latest.log shows ... Copying php_apc.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev Copying php_xdebug.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev WARNING: distro depends on msvcr90.dll, but could not find it on your system WARNING: you don't have a snapshot template your dist will not be complete cd Release_TS\php-5.3.0RC3-dev zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x86.zip . cd ..\.. cd Release_TS\pecl-5.3.0RC3-dev zip.exe -9 -q -r ..\pecl-5.3.0RC3-dev-Win32-VC9-x86.zip . cd ..\.. cd Release_TS\php-test-pack-5.3.0RC3-dev zip.exe -9 -q -r ..\php-test-pack-5.3.0RC3-dev.zip . cd ..\.. cd Release_TS zip.exe -9 -q php-debug-pack-5.3.0RC3-dev-Win32-VC9-x86.zip *.pdb cd ..\.. No, "x64" folder. The zips are created but not pecl package. Regards, Richard -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php