'php' is critical on new build machine (or php 5.2?) at begining of php section.
diff --git a/downloadsites/webtools/artifacts/p_buildbranches.php b/downloadsites/webtools/artifacts/p_buildbranches.php
index cf6bfc7..3587cbc 100644
--- a/downloadsites/webtools/artifacts/p_buildbranches.php
+++ b/downloadsites/webtools/artifacts/p_buildbranches.php
@@ -1,4 +1,4 @@
-<?
+<?php
 $buildBranches = array();
 $buildBranches[]="patches-R3.2.1-P";
 $buildBranches[]="patches-R3.1.2-P";
diff --git a/downloadsites/webtools/commonPages/displayBuildMachine.php b/downloadsites/webtools/commonPages/displayBuildMachine.php
index 891762f..50e2bc7 100755
--- a/downloadsites/webtools/commonPages/displayBuildMachine.php
+++ b/downloadsites/webtools/commonPages/displayBuildMachine.php
@@ -1,4 +1,4 @@
-<?
+<?php
 function displayBuildMachine()
 {
                 include 'parseProperties.php';