Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82508 invoked from network); 8 Jul 2003 18:52:09 -0000 Received: from unknown (HELO mail.communityconnect.com) (209.10.169.57) by pb1.pair.com with SMTP; 8 Jul 2003 18:52:09 -0000 Received: from amavis by mail.communityconnect.com with scanned-ok (Exim 3.20 #1) id 19ZxZQ-0005Eg-00 for internals@lists.php.net; Tue, 08 Jul 2003 14:52:08 -0400 Received: from [206.28.215.90] (helo=dhcp-101-151.hq.communityconnect.com) by mail.communityconnect.com with esmtp (Exim 3.20 #1) id 19ZxU5-000318-00; Tue, 08 Jul 2003 14:46:37 -0400 Reply-To: ldixon@mail.communityconnect.com To: Antony Dovgal Cc: internals@lists.php.net In-Reply-To: <20030708113429.76a4dfaa.tony2001_ru@rambler.ru> References: <200307071551.25432.reubendb@innovativethought.com> <010501c344dc$e87a5110$0500000a@master> <20030708113429.76a4dfaa.tony2001_ru@rambler.ru> Content-Type: text/plain Organization: Community Connect, Inc. Message-ID: <1057689948.12433.172.camel@dhcp-101-151.hq.communityconnect.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 14:45:48 -0400 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP-4.3.2 Crashes with OCI8 extention (Bug?) From: ldixon@mail.communityconnect.com (Levi Dixon) OCI_SHARED mode was used as in initilizaiton param to OCIInit() in php 4.3.2. This caused problems in cgi mode or cli mode (and some other conditions w/the apache module) because the OCI libs seg fault while attempting to use the same shared memory areas between processes. They must use a static shared memory key. OCI_SHARED was removed since the 4.3.2 release because of these problems. -- Levi Dixon Tech. Lead; Dating Community Connect, Inc. 149 5th Ave., Floor 10 New York, NY 10010 212-505-7511 x349 ldixon@mail.communityconnect.com ldixon@php.net