Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73657 invoked from network); 14 May 2014 19:48:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2014 19:48:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.220.177 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.177 mail-vc0-f177.google.com Received: from [209.85.220.177] ([209.85.220.177:50489] helo=mail-vc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/B1-15285-C88C3735 for ; Wed, 14 May 2014 15:48:28 -0400 Received: by mail-vc0-f177.google.com with SMTP id if17so3090206vcb.36 for ; Wed, 14 May 2014 12:48:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UlYW2IdgGK/qU0r0jayedibFihFQgwOqiJnS27Xnr/0=; b=EWkN3ITOFsuCnv1bE2pUlH+Jsirozk2kvCYQJTbywDoXO0SfT6uI/GUTFUNRJxua/D fL2/eG4ArldSReDANXfOmVl/0yvhvC+WaiACF4zBdfbPcPJcrRtEZgOsCjmNDaA0zApY JtlckSuqWe+QW913TNidrIh32OMhsxy7LfztgzM4ERFCYjzR60K9oLthhhO1CmMpLoKR K9tXHNJviVJZwotK5QQnKsWJwPGgEK91ARYgCzHVAKmK+FYJ0w6LKZfz1+aVNorfEnso JnmcvvcVuoEGkDdcJZAV1Ek/ztxl/ZWMWiDFEXf4RJJ3FpDChq+Zkbkg4Ao7iO4FEh64 7egA== X-Gm-Message-State: ALoCoQlKBmMeDQqB6W/wUp0qlh6Asq8w6gJKaam0lAKUBIQ/0Xr44kA+znnEii65VdKgkpmnM8mlJPHrGNtG2fV8qGKx39hsQjA0q5PFGqSC19U+d5Q1161Bh+HVD/zOxf5FDKmA4ow6 MIME-Version: 1.0 X-Received: by 10.221.24.207 with SMTP id rf15mr4163055vcb.17.1400096905924; Wed, 14 May 2014 12:48:25 -0700 (PDT) Received: by 10.52.111.71 with HTTP; Wed, 14 May 2014 12:48:25 -0700 (PDT) In-Reply-To: <5373C674.9030402@lsces.co.uk> References: <4ED7146272E04A47B986ED49E771E347BBDA6AAA06@Ikarus.ameusgmbh.intern> <537333BF.7070106@lsces.co.uk> <5373C674.9030402@lsces.co.uk> Date: Wed, 14 May 2014 23:48:25 +0400 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11335a8ebab9aa04f961769d Subject: Re: [PHP-DEV] [VOTE] [RFC] 64 bit platform improvements for string length and integer From: dmitry@zend.com (Dmitry Stogov) --001a11335a8ebab9aa04f961769d Content-Type: text/plain; charset=UTF-8 On Wed, May 14, 2014 at 11:39 PM, Lester Caine wrote: > On 14/05/14 10:24, Dmitry Stogov wrote: > >> Ah, you are on windows and lack 64-bit IS_LONG. >> This is the part of the patch that should be accepted. >> I mentioned it on original email. >> > Not used windows for a number of years. 64 bit builds on Linux ... then you already have 64-bit long, or do I miss something? > > > The "bad" thing that this patch did, it changed all C data structures to >> use 64-bit string lengths and it means that each such data sructure >> would take more memory. Even zend_op becames bigger and as it's used for >> VM byte-code representation you may just multiply the difference to >> number of opcodes in application (that might be millions). >> > Actually I do agree that this may not be ideal ... > > > Unfortunately, phpng don't support firebird yet and it's not in our >> priority list. >> > Then there is no way that I can get involved at the present time :) may be help in porting ext/interbase and ext/pdo_firebird :) I really don't know a lot about Firebird and afraid even proper configuration might take us significant time. Thanks. Dmitry. > > > -- > 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 > Rainbow Digital Media - http://rainbowdigitalmedia.co.uk > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11335a8ebab9aa04f961769d--