versioncheck.php not displaying any file versions at all versioncheck.php not displaying any file versions at all
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

versioncheck.php not displaying any file versions at all

Started by Joachim Müller, June 29, 2005, 09:41:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

Hey all,

during the process of packaging cpg1.4.x up for release I was going to update the file versions for the versionscheck tool (versioncheck.php) when I relaized that the whole functionality is gone: you don't get any file versions displayed at all, which led me to the conclusion that something was broken in the most recent checkout of versioncheck. To check I rolled back my local copy to older versions, which didn't help at all. There must have been changes in the core functions versioncheck.php uses that keeps it from doing what is expected.
Could some dev team member (preferably someone who edited functions.inc.php in the past) look into this? Thanks in advance.

Joachim

Nibbler

Commited a workaround for accessing the original value of PHP_SELF.

Joachim Müller