Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77350 invoked from network); 2 Dec 2013 12:52:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2013 12:52:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:36337] helo=klapt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/00-11395-4728C925 for ; Mon, 02 Dec 2013 07:52:08 -0500 Received: by klapt.com (Postfix, from userid 33) id 0C6CA23D609E; Mon, 2 Dec 2013 13:52:00 +0100 (CET) Received: from 178.7.233.156 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Mon, 2 Dec 2013 13:52:00 +0100 Message-ID: <4bb5590f356f00c699bad85b92a8416e.squirrel@webmail.klapt.com> Date: Mon, 2 Dec 2013 13:52:00 +0100 To: internals@lists.php.net Cc: mysql@php.net, "Andrey Hristov" , "Ulf Wendel" , "Pierre Joye" Reply-To: "Anatol Belski" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: win64 mysqli issues From: ab@php.net ("Anatol Belski") Ulf, Andrey, I've two purposes in this writing. Working on the branch for size_t and int64 support I've again faced the fact, that the issue below still isn't fixed https://bugs.php.net/bug.php?id=65486 That means it still persists in the 5.5 branch. Of course it becomes more grave now as 5.6 scratches the door, so once fixed there str_size_and_int64 branch could profit as well. Ulf, Andrey, I still think the best way were you to have a look on that issue. Another thing in str_size_and_int64 branch is about mysqlnd which is using 'unsigned int' for length almost everywhere. Till now I could get it working with mysqli and mysql, but I think mysqlnd is something one should take more care of. So maybe that were also something you could take a look at. The progress and current assigned items are indicated here https://wiki.php.net/rfc/string-size_t/progress . Thanks Anatol