Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2479 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75128 invoked from network); 21 Jun 2003 15:51:07 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 21 Jun 2003 15:51:07 -0000 Received: by hasele (Postfix, from userid 1000) id AFD5A4ED6A; Sat, 21 Jun 2003 11:43:30 -0400 (EDT) To: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056210210.26964.4.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 21 Jun 2003 11:43:30 -0400 Subject: removing bundled libmysql From: sterling@bumblebury.com (Sterling Hughes) 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.