Page 1 of 1

PHP Noob Question???

PostPosted: Thu Oct 05, 2006 1:32 pm
Author: Drop-Forged
Ok, I keep hearing these PHP-5 horror stories.

Why wont allot of forums work with PHP-5, and what would have to be edited???

Also, why in the world would they come out with something like that that isnt backwards compatible???

<img>

PostPosted: Fri Oct 06, 2006 9:18 am
Author: evolver
"Drop-Forged";p="16140" wrote:Ok, I keep hearing these PHP-5 horror stories.

Why wont allot of forums work with PHP-5, and what would have to be edited???

IntegraMOD 141 is compatible with PHP-5 and will soon be released...
"Drop-Forged";p="16140" wrote:Also, why in the world would they come out with something like that that isnt backwards compatible???

<img>

Why aren't old keys compatible on new locks?
Also PHP has to change old keys that can be abused...
Security is the reason...


PHP is a programming language that uses certain commands to operate...
It can also use variables, some of which are constants...

Some of these commands and constants hold security risks which can be abused by others (hackers).
New PHP versions come with additional commands for more possiblities, but also with better restrictions on unsecure commands and constants...
To older scripts new commands are not the problem.
But the new restrictions can make them unusable, because some of the old constants and commands can't be accessed the same way as in older versions anymore for a reason...

It's never funny having to change scripts after every new PHP version, but very necessary it is...
Noone can predict what comes after the next version...
PHP still isn't 100% safe, but every new version takes us one step closer in the right direction...