On Sunday 18 January 2009 11:12:28 pm Ashley M. Kirchner wrote: > Maybe I'm asking for trouble here, but, is there any way to make PHP > 5.2.8 understand the old $HTTP variables? Like: > > $HTTP_SESSION_VARS > $HTTP_GET_VARS > $HTTP_POST_VARS > $HTTP_SESSION_VARS > $HTTP_COOKIE_VARS > > etc., etc. > > I have an old application for which development has stopped back in > 2004 ... Should I give up now and install an earlier version of PHP > (and somehow have it behave nice next to PHP5? > > -- A http://us3.php.net/manual/en/ini.core.php#ini.register-long-arrays Although you should probably take the time to upgrade the app anyway, as those variables are deprecated and won't be around forever. -- Larry Garfield larry@xxxxxxxxxxxxxxxx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php