diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 11c9b576b3c..5f11908015c 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -486,8 +486,7 @@ if (file_exists($snapshot_template)) { } } } else { - echo "WARNING: you don't have a snapshot template\n"; - echo " your dist will not be complete\n"; + echo "WARNING: you don't have a snapshot template, your dist will not be complete\n"; } ?> diff --git a/win32/build/template.rc b/win32/build/template.rc index 1cd5cb7d936..996c295f840 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #endif #ifndef URL -#define URL "http://www.php.net" +#define URL "http://www.php.net/" #endif #ifndef EXT_VERSION @@ -65,7 +65,7 @@ BEGIN #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME - VALUE "LegalCopyright", "Copyright © 1997-2008 The PHP Group" + VALUE "LegalCopyright", "Copyright © 1997-2009 The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP"