hholzgra                Wed Jul 17 09:12:47 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  disabled php version check for now
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.157 phpdoc/configure.in:1.158
--- phpdoc/configure.in:1.157   Wed Jul 17 06:37:13 2002
+++ phpdoc/configure.in Wed Jul 17 09:12:46 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.157 2002/07/17 10:37:13 goba Exp $
+dnl $Id: configure.in,v 1.158 2002/07/17 13:12:46 hholzgra Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -63,13 +63,14 @@
 else
   AC_MSG_CHECKING([php version])
   PHPVERSION=`$PHP -qv`
-  if test "yes" = `echo '<?php echo phpversion()>3?"yes":"no"; ?>' | $PHP -q`; then
+# version check disabled for now, seems to be causing troubles on cygwin 
+#  if test "yes" = `echo '<?php echo phpversion()>3?"yes":"no"; ?>' | $PHP -q`; then
     AC_MSG_RESULT($PHPVERSION ok)
-  else
-    AC_MSG_RESULT($PHPVERSION)
-    AC_MSG_ERROR([PHP version 4.0.0 or newer needed])
-    PHP=no
-  fi
+#  else
+#    AC_MSG_RESULT($PHPVERSION)
+#    AC_MSG_ERROR([PHP version 4.0.0 or newer needed])
+#    PHP=no
+#  fi
 fi
 AC_SUBST(PHP)
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to