[PHP] move_uploaded_file locks?

2006-09-20 Thread Matthew H. North
But if it does a copy instead, or if it has to rename across filesystems, any process that tries to read or write the file before move_uploaded_file completes could be munging things. -- Matthew H. North mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Odd PHP memory issue

2006-09-16 Thread Matthew H. North
On 9/15/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > On Fri, September 15, 2006 10:42 am, Matthew H. North wrote: > > We're developing a web application that involves traversal of a > > hierarchical database structure (MySQL, PEAR::DB, and > > PEAR::DB::DataObjec

[PHP] Odd PHP memory issue

2006-09-15 Thread Matthew H. North
ode nor in any PEAR module code Are there any other ways that user code can result in this apparent memory leak situation? If so, what are they? Or, are any of my first 6 assumptions incorrect? Thanks for any help, -- Matthew H. North mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php