|
From: Eugene K. <ek...@us...> - 2006-03-04 06:46:50
|
Update of /cvsroot/unattended/unattended/install/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15281 Modified Files: php.bat Log Message: Updated to v4.4.2 Index: php.bat =================================================================== RCS file: /cvsroot/unattended/unattended/install/scripts/php.bat,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- php.bat 2 Dec 2005 19:44:12 -0000 1.14 +++ php.bat 4 Mar 2006 06:46:44 -0000 1.15 @@ -1,4 +1,4 @@ :: Install PHP4 -:: URL|ALL|http://static.php.net/www.php.net/distributions/php-4.4.1-installer.exe|packages/php-4.4.1-installer.exe +:: URL|ALL|http://static.php.net/www.php.net/distributions/php-4.4.2-installer.exe|packages/php-4.4.2-installer.exe @Echo off -todo.pl "%Z%\packages\php-4.4.1-installer.exe /s" +todo.pl "%Z%\packages\php-4.4.2-installer.exe /s" |