PHP 4.3.X:
Has Major Problems with Apache 2 by scoutt
Has Problems with IMAP Controls
The last 5 characters are removed on array elements passed using POST Read More... by scoutt

this will be updated as results appear, I will also check out future patches of 4.3 to see if they fix any of the known bugs.


Super Globals:
$_POST, $_GET, $_REQUEST, $_SERVER, $_SESSION, and $_COOKIE started in PHP 4.1.X by scoutt

Super Globals should be used instead of just calling your variables as $name, as super globals will work on any server that uses PHP 4.1.X.

Register Globals which turns form names into variables automatically is set to "off" by default to enhance server security. This is why the user of Super Globals should be used.


PHP Resources:
- http://www.php.net
- http://www.snippetlibrary.com by scoutt
- http://www.phpbuilder.com


Want to add some important information to the above list?
Send me a PM or an E-mail through the forums and I will add it in my spare time.
- Send Me an E-mail
- Send Me a Private Message


-Matt