From: Matthew G. <gr...@MU...> - 2005-08-15 13:02:41
|
If I understand what you're saying most of this has been implemented in CVS thanks to a patch Angke submitted. Please take a look at what is available and see if it's close to what you are suggesting here. A patch for further changes is welcome. On Sun, 2005-08-14 at 23:00 +0200, Florian (flobee) wrote: > SourceForge.net wrote: > > >Bugs item #1250099, was opened at 2005-08-02 05:09 > > > >After subsituting all forms of HTTP_POST_VARS used > >(same for get, session) with _POST (_GET, _SESSION, > >respectively), > >---------------------------------------------------------------------- > > > >>Comment By: Matthew Gregg (greggmc) > >php5 is not supported in this version > > > wrong: by default long arrays are OFF, thats all. > suggestion, because this should be easy to setup: > in phpesp.ini.php: > if (isset($_SERVER)) $server =& $_SERVER; > else $server =& $HTTP_SERVER_VARS; > > 1) no one ist using "$server" but HTTP_SERVER_VARS :-( > 2) no one is using $GLOBALS['server'] > 3) missing/suggestion: $GLOBALS['_GET'] | $GLOBALS['_POST'] > and then ini_set('register_globals', false); > makes it more save! > > 4) for multi compatiblity: session should get its own "namespace" like > $_SESSION[_CONSTANT_PHSESP_SESSION_NAME]['acl'] > $_SESSION[_CONSTANT_PHSESP_SESSION_NAME][ *** ] > > this could be changed quickly, i've done it in esp1.6.1 and running php5 > since it's official > > kind regards flobee > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |