Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2545 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73984 invoked by uid 1007); 22 Jun 2003 15:12:31 -0000 Message-ID: <20030622151231.73982.qmail@pb1.pair.com> To: internals@lists.php.net References: <1056210210.26964.4.camel@hasele> Date: Sun, 22 Jun 2003 12:12:30 -0300 Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 200.196.104.198 Subject: Re: removing bundled libmysql From: cunha17@uol.com.br ("Cristiano Duarte") +1 Cristiano Duarte "Sterling Hughes" escreveu na mensagem news:1056210210.26964.4.camel@hasele... > Hey, > > 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. > > Speak now, or forever hold your peace. ;-) > > -Sterling > > -- > "That stuff's easy compared to installing Horde" > - Alan Knowles, In response to my applause for creating a LALR > parser for PHP.