[mapguide-commits] r5093 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 27 18:59:08 EDT 2010


Author: waltweltonlair
Date: 2010-08-27 22:59:08 +0000 (Fri, 27 Aug 2010)
New Revision: 5093

Modified:
   trunk/MgDev/build_oem.sh
   trunk/MgDev/configure
   trunk/MgDev/configure.in
Log:
Correct some references to PHP from version 5.2.5 to version 5.3.1.

Modified: trunk/MgDev/build_oem.sh
===================================================================
--- trunk/MgDev/build_oem.sh	2010-08-24 13:52:39 UTC (rev 5092)
+++ trunk/MgDev/build_oem.sh	2010-08-27 22:59:08 UTC (rev 5093)
@@ -213,13 +213,13 @@
 }
 
 #**********************************************************
-# Build PHP 5.2.5
+# Build PHP 5.3.1
 # Notes: Configure PHP source tree for building PHP extension
 #**********************************************************
 
 init_php()
 {
-    LIB_NAME="PHP 5.2.5"
+    LIB_NAME="PHP 5.3.1"
 }
 
 build_php()

Modified: trunk/MgDev/configure
===================================================================
--- trunk/MgDev/configure	2010-08-24 13:52:39 UTC (rev 5092)
+++ trunk/MgDev/configure	2010-08-27 22:59:08 UTC (rev 5093)
@@ -20068,13 +20068,13 @@
 fi;
 
 if test $with_php = "no"; then
-    { echo "$as_me:$LINENO: Using php 5.2.5 from included Oem Directory" >&5
-echo "$as_me: Using php 5.2.5 from included Oem Directory" >&6;}
+    { echo "$as_me:$LINENO: Using php 5.3.1 from included Oem Directory" >&5
+echo "$as_me: Using php 5.3.1 from included Oem Directory" >&6;}
 else
     { echo "$as_me:$LINENO: \"WARNING!!: Using custom specified php include dir is not supported in this release.\"" >&5
 echo "$as_me: \"WARNING!!: Using custom specified php include dir is not supported in this release.\"" >&6;}
-    { echo "$as_me:$LINENO: Using php 5.2.5 from included Oem Directory" >&5
-echo "$as_me: Using php 5.2.5 from included Oem Directory" >&6;}
+    { echo "$as_me:$LINENO: Using php 5.3.1 from included Oem Directory" >&5
+echo "$as_me: Using php 5.3.1 from included Oem Directory" >&6;}
 fi
 
 # custom Fdo path specification

Modified: trunk/MgDev/configure.in
===================================================================
--- trunk/MgDev/configure.in	2010-08-24 13:52:39 UTC (rev 5092)
+++ trunk/MgDev/configure.in	2010-08-27 22:59:08 UTC (rev 5093)
@@ -36,7 +36,7 @@
 map_opt_oem_distsubdirs=""
 
 dnl *******************************************************
-dnl PHP 5.2.5 Configuration
+dnl PHP 5.3.1 Configuration
 dnl *******************************************************
 # Check for php
 # Note : Not yet implemented
@@ -47,10 +47,10 @@
         [with_php=no])
 
 if test $with_php = "no"; then
-    AC_MSG_NOTICE([Using php 5.2.5 from included Oem Directory])
+    AC_MSG_NOTICE([Using php 5.3.1 from included Oem Directory])
 else
     AC_MSG_NOTICE(["WARNING!!: Using custom specified php include dir is not supported in this release."])
-    AC_MSG_NOTICE([Using php 5.2.5 from included Oem Directory])
+    AC_MSG_NOTICE([Using php 5.3.1 from included Oem Directory])
 fi
 
 dnl *******************************************************



More information about the mapguide-commits mailing list