Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54703 invoked by uid 1010); 22 Sep 2005 13:44:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54688 invoked from network); 22 Sep 2005 13:44:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2005 13:44:12 -0000 X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from ([80.91.229.2:40790] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D4/3F-24510-A25B2334 for ; Thu, 22 Sep 2005 09:44:10 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EIRJH-0002uY-4w for internals@lists.php.net; Thu, 22 Sep 2005 15:40:23 +0200 Received: from toronto-hse-ppp4253579.sympatico.ca ([70.52.253.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Sep 2005 15:40:23 +0200 Received: from erron by toronto-hse-ppp4253579.sympatico.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Sep 2005 15:40:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 22 Sep 2005 09:21:33 -0400 Lines: 13 Message-ID: X-Gmane-NNTP-Posting-Host: toronto-hse-ppp4253579.sympatico.ca X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-RFC2646: Format=Flowed; Original Sender: news Subject: php version of GD lib From: erron@endevouraerospace.com ("Erron Walker") I am using the version of GD packaged with php 4.3.x for windows and am having a problem with opening images and not being able to lock them. As soon as I have multiple users requiring the same dynamically generated image, the image sent to the browser is all distorted and blurred but only happens when multiple users are accessing the exact same dynamically generated image. I would like to lock the images before processing but the functions for gd (eg. imagecreatefromgif() require a filename string and not a resource handle created by flock(). Any insight would be appreciated.