Stanislav Malyshev wrote: > Hi! > > Are the scripts used to build snapshots at snaps.php.net (esp. windows > ones) publicly available from somewhere?
As far as I know, they're not - however the important stuff is all taken care of by the makefile and windows configure scripts as long as you use --enable-snapshot-build when compiling. That includes detecting a pecl folder (for pecl extensions) detecting the php_build (windows libraries) location, and even zipping up the finished product. The snap scrips just do a cvs checkout, set the environment variables for the compiler (this varies for every machine) and then calls buildconf, configure --enable-snapshot-build, and finally nmake snap The finished builds (which the makefile packages) are then ssh'd into place. Is there something you need that a cvs checkout and --enable-snapshot-build can't provide on windows? Thanks, Elizabeth Smith -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php