pajoye Wed Aug 13 19:43:25 2008 UTC
Modified files:
/php-internals-win/script snapshot.bat
Log:
- #45807, wrong file copied for the debug pack
http://cvs.php.net/viewvc.cgi/php-internals-win/script/snapshot.bat?r1=1.4&r2=1.5&diff_format=u
Index: php-internals-win/script/snapshot.bat
diff -u php-internals-win/script/snapshot.bat:1.4
php-internals-win/script/snapshot.bat:1.5
--- php-internals-win/script/snapshot.bat:1.4 Fri Aug 8 10:12:34 2008
+++ php-internals-win/script/snapshot.bat Wed Aug 13 19:43:25 2008
@@ -63,7 +63,7 @@
copy %PHP_ZIP_FILE% %START%\php%_PHPVERSION_SHORT%-win32-%SNAPDATETIME%.zip
SET PHPDEBUG_ZIP_FILE=Release_TS\php-debug-pack-%_PHPVERSION_STRING%-Win32.zip
-copy %PHP_ZIP_FILE%
%START%\php%_PHPVERSION_SHORT%-dbgpack-win32-%SNAPDATETIME%.zip
+copy %PHPDEBUG_ZIP_FILE%
%START%\php%_PHPVERSION_SHORT%-dbgpack-win32-%SNAPDATETIME%.zip
REM Using -i now
REM "%PUTTYBASE%pageant.exe" %PHP_SDK_PATH%keys\pierre_droppederon_prv.ppk
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php