Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15878 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92071 invoked by uid 1010); 6 Apr 2005 16:05:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91893 invoked from network); 6 Apr 2005 16:04:47 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 16:04:47 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:20773] helo=gw2.emini.dk) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id E3/5D-19272-87804524 for ; Wed, 06 Apr 2005 12:04:13 -0400 Received: from localhost (localhost [127.0.0.1]) by gw2.emini.dk (Postfix) with ESMTP id 94CD153E77; Wed, 6 Apr 2005 18:03:52 +0200 (CEST) Organization: Emini ApS To: internals@lists.php.net, Jani Taskinen Date: Wed, 6 Apr 2005 18:03:52 +0200 User-Agent: KMail/1.6.2 Cc: Wez Furlong , Davey References: <20050406022723.25474.qmail@lists.php.net> <4e89b42605040605335a1395cb@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200504061803.52418.edink@emini.dk> Subject: Re: [PHP-DEV] Any intest in PHP 5.1/PDO Memory leaks? From: edink@emini.dk (Edin Kadribasic) On Wednesday 06 April 2005 17:56, Jani Taskinen wrote: > I think it would work just fine as shared too with HEAD.. > Someone with Macosx should try it out. > (first you need to remove the silly AC_MSG_ERROR() from > ext/pdo/config.m4..) Wrong, pdo drivers need to link against pdo, and you cannot link against a .so's on OSX (it cannot be lib and loadable module at the same time). So pdo itself cannot be compiled shared on OSX. Edin