From: <ru...@us...> - 2009-01-17 14:33:33
|
Revision: 6408 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6408&view=rev Author: rurban Date: 2009-01-17 14:33:24 +0000 (Sat, 17 Jan 2009) Log Message: ----------- bump version Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2009-01-17 14:32:39 UTC (rev 6407) +++ trunk/lib/prepend.php 2009-01-17 14:33:24 UTC (rev 6408) @@ -12,7 +12,7 @@ rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.3.14-20080124'); +define('PHPWIKI_VERSION', '1.3.14-20090116'); /** * Returns true if current php version is at mimimum a.b.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ru...@us...> - 2009-06-04 14:07:22
|
Revision: 6894 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6894&view=rev Author: rurban Date: 2009-06-04 13:42:06 +0000 (Thu, 04 Jun 2009) Log Message: ----------- bump version Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2009-06-04 13:39:19 UTC (rev 6893) +++ trunk/lib/prepend.php 2009-06-04 13:42:06 UTC (rev 6894) @@ -12,7 +12,7 @@ rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.3.14-20090116'); +define('PHPWIKI_VERSION', '1.3.14-20090604'); /** * Returns true if current php version is at mimimum a.b.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-03-31 11:59:10
|
Revision: 7313 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7313&view=rev Author: vargenau Date: 2010-03-31 11:59:04 +0000 (Wed, 31 Mar 2010) Log Message: ----------- define('PHPWIKI_VERSION', '1.4.0RC-20100431'); Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2010-03-31 09:49:47 UTC (rev 7312) +++ trunk/lib/prepend.php 2010-03-31 11:59:04 UTC (rev 7313) @@ -12,7 +12,7 @@ rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.3.14-20090604'); +define('PHPWIKI_VERSION', '1.4.0RC-20100431'); /** * Returns true if current php version is at mimimum a.b.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-04-15 13:44:01
|
Revision: 7338 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7338&view=rev Author: vargenau Date: 2010-04-15 13:43:54 +0000 (Thu, 15 Apr 2010) Log Message: ----------- Fix impossible date :-) Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2010-04-15 13:37:07 UTC (rev 7337) +++ trunk/lib/prepend.php 2010-04-15 13:43:54 UTC (rev 7338) @@ -12,7 +12,7 @@ rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.4.0RC-20100431'); +define('PHPWIKI_VERSION', '1.4.0RC-20100415'); /** * Returns true if current php version is at mimimum a.b.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ru...@us...> - 2010-06-07 12:11:36
|
Revision: 7479 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7479&view=rev Author: rurban Date: 2010-06-07 12:11:30 +0000 (Mon, 07 Jun 2010) Log Message: ----------- bump version Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2010-06-07 12:11:13 UTC (rev 7478) +++ trunk/lib/prepend.php 2010-06-07 12:11:30 UTC (rev 7479) @@ -6,7 +6,7 @@ // rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.4.0RC-20100415'); +define('PHPWIKI_VERSION', '1.4.0RC-20100607'); /** * Returns true if current php version is at mimimum a.b.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-27 11:02:10
|
Revision: 8688 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8688&view=rev Author: vargenau Date: 2012-12-27 11:02:04 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2012-12-27 11:00:27 UTC (rev 8687) +++ trunk/lib/prepend.php 2012-12-27 11:02:04 UTC (rev 8688) @@ -131,13 +131,6 @@ } $RUNTIMER = new DebugTimer; -/* -if (defined('E_STRICT') and (E_ALL & E_STRICT)) // strict php5? - error_reporting(E_ALL & ~E_STRICT); // exclude E_STRICT -else - error_reporting(E_ALL); // php4 -//echo " prepend: ", error_reporting(); -*/ require_once(dirname(__FILE__) . '/ErrorManager.php'); require_once(dirname(__FILE__) . '/WikiCallback.php'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-10-03 14:43:07
|
Revision: 9177 http://sourceforge.net/p/phpwiki/code/9177 Author: vargenau Date: 2014-10-03 14:43:00 +0000 (Fri, 03 Oct 2014) Log Message: ----------- function posix_times exists Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2014-10-03 14:39:58 UTC (rev 9176) +++ trunk/lib/prepend.php 2014-10-03 14:43:00 UTC (rev 9177) @@ -81,8 +81,7 @@ function DebugTimer() { $this->_start = $this->microtime(); - if (function_exists('posix_times')) - $this->_times = posix_times(); + $this->_times = posix_times(); } /** @@ -106,10 +105,6 @@ function getStats() { - if (!isset($this->_times)) { - // posix_times() not available. - return sprintf("real: %.3f", $this->getTime('real')); - } $now = posix_times(); return sprintf("real: %.3f, user: %.3f, sys: %.3f", $this->getTime('real'), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-11-10 19:36:01
|
Revision: 9301 http://sourceforge.net/p/phpwiki/code/9301 Author: vargenau Date: 2014-11-10 19:35:50 +0000 (Mon, 10 Nov 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2014-11-09 20:00:47 UTC (rev 9300) +++ trunk/lib/prepend.php 2014-11-10 19:35:50 UTC (rev 9301) @@ -74,16 +74,19 @@ /** * @param string $which One of 'real', 'utime', 'stime', 'cutime', 'sutime' - * @param bool $now + * @param array $now * @return float Seconds. */ - function getTime($which = 'real', $now = false) + function getTime($which = 'real', $now = array()) { - if ($which == 'real') + if ($which == 'real') { return $this->microtime() - $this->_start; + } if (isset($this->_times)) { - if (!$now) $now = posix_times(); + if (empty($now)) { + $now = posix_times(); + } $ticks = $now[$which] - $this->_times[$which]; return $ticks / $this->_CLK_TCK(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-04 16:01:32
|
Revision: 9599 http://sourceforge.net/p/phpwiki/code/9599 Author: vargenau Date: 2015-03-04 16:01:30 +0000 (Wed, 04 Mar 2015) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2015-03-04 15:59:35 UTC (rev 9598) +++ trunk/lib/prepend.php 2015-03-04 16:01:30 UTC (rev 9599) @@ -7,18 +7,6 @@ // see lib/stdlib.php: phpwiki_version() define('PHPWIKI_VERSION', '1.5.3'); -/** PHP5 deprecated old-style globals if !(bool)ini_get('register_long_arrays'). - * See Bug #1180115 - * We want to work with those old ones instead of the new superglobals, - * for easier coding. - */ -/* -foreach (array('SERVER','REQUEST','GET','POST','SESSION','ENV','COOKIE') as $k) { - if (!isset($GLOBALS['HTTP_'.$k.'_VARS']) and isset($GLOBALS['_'.$k])) { - $GLOBALS['HTTP_'.$k.'_VARS'] =& $GLOBALS['_'.$k]; - } -} -*/ // A new php-5.1.x feature: Turn off php-5.1.x auto_globals_jit = On, or use this mess below. if (empty($GLOBALS['HTTP_SERVER_VARS'])) { $GLOBALS['HTTP_SERVER_VARS'] =& $_SERVER; @@ -53,14 +41,6 @@ } if (defined('DEBUG') and (DEBUG & 32) and extension_loaded("apd")) { apd_set_pprof_trace(); - /* FUNCTION_TRACE 1 - ARGS_TRACE 2 - ASSIGNMENT_TRACE 4 - STATEMENT_TRACE 8 - MEMORY_TRACE 16 - TIMING_TRACE 32 - SUMMARY_TRACE 64 */ - //apd_set_session_trace(99); } // Used for debugging purposes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2016-01-07 09:26:43
|
Revision: 9756 http://sourceforge.net/p/phpwiki/code/9756 Author: vargenau Date: 2016-01-07 09:26:41 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Use __construct Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2016-01-07 09:25:29 UTC (rev 9755) +++ trunk/lib/prepend.php 2016-01-07 09:26:41 UTC (rev 9756) @@ -46,7 +46,7 @@ // Used for debugging purposes class DebugTimer { - function DebugTimer() + function __construct() { $this->_start = $this->microtime(); // Function 'posix_times' does not exist on Windows This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2022-12-16 14:33:39
|
Revision: 11034 http://sourceforge.net/p/phpwiki/code/11034 Author: vargenau Date: 2022-12-16 14:33:36 +0000 (Fri, 16 Dec 2022) Log Message: ----------- PHPWIKI_VERSION 1.6.2 Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2022-12-16 14:32:02 UTC (rev 11033) +++ trunk/lib/prepend.php 2022-12-16 14:33:36 UTC (rev 11034) @@ -29,7 +29,7 @@ * Things which must be done and defined before anything else. */ -define('PHPWIKI_VERSION', '1.6.1'); +define('PHPWIKI_VERSION', '1.6.2'); // A new php-5.1.x feature: Turn off php-5.1.x auto_globals_jit = On, or use this mess below. if (empty($GLOBALS['HTTP_SERVER_VARS'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2025-03-02 12:47:55
|
Revision: 11175 http://sourceforge.net/p/phpwiki/code/11175 Author: vargenau Date: 2025-03-02 12:47:42 +0000 (Sun, 02 Mar 2025) Log Message: ----------- Declare public $_times Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2025-02-28 19:03:01 UTC (rev 11174) +++ trunk/lib/prepend.php 2025-03-02 12:47:42 UTC (rev 11175) @@ -63,6 +63,7 @@ class DebugTimer { public $_start; + public $_times; public function __construct() { $this->_start = $this->microtime(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |