[mapguide-commits] r9456 - branches/3.1/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jan 13 03:13:27 PST 2019


Author: jng
Date: 2019-01-13 03:13:27 -0800 (Sun, 13 Jan 2019)
New Revision: 9456

Modified:
   branches/3.1/MgDev/configure.in
Log:
configure.in: Update PHP to 5.6.40

Modified: branches/3.1/MgDev/configure.in
===================================================================
--- branches/3.1/MgDev/configure.in	2019-01-12 09:38:49 UTC (rev 9455)
+++ branches/3.1/MgDev/configure.in	2019-01-13 11:13:27 UTC (rev 9456)
@@ -39,7 +39,7 @@
 map_opt_oem_distsubdirs=""
 
 dnl *******************************************************
-dnl PHP 5.6.39 Configuration
+dnl PHP 5.6.40 Configuration
 dnl *******************************************************
 AC_ARG_WITH([php],
         MAP_HELP_STRING([--with-php],
@@ -48,8 +48,8 @@
         [with_php=no])
 
 if test $with_php = "no"; then
-    AC_MSG_NOTICE([Using php 5.6.39 from included Oem Directory])
-	php_src=`pwd`/Oem/LinuxApt/php-5.6.39
+    AC_MSG_NOTICE([Using php 5.6.40 from included Oem Directory])
+	php_src=`pwd`/Oem/LinuxApt/php-5.6.40
 else
     AC_MSG_NOTICE([Using custom PHP source directory])
 	php_src=$with_php



More information about the mapguide-commits mailing list