Search the web
Sign In
New User? Sign Up
errorhandler · PHP - ErrorHandler
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Remove deprecated $HTTP_*_VARS   Message List  
Reply | Forward Message #25 of 90 |
Re: [errorhandler] Remove deprecated $HTTP_*_VARS

Hello,


AlberT wrote:
> I suggest to pass to new superglobals and replace
> every instance:
> global $HTTP_SERVER_VARS -> ''
> $HTTP_SERVER_VARS['foo'] -> $_SERVER['foo']
>
> At the same time the version check will have to check against
PHP>=4.1 (was
> 4.0.6)

It is worth considering to revisit the code and make some changes which
,in the other hand, breaks off PHP 4.0.6 support. Since it is a fairly
old distro and even it will be main version upgrade, it may not be so
much price/trade off.

--
Gyozo Papp
gerzson@...





Sat Jan 4, 2003 2:07 pm

gerzson17
Offline Offline
Send Email Send Email

Forward
Message #25 of 90 |
Expand Messages Author Sort by Date

I suggest to pass to new superglobals and replace every instance: global $HTTP_SERVER_VARS -> '' $HTTP_SERVER_VARS['foo'] -> $_SERVER['foo'] At the same...
AlberT
emilianogabr...
Offline Send Email
Jan 4, 2003
1:24 pm

Hello, ... PHP>=4.1 (was ... It is worth considering to revisit the code and make some changes which ,in the other hand, breaks off PHP 4.0.6 support. Since it...
Gyozo Papp
gerzson17
Offline Send Email
Jan 4, 2003
2:12 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help