This is a discussion on globals? within the PHP General forums, part of the PHP Programming Forums category; Hi, I was just curious, how much longer are globals going to be supported? I had heard awhile back that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Bryan Koschmann - Gkt wrote:
> Hi, > > I was just curious, how much longer are globals going to be supported? I > had heard awhile back that they wouldn't be around for too long. > > Thanks, > > Bryan Check the version histories of the different versions. 4.2 supported them but introduced the new superglobal arrays. 4.3 they only used the new superglobals. -- -Calico Jack- http://www.scriptsharks.com/ |