--- FAQ 2002/02/12 15:23:15 1.5 +++ FAQ 2002/04/29 10:15:19 1.6 @@ -41,3 +41,10 @@ that's known bug. Upgrade to latest (probably CVS) version. +8. Upgrade to php 4.2.0 or higher broke my docman version 1.8 or lower + + php 4.2.0 no longer register external variables (from the + environment, the HTTP request, cookies or the web server) + as global variables. docman until version 1.9 depended on + this. You could try to add following like in php.ini: + register_globals = On