Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7021 invoked from network); 11 Jan 2010 17:17:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2010 17:17:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.211 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.219.211 mail-ew0-f211.google.com Received: from [209.85.219.211] ([209.85.219.211:45255] helo=mail-ew0-f211.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/E2-26332-A0D5B4B4 for ; Mon, 11 Jan 2010 12:16:59 -0500 Received: by ewy3 with SMTP id 3so17324343ewy.13 for ; Mon, 11 Jan 2010 09:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=b0Q20epPS6c1tZ3vDJGGwa7njSe4DUvd3ZiiU0479+Y=; b=fycKcsVIP5MJVBenpy6FVPFKlSBFg9Y1VVNA/l5+nPAsv+32fOMC8MELE4ozyCQuoz iz4xuE/lRGaWcG6C3x/oEApIyGCqw06P/m5uqKQ/FkmP/uQY3XAeEkLiVdD5hyE196vz xECcy7hLtQl+3JX031ueJ8bfLLns2dx+QZTJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CLEfvGl4MU1DfnN/ofpTyp2No4K6UUg9EUqtk8gOMBg7OvvCaRfV7/BmNYt421buCg qxL3dxxrLWG0LfEqKVhim7J5V5wWKn8qOpWfqI0A0ReNyRDQ9IwmRHPjKlXXNRoli5k5 DncCGxGWYS1MP6eTUa7X34B+l9IAzvCyM7rdg= MIME-Version: 1.0 Received: by 10.216.86.131 with SMTP id w3mr1245714wee.156.1263230215669; Mon, 11 Jan 2010 09:16:55 -0800 (PST) In-Reply-To: References: Date: Mon, 11 Jan 2010 19:16:55 +0200 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Bug #49955 can be closed From: mapopa@gmail.com (marius adrian popa) On Mon, Jan 11, 2010 at 3:44 PM, marius adrian popa wrot= e: > Bug =A0#49955 http://bugs.php.net/bug.php?id=3D49955 can be closed , i > have tested with php 5.3 latest snapshot > and firebird is on a remote host > in fact i have tested with two remote hosts one with firebird 2.1 and > one with firebird 2.5 > I guess 10000000 connections are enough to see if it's all ok > I got no error , it never reaches to die zone > > > cat 49955.php > $user=3D'SYSDBA'; > $password=3D'masterkey'; > $database=3D"192.168.0.1:/var/lib/firebird/2.5/data/employee.fdb"; > for ($i =3D 1; $i <=3D 10000000; $i++) { > =A0 =A0echo $i; > > $conFb =3D @ibase_pconnect($database, $user, $password) > =A0 =A0 =A0 =A0 or die("Error when trying to connect!"); > } > ?> > > > also tested from apache the scripts dies only when it reaches max > execution time , as expected for default php is 30 seconds > lynx http://localhost/49955.php > > php versions tested: 5.3.3 snapshot (cli) (built: Jan 11 2010 13:19:54) > > and 5.3.1 rc2 (cli) (built: Nov =A02 2009 17:22:21) + apache module > I found it why it doesn't work on windows , seems that the php zip contains an very old gds32.dll that must be replaced with something that is stable from firebird 2.1.x kit or 2.5.x I have added the comments to the bug how to make it work