Yesterday I upgraded our server to PHP 5.3. As a result, 8 important applications I had build using PHPRunner prior to 2009 all stopped working due to the split() deprecation.
I intially tried to find a simple solution/fix to commonfunctions.php by replacing split with explode function. However, I was unable to do so.
Next, I found the original PHPRunner files and opened them in PHPRunner 6.1. They opened fine, and everything seemed to be in order. However, when I build the project, I get a bunch of system error: 3 messages and no files (list, edit, etc.) are output.
Has anyone else had this problem and was able to solve it? Or is my only alternative to recreate the all the affected applications in PHPR 6.1?
All suggestions appreciated.
Thanks,
Russ