PHP5 Support
Status: Beta
Brought to you by:
danyliw
I recently tried running on a PHP5 system. After
bypassing the version check, I noticed that ACID
queries would not work. The issue appears to be the way
ACID get post/get data. Registerring Globals, etc made
no difference. Reccomend changing code to utlize
$_REQUEST array structure would be more compatable.