--- FAQ 2002/07/10 13:15:05 1.7 +++ FAQ 2002/07/20 18:27:27 1.9 @@ -41,16 +41,17 @@ 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 +8. Upgrade to php 4.2.0 or higher broke my docman version 1.9 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 + as global variables. docman up until version 1.9 depended on this. You could try to add following like in php.ini: register_globals = On 9. Can I move file in directory structure along with changelog? - Yes, you can using rename. Just type complete destination path - before filename. + Yes, you can using rename. Just type complete relative (form + posititon in directory tree where is source file) destination + path before filename.