Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13960 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27513 invoked by uid 1010); 1 Dec 2004 03:10:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27466 invoked by uid 1007); 1 Dec 2004 03:10:04 -0000 Message-ID: <20041201031004.27464.qmail@pb1.pair.com> To: internals@lists.php.net Date: Tue, 30 Nov 2004 22:10:01 -0500 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.65.38.153 Subject: does PHP5 do locking on PHP files that are included in a way PHP4 didn't? From: cellog@php.net (Greg Beaver) Hi, I'm running into some race conditions with the CVS of PEAR installer in PHP5 where it fails to remove existing php files, and locks a file so firmly (Windows XP) that I have to reboot to get the OS to loose its grip on it. I'm wondering if the locking of included source files has changed from PHP4, or if I should be looking further into the installer for the problem? Greg