Gossamer Forum
Home : General : Chit Chat :

PHP 4.1.0 released

Quote Reply
PHP 4.1.0 released
At last they're making the move to depreciate register_globals! Instead they've added some new variable which are automatically declared as globals. $_GET, $_POST can be used instead of decalaring $HTTP_GET_VARS as global, then using them.


Adrian
Quote Reply
Re: [brewt] PHP 4.1.0 released In reply to
But surely we will still have to write the globals for older versions, so this new function will not really be much help for people with lesser versions, correct? Unsure

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [AndyNewby] PHP 4.1.0 released In reply to
Nope, not much use for people who are using older versions or have to code for compatibility. But at least when version 5 rolls around, and if you don't care about v3/4 compatibility, then it'll be usefull Smile


Adrian