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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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