| Re: PHP 5 fix... |
| by azari on 2004/7/27 4:13:42 no idea what Im gonna do with this problem - think Im just gonna stick to php4 till the error is sorted :/
|
| Re: PHP 5 fix... |
| by Dave_L on 2004/7/14 19:51:22 Just posting this link here for reference: Migrating from PHP 4 to PHP 5 - Backward Incompatible Changes. |
| Re: PHP 5 fix... |
| by Mithrandir on 2004/6/18 21:43:10 add is_subclass_of() to that list, please. |
| Re: PHP 5 fix... |
| by widgetapps on 2004/6/18 21:16:16 Found another one. The PHP funstion get_class() in PHP 4 returns lowercase version of the class name. PHP 5 returns the actual class name, case in-tact. http://ca2.php.net/manual/en/function.get-class.php So, I'll be adding strtolower() around all get_class() calls. I'll post this to SourceForge as well. |
| Re: PHP 5 fix... |
| by widgetapps on 2004/6/18 18:40:08 I'll be sure to do that as well then.... Nice name, I play Radagast on a MUSH called Elendor. :) |