Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88030 invoked from network); 3 Sep 2011 12:27:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2011 12:27:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 213.123.20.132 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 213.123.20.132 c2bthomr14.btconnect.com Received: from [213.123.20.132] ([213.123.20.132:32973] helo=mail.btconnect.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/76-45280-F2D126E4 for ; Sat, 03 Sep 2011 08:27:28 -0400 Received: from host81-138-11-136.in-addr.btopenworld.com (EHLO _10.0.0.4_) ([81.138.11.136]) by c2bthomr14.btconnect.com with ESMTP id EEX94638; Sat, 03 Sep 2011 13:27:23 +0100 (BST) Message-ID: <4E621D2B.9000304@lsces.co.uk> Date: Sat, 03 Sep 2011 13:27:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110815 Firefox/6.0 SeaMonkey/2.3 MIME-Version: 1.0 To: PHP internals References: <4E61EE07.8030402@lsces.co.uk> <52367.5626b8de.1315044617.nsm@avilys.eik.lt> <4E6216E6.4030005@lsces.co.uk> <4E6218A4.6010103@thelounge.net> In-Reply-To: <4E6218A4.6010103@thelounge.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mirapoint-IP-Reputation: reputation=Fair-1, source=Queried, refid=tid=0001.0A0B0303.4E621D2B.007F, actions=tag X-Junkmail-Premium-Raw: score=7/50, refid=2.7.2:2011.9.3.112115:17:7.586, ip=81.138.11.136, rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __CT, __CT_TEXT_PLAIN, __CTE, __ANY_URI, __URI_NO_MAILTO, __CP_URI_IN_BODY, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_1600_1699, __MIME_TEXT_ONLY, RDNS_GENERIC_POOLED, BODY_SIZE_5000_LESS, RDNS_SUSP_GENERIC, RDNS_SUSP, BODY_SIZE_2000_LESS, BODY_SIZE_7000_LESS X-Junkmail-Status: score=10/50, host=c2bthomr14.btconnect.com X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A0B020D.4E621D2C.002E:SCFSTAT14830815,ss=1,fgs=0, ip=0.0.0.0, so=2010-07-22 22:03:31, dmn=2009-09-10 00:05:08, mode=multiengine X-Junkmail-IWF: false Subject: Re: [PHP-DEV] Why does mysqlnd get included in Linux 'core' PHP5 packages? From: lester@lsces.co.uk (Lester Caine) Reindl Harald wrote: > > Am 03.09.2011 14:00, schrieb Lester Caine: > >> > Current state of play, the SUSE install includes mysqlnd with the core package, and mysql and mysqli are available >> > as extra packages. Again - nowdays the 'required' dependency on MySQL does seem to have been dropped, but other PHP >> > extensions sometimes flag that they need it - even when they don't > and that is why libmysql-support should be dropped to get this clean > > the other extensions MAY require mysql > if they use mysqlnd they do not > if they use libmysql they do > > mysqlnd does exactly what you want - there is no longer any mysql-package > needed on a server to have mysql-support in php because libmysql would > not be needed - i really do not understand why tis legacy libmysql-support > will not be simply dropped - nobody needs this these days in php > > on the other hand that some auto-tests seem behave differently depending > on mysqlnd/libmysql shows that the existence of both makes only troubles > > normally a auto-tets shuld have ONE expected result In my own case I do not require any MySQL support ;) I've only got Firebird as a database server, so I simply ignore any of the MySQL stuff, however it would be nice to be able to switch it off altogether ;) -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php