Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63998 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81235 invoked from network); 20 Nov 2012 23:32:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2012 23:32:26 -0000 Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:46582] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/F2-60719-8031CA05 for ; Tue, 20 Nov 2012 18:32:24 -0500 Received: by mail-pb0-f42.google.com with SMTP id rp2so4537744pbb.29 for ; Tue, 20 Nov 2012 15:32:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=My1uz+CsVW7+LybNLOBMVWYZJybcNVtKkdmCm07Ldaw=; b=V94HFwuaCyPULNdRQsyFIHY2zOitAcHNPRng22lyXoApsknUvg0lnBqS+2hBSWMTg6 beUfY6k7tQofYl6LQX2SviDCeHVLOaEK4H+eATizTz2/xFW6fzH89embpPq/WB7Du83G 53AwuUwmvBHdY3ILsJgpbypEr30IhW1o3HrHOZqseuScdbfFzdyPoPTPrM3NA3CeRiX+ SC6uIWjYRvpeqsr20B+Y+TWXaNZFdbTiGWj2+pUd9dLnhCT7U5BJ3MDHu7/n2Trc/pbH QD0c7b5OE1d4OHAcrIWMz4e9jm28Axqh7oqNj6cyi/c9kd5/sEOUQhj/KU/mrwb7reJp dRGA== Received: by 10.68.234.201 with SMTP id ug9mr47751192pbc.63.1353454341297; Tue, 20 Nov 2012 15:32:21 -0800 (PST) Received: from [192.168.1.181] (tmwpho1.lnk.telstra.net. [110.142.207.74]) by mx.google.com with ESMTPS id az8sm8798120pab.24.2012.11.20.15.32.19 (version=SSLv3 cipher=OTHER); Tue, 20 Nov 2012 15:32:20 -0800 (PST) Message-ID: <50AC1301.9040800@gmail.com> Date: Wed, 21 Nov 2012 10:32:17 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Lester Caine CC: PHP internals References: <50A197D2.5070307@oracle.com> <50AB515D.4080505@phpdoc.de> <50AB59F7.1080800@lsces.co.uk> In-Reply-To: <50AB59F7.1080800@lsces.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: davidkmuir@gmail.com (David Muir) On 20/11/12 21:22, Lester Caine wrote: > Ulf Wendel wrote: >>>> 1. Add this link to the RFC?: >>>> >> https://wikis.oracle.com/display/mysql/Converting+to+MySQLi >> As the author I cannot recommend materials created in 2006 and not >> updated since then for inclusion into a RFC. > > At the end of the day this is the problem all around. There needs > sufficient volume of mysqli examples and tutorials to at least get > some on a search for 'mysql php tutorial'. > > This IS all about education carrots rather than irritating sticks. > Perhaps there needs to be a concerted campaign to get the key > tutorials such as at http://www.w3schools.com updated to a much more > modern format? > There was a concerted campaign to get w3schools updated, but as far as I know, it's fallen on deaf ears. And it's not just their PHP info that's outdated. See w3fools.com Cheers, David