Update of /cvsroot/phplib/php-lib-stable
In directory usw-pr-cvs1:/tmp/cvs-serv22606
Modified Files:
CHANGES
Log Message:
Responded to [ #455856 ] PHPLib fails with register_globals off
- replaced global post vars in auth (auth.inc, *loginform.ihtml, local.inc)
- replaced $GLOBALS["PHP_SELF"] with getenv("PHP_SELF") in tree.inc
- did not audit all classes - problems may likely exist in other files
Index: CHANGES
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES 19 Mar 2002 22:32:24 -0000 1.16
--- CHANGES 2 Apr 2002 23:23:12 -0000 1.17
***************
*** 1,4 ****
--- 1,10 ----
$Id$
+ 02-Apr-2002 layne_weathers
+ - Responded to [ #455856 ] PHPLib fails with register_globals off
+ - replaced global post vars in auth (auth.inc, *loginform.ihtml, local.inc)
+ - replaced $GLOBALS["PHP_SELF"] with getenv("PHP_SELF") in tree.inc
+ - did not audit all classes - problems may likely exist in other files
+
19-Mar-2002 layne_weathers
- Fixed [ #446455 ] Failures with register_globals off
|