Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16971 invoked by uid 1010); 14 Feb 2005 22:34:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16954 invoked from network); 14 Feb 2005 22:34:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2005 22:34:03 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:60404] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 25/C0-10039-95721124 for ; Mon, 14 Feb 2005 17:34:02 -0500 Received: (qmail 24481 invoked from network); 14 Feb 2005 22:27:14 -0000 Received: from internal.zend.office (HELO armada) (10.1.1.1) by internal.zend.office with SMTP; 14 Feb 2005 22:27:14 -0000 Date: Tue, 15 Feb 2005 01:16:58 +0300 To: Wez Furlong Cc: internals@lists.php.net Message-ID: <20050215011658.24c3fd57.antony@zend.com> In-Reply-To: <4e89b426050214072958a78fa@mail.gmail.com> References: <4e89b4260502111655215a94e8@mail.gmail.com> <20050214155211.0f41512b.antony@zend.com> <4e89b426050214072958a78fa@mail.gmail.com> X-Mailer: Sylpheed version 1.0.1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PECL-DEV] Please test PDO From: antony@zend.com (Antony Dovgal) On Mon, 14 Feb 2005 10:29:39 -0500 Wez Furlong wrote: > Thanks Tony, > > On Mon, 14 Feb 2005 15:52:11 +0300, Antony Dovgal > wrote: > > Wez, PDO + PDO_OCI seems to be rather usable, BUT: > > I got segfault on shutdown everytime. > > Hmm, I found that I had to set the db and stmt handles to null prior > to exiting the script to avoid a crash (that good old engine shut down > bug, where it unloads the code before calling the destructors!) > > Not sure if this is the same problem or not, but it's worth a try. Nope, this is something different.. Could you look into it, plz? > > Also, I failed to compile PDO_OCI statically, as it complains that > > PDO must be loaded first (I thought module loading order has been > > fixed in HEAD, no?). > > It has, but I deliberately removed the deps stuff while making the > PECL releases, as the m4 macro for that is not in 5.0.3. > > You can either turn it on in your tree (look for EXTENSION_DEP in the > config.m4), or manually fix the ordering by editing > main/internal_functions*.c (http://netevil.org/node.php?nid=202 has > some info on this). Ok, got it. Will try it later. -- Wbr, Antony Dovgal aka tony2001 antony@zend.com