Changeset 1215 for autobuild/.config
- Timestamp:
- 12/19/2012 10:34:05 AM (5 months ago)
- Files:
-
- 1 modified
-
autobuild/.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autobuild/.config
r1185 r1215 19 19 phpFiles_foreach() { 20 20 local version 21 22 version=5.5.0alpha2 23 $1 php-$version.tar.bz2 http://downloads.php.net/dsp/php-$version.tar.bz2 24 $1 php-$version-nts-Win32-VC9-x86.zip http://windows.php.net/downloads/qa/php-$version-nts-Win32-VC9-x86.zip 25 $1 php-$version-Win32-VC9-x86.zip http://windows.php.net/downloads/qa/php-$version-Win32-VC9-x86.zip 21 26 22 27 for version in 5.4.9 5.3.19; do … … 42 47 } 43 48 44 phpVersions=(5.1.6 5.2.17 5.3.19 5.4.9 )49 phpVersions=(5.1.6 5.2.17 5.3.19 5.4.9 5.5.0alpha2) 45 50 arches=(x86 x64) 46 51 compilers=(VC6 VC9)

