You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well as of CJAX 5.5 I still see PHP 4 syntax like this:
class ajax{
function ajax($controller){
...
}
}
PHP 4 is way outdated and no modern software should be compensating for this old dinosaur. Dont you think its about time to move on, and remove all PHP 4 stuff in the next version? After all, the latest version is already made compatible with PHP 5.4, so its definitely getting there.
The text was updated successfully, but these errors were encountered:
Strangely, I do see protected/private methods being used in the script, guess its not PHP 4 compatible after all. If so, this still does not explain the PHP 4 syntax I found lol.
Well as of CJAX 5.5 I still see PHP 4 syntax like this:
class ajax{
function ajax($controller){
...
}
}
PHP 4 is way outdated and no modern software should be compensating for this old dinosaur. Dont you think its about time to move on, and remove all PHP 4 stuff in the next version? After all, the latest version is already made compatible with PHP 5.4, so its definitely getting there.
The text was updated successfully, but these errors were encountered: