Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2482 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79560 invoked from network); 21 Jun 2003 15:59:21 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 21 Jun 2003 15:59:21 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id QAA02889; Sat, 21 Jun 2003 16:59:19 +0100 Received: from TITAN (titan.brainnet.i [192.168.2.7]) by zaneeb.brainnet.i (8.11.6/8.11.6) with SMTP id h5LFxI819257; Sat, 21 Jun 2003 16:59:18 +0100 Message-ID: <003801c3380e$0f947130$0702a8c0@TITAN> To: "Sterling Hughes" , References: <1056210210.26964.4.camel@hasele> Date: Sat, 21 Jun 2003 16:59:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] removing bundled libmysql From: wez@thebrainroom.com ("Wez Furlong") +1 > I'm putting this message out as a feeler. I'm going to go ahead and > remove the mysql library from the PHP source tree. This won't affect > the extension, it simply means we won't be bundling the *library* with > PHP anymore. This is in a large part due to MySQL's decision to switch > to using the GPL for their client libraries as well. Linkage will still > be available, but we can't ship the GPL library, and the MySQL 3.2.23 > library can't connect to MySQL 4.1 servers, rendering it broken.