Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75875 invoked from network); 22 Dec 2015 11:41:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2015 11:41:57 -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.220.42 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:34402] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/AB-51216-50739765 for ; Tue, 22 Dec 2015 06:41:57 -0500 Received: by mail-pa0-f42.google.com with SMTP id uo6so11397232pac.1 for ; Tue, 22 Dec 2015 03:41:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=oMAvpXlnEhRT3jKgztFELq/p7eGjWhurBvQkR0Q5hcA=; b=xa2fUE66UzpRtK7mrfleMms8SYWIIsdyTEfssnSECCQHfICeJuxW6C++e6mhn+5VDK hHGSHw2bCJBuiCAIM89cZ7DpP6FmeFjYamPR10JrWuVTu/FYzdSMv/Ma6DqpWgp4ll+t TRik1cUNfrVvAheYCdcV2SeQ6fBHbVwfaeyejh/JeS7lo4FHPoeELlAkZ5ViXRCpmidw mJjk9Kq9jPyVaL1tAryTnVe9zaO0huF+6O1Tp/6BBWzribbqAHUUUAziT9wI3+/iD3+h Nbln5FlUbr4ioZwhGR4Vlrt+VvsMzpFlgAK2NnN0EYcTxpVD/243dTrzjP+w0qiKwu7z OPaQ== X-Received: by 10.66.62.137 with SMTP id y9mr35287877par.123.1450784514486; Tue, 22 Dec 2015 03:41:54 -0800 (PST) Received: from [10.76.69.96] ([117.136.0.166]) by smtp.gmail.com with ESMTPSA id h10sm45581725pat.7.2015.12.22.03.41.50 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Dec 2015 03:41:53 -0800 (PST) Content-Type: text/plain; charset=gb2312 Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (13C75) In-Reply-To: <5679248A.9070402@lsces.co.uk> Date: Tue, 22 Dec 2015 19:41:47 +0800 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <233DAB71-15AD-4A86-8D97-5F299AFD3B14@gmail.com> References: <002501d13bfc$23a30a60$6ae91f20$@belski.net> <5679248A.9070402@lsces.co.uk> To: Lester Caine Subject: Re: [PHP-DEV] ext/interbase maintanance From: laruence@gmail.com (Xinchen Hui) Hey=A3=BA Sent from my iPhone > On Dec 22, 2015, at 18:23, Lester Caine wrote: >=20 > On 22/12/15 08:43, Xinchen Hui wrote: >>> Here is a working patch of mine: >> https://gist.github.com/laruence/f3af903012902818d7da >>=20 >> if you are going to work on this, please base on this one. >>=20 >> since I still don't have setup a evn to test it... so there might be some= >> problems >>=20 >> thanks >=20 > 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 the > current methods :( >=20 > 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 rather > than a handle? >=20 complier wanrning about handle are int Anyway, this patch is not finish, I hope I can finish this whole work in th= is week Will update here when it is done 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 >=20 > --=20 > 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 >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php