MantisBT: master 2a1e2958

Author Committer Branch Timestamp Parent
Julian Fitzell master 2002-08-23 14:34 master a9003143
Changeset

Fixed a problem with victor's cleanup.

In versions of php less than 4.1.0, even though we've defined $_* they aren't auto-globals like there are after 4.1.0 so we still need to pull them in as globals.

I've been putting this inside conditionals because I don't think there are actually that many places that need to access them directly and this way we can easily grep for code that can be removed if we ever increase the minimum requirement.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1314 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - core_php_API.php Diff File