Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89877 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36863 invoked from network); 23 Dec 2015 05:31:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2015 05:31:43 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.54 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.213.54 mail-vk0-f54.google.com Received: from [209.85.213.54] ([209.85.213.54:36258] helo=mail-vk0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/A3-51216-EB13A765 for ; Wed, 23 Dec 2015 00:31:42 -0500 Received: by mail-vk0-f54.google.com with SMTP id f2so89901229vkb.3 for ; Tue, 22 Dec 2015 21:31:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6Q3BZGsqN4dBX+nnbT7EMziznZmA4EJabgc0NY181c4=; b=Cnycixxoad2NZc/uiHyhMDM+OYOtfuNQ46qSwi1HwW0tGXGDGmy1qHixnYBwGbPBKJ Y1uP9Bskaw6BTF6s2wuCyqSZGllLY0oywj+YPwktCOC+C86/TJHX1ZknfIjyn4wnqtpi SnWgwKStsvcONpRRCv3rFhX4uO/PZJZpmL/+NEqCfETyv1dr2Ye/87oO9VkZKRivCEtK USvpOw5xeKiy/6NO9uL12F/FFTn/8qMLhUzWOAPkoB1ynTFaTDbSichJFkVknThLqdci TqihJvsRPypTQxSmvg2MzWFUV9cmqj9sxXSqnQFwTJDRXkmVRhIz/ZEz6tow5pyJvgPq rnvw== X-Received: by 10.31.161.131 with SMTP id k125mr19568475vke.74.1450848699385; Tue, 22 Dec 2015 21:31:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.128.143 with HTTP; Tue, 22 Dec 2015 21:31:20 -0800 (PST) In-Reply-To: <233DAB71-15AD-4A86-8D97-5F299AFD3B14@gmail.com> References: <002501d13bfc$23a30a60$6ae91f20$@belski.net> <5679248A.9070402@lsces.co.uk> <233DAB71-15AD-4A86-8D97-5F299AFD3B14@gmail.com> Date: Wed, 23 Dec 2015 13:31:20 +0800 Message-ID: To: PHP Internals Cc: Lester Caine Content-Type: multipart/alternative; boundary=001a1144071a59c18e05278a0903 Subject: Re: [PHP-DEV] ext/interbase maintanance From: laruence@gmail.com (Xinchen Hui) --001a1144071a59c18e05278a0903 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey: On Tue, Dec 22, 2015 at 7:41 PM, Xinchen Hui wrote: > Hey=EF=BC=9A > > Sent from my iPhone > > > On Dec 22, 2015, at 18:23, Lester Caine wrote: > > > > On 22/12/15 08:43, Xinchen Hui wrote: > >>> Here is a working patch of mine: > >> https://gist.github.com/laruence/f3af903012902818d7da > >> > >> if you are going to work on this, please base on this one. > >> > >> since I still don't have setup a evn to test it... so there might be > some > >> problems > >> > >> thanks > > > > Xinchen ... working test setup should be easy, but I'm more than happy > > to run tests, my problem is the core code has changed so drastically > > since I ACTUALLY did bug fixes at that level that I don't understand th= e > > current methods :( > > > > I can understand this new patch but I still need to back-pedal the old > > one. The only bit I'm not quite following is the switching between > > 'NULL' and '0' as I'm not sure why you are switching to '0' for some > > handles that are currently 'NULL' and then defaulting others which were > > '0' to 'NULL' but I think it's that we are now passing a pointer rathe= r > > than a handle? > > > complier wanrning about handle are int > > Anyway, this patch is not finish, I hope I can finish this whole work in > this week > > Will update here when it is done > Consider it done. No compiler warnings anymore(expect the char* and ISC_UCHAR* mismatch) However, there are some test fails, which I am not quite sure about. Anyone who is faimilar with firebird, please help https://gist.github.com/laruence/f3af903012902818d7da thanks > > Thanks > > I need to re-sync my repository with git.php.net then at least I can > > track and roll back changes ... I'll get back to this later > > > > -- > > Lester Caine - G8HFL > > ----------------------------- > > Contact - http://lsces.co.uk/wiki/?page=3Dcontact > > 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 > --=20 Xinchen Hui @Laruence http://www.laruence.com/ --001a1144071a59c18e05278a0903--