From 7af76d4ba9b1e44cd4a8b260827e2b8c05b27f8a Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 24 Aug 2004 00:27:29 +0000 Subject: [PATCH] Turn recursion on git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3921 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/CompatInfo.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/CompatInfo.php b/tests/CompatInfo.php index 1900f909a..11e1f60d9 100755 --- a/tests/CompatInfo.php +++ b/tests/CompatInfo.php @@ -2,7 +2,7 @@ /* Get the Compatibility info for phpwiki http://pear.php.net/package/PHP_CompatInfo - $Id: CompatInfo.php,v 1.1 2004-08-24 00:21:57 rurban Exp $ + $Id: CompatInfo.php,v 1.2 2004-08-24 00:27:29 rurban Exp $ */ /* * Copyright (C) 2004 Reini Urban @@ -50,7 +50,7 @@ $detail = !empty($_GET['detail']); // echo $dir; $options = array('file_ext' => array('php'), 'ignore_files' => array(__FILE__), - 'recurse_dir' => false, + 'recurse_dir' => true, 'ignore_functions' => array(), 'debug' => $debug or $detail, ); @@ -153,7 +153,12 @@ if ($debug) { echo "\n"; } -// $Log: not supported by cvs2svn $ +// $Log: not supported by cvs2svn $ +// Revision 1.1 2004/08/24 00:21:57 rurban +// Print the PHP compatibility info for phpwiki. +// per file and per project, +// (which function is dependend on which php version?) +// // (c-file-style: "gnu") // Local Variables: -- 2.45.0