From: Don S. <do...@se...> - 2003-02-18 16:21:03
|
One thing I noticed is in announcements and pagemaster. It's probably in most of the others. In the AnnounceManager class, you have your $_announcements array as a member variable. Then in the listAnnouncements function you populate it with all announcements. Wouldn't this variable stay full since Announcemanager is in the session? Even as I move on to other pages that don't need to do anything with announcements I would be carrying around this potentially large array of announcement objects. Am I wrong in my assumptions? Don. On Tue, 18 Feb 2003, Mike Noyes wrote: > On Mon, 2003-02-17 at 08:59, Matthew McNaney wrote: > > > In docs/REQUIREMENTS.txt "PHP v4.2.2 or greater" is specified. Is this a > > > hard requirement or a recommendation? SourceForge is still running PHP > > > 4.1.2. > > > > A strong recommendation. You can alter the setup file to allow > > installation under 4.1.2. The reason we decided upon 4.2.2 was that there > > was a security issue with multipart encoded forms. > > Matt, > Just to make sure we're talking about the same security issue I included > links below. > > >From what I was able to glean from the security analysis; this problem > was introduced in v4.2.0, corrected in v4.2.2, and doesn't affect > earlier versions. > > ref. > http://www.php.net/release_4_2_2.php > http://security.e-matters.de/advisories/022002.html > > What is the minimum memory_limit requirement for RC4? I'm aware that > you're trying to get it under 8MB for the final release. > > |