From: <php...@li...> - 2002-11-17 17:46:27
|
On Sun, 2002-11-17 at 09:24, php...@li... wrote: > Should we force the a version check > 4.2.2 (the secure version)? > > Personally, I am going to vote +1 for 4.2.2 or higher. I don't want to > support a version that can be hacked just as we are releasing are newest > code. The downside is, of course, the groaning of people we force to > upgrade. I would also perform a check on the file_upload setting during > install. +1 to 4.2.2 or higher, provided we can get SourceForge to update from 4.1.2. SourceForge phpinfo() PHP Version 4.1.2 PHP Core Directive Local Value Master Value file_uploads 1 1 Unfortunately, the file_uploads value can only be specified in php.ini. However, the default is 1. ref. http://www.php.net/manual/en/function.ini-set.php Name Default Changeable file_uploads "1" PHP_INI_SYSTEM -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |