From a88dac8ed1353f34bf3db00cbd91b4ab84f0a054 Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 25 Jan 2005 07:09:16 +0000 Subject: [PATCH] bump version, fix xdebug call for dbgp protocol git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4428 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/prepend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/prepend.php b/lib/prepend.php index 79ea7d949..8b0f56c0f 100644 --- a/lib/prepend.php +++ b/lib/prepend.php @@ -5,9 +5,9 @@ */ $RCS_IDS = ''; function rcs_id ($id) { $GLOBALS['RCS_IDS'] .= "$id\n"; } -rcs_id('$Id: prepend.php,v 1.31 2005-01-08 23:15:24 rurban Exp $'); +rcs_id('$Id: prepend.php,v 1.32 2005-01-25 07:09:16 rurban Exp $'); -define('PHPWIKI_VERSION', '1.3.11pre-20050108'); +define('PHPWIKI_VERSION', '1.3.11pre-20050125'); /** * Returns true if current php version is at mimimum a.b.c @@ -32,7 +32,7 @@ function check_php_version ($a = '0', $b = '0', $c = '0') { @ini_set('session.use_trans_sid', 0); if (defined('DEBUG') and (DEBUG & 8) and extension_loaded("xdebug")) { - xdebug_start_trace(); + xdebug_start_trace("trace"); // on Dbgp protocol add 2 xdebug_enable(); } -- 2.45.0