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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 #24 of 90 |
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)

reguards,

--
<?php echo ' Emiliano `AlberT` Gabrielli '."\n".
' E-Mail: AlberT@... '."\n".
' Web: http://SuperAlberT.it '."\n".
' IRC: #php,#AES azzurra.com '."\n".'ICQ: 158591185'; ?>





Sat Jan 4, 2003 11:23 am

emilianogabr...
Offline Offline
Send Email Send Email

Forward
Message #24 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