commit | 1efda7bc21582c6d0b6409e1f9a37d58e2d79571 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 13:30:20 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 13:30:20 2010 -0600 |
tree | d7f8b974baea9c1844ded466718f81d69343e64c | |
parent | ac2b24776fc92800585005f0db2ef82463847c81 [diff] [blame] |
@PHP4 tags to CodeIgniter.php
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 90cce1c..488f9f3 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -207,7 +207,8 @@ * Note: Due to the poor object handling in PHP 4 we'll * conditionally load different versions of the base * class. Retaining PHP 4 compatibility requires a bit of a hack. - * + * @PHP4 + * */ if (is_php('5.0.0') == TRUE) {