Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48834 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 330 invoked from network); 19 Jun 2010 05:11:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2010 05:11:15 -0000 Authentication-Results: pb1.pair.com header.from=ulf.wendel@phpdoc.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@phpdoc.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpdoc.de from 212.227.17.10 cause and error) X-PHP-List-Original-Sender: ulf.wendel@phpdoc.de X-Host-Fingerprint: 212.227.17.10 moutng.kundenserver.de Received: from [212.227.17.10] ([212.227.17.10:58420] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/31-21297-0715C1C4 for ; Sat, 19 Jun 2010 01:11:13 -0400 Received: from [192.168.2.32] (p5B06E89A.dip.t-dialin.net [91.6.232.154]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MQA1H-1OMFgm00Gp-004ufy; Sat, 19 Jun 2010 07:10:51 +0200 Message-ID: <4C1C515A.9090909@phpdoc.de> Date: Sat, 19 Jun 2010 07:10:50 +0200 User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: Mike Robinson , 'Pierre Joye' , 'Derick Rethans' , 'Patrick ALLAERT' , 'Ilia Alshanetsky' , 'Adam Harvey' , internals@lists.php.net References: <000001cb0e2f$79d89540$6d89bfc0$@ca> <000001cb0e6e$82cbd920$88638b60$@ca> <1276879112.25684.1090.camel@guybrush> In-Reply-To: <1276879112.25684.1090.camel@guybrush> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V01U2FsdGVkX19/VHoGKpf6al2b5Yq6PJAQ4623bu6+NNrrjIB AsKIymHwetCEIEbojJPHnrmj+NvRQMI7+Y/Em5dKcFwfspv4CE xDK1I18kKRdlxQAQLFx4cnFGd6OVlMTRqCj4qQGVWQ= Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: ulf.wendel@phpdoc.de (Ulf Wendel) Johannes Schlüter schrieb: > As I said before in this thread: Realistically we can't drop it. Too > many tutorials, books, applications, ... mention mysql_* and ignore the > limitations and issues the old mysql extension provides... True, true... One of the best things one can do is to bash very article, blog posting, mailinglist posting and in particular every recent book showing ext/mysql examples instead or either ext/mysqli or PDO_MySQL examples. Every now and then we get feature requests for ext/mysql through bug reports. The reporters often complain badly if we MySQL guys refuse to add the requested feature to ext/mysql ... Ulf