Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93857 invoked from network); 15 Jun 2008 22:00:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2008 22:00:00 -0000 Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 213.123.20.125 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 213.123.20.125 c2bthomr07.btconnect.com Received: from [213.123.20.125] ([213.123.20.125:3049] helo=c2bthomr07.btconnect.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/2F-06776-DD095584 for ; Sun, 15 Jun 2008 17:59:58 -0400 Received: from [127.0.0.1] (host81-138-11-136.in-addr.btopenworld.com [81.138.11.136]) by c2bthomr07.btconnect.com with ESMTP id BGE94269; Sun, 15 Jun 2008 22:59:52 +0100 (BST) Message-ID: <485590E0.8050003@lsces.co.uk> Date: Sun, 15 Jun 2008 23:00:00 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: <4854BCAC.8090001@lsces.co.uk> <9C3DF443-1D06-4654-B519-4AABD37B9806@pooteeweet.org> <4854C9C7.6080302@lsces.co.uk> <8C383A08-257C-4D12-A170-3C02D970C23D@pooteeweet.org> <4854D588.2070601@lsces.co.uk> <48552BF7.5060503@lsces.co.uk> <485541CF.6030503@lsces.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/50, host=c2bthomr07.btconnect.com X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.485590D9.0124,ss=1,fgs=0, ip=127.0.0.1, so=2007-10-30 19:00:17, dmn=5.4.3/2008-02-01 X-Junkmail-IWF: false Subject: Re: [PHP-DEV] The battle between users and developers From: lester@lsces.co.uk (Lester Caine) Pierre Joye wrote: >>> I can provide the libs in the next days as well as use them in our >>> binaries snapshops (5.3, 6.x, maybe 5.2 if it works well and is 100% >>> BC). >> Static linking the client library may be a problem! Flamerobin needs to use >> the client for database management, and my legacy applications run in >> parallel on some machines. I run multiple web servers each with their own >> local legacy hardware but sharing data on a remote server. > > Ah right, we do it dynamically already (was looking for fbclient but > we still use gd32.dll :). Still need gds32.dll for compatibility with Interbase. That is why a php_firebird may now be appropriate. I'm doubt that Interbase will work with the fbclient - in fact I suspect that even Interbase users would need a newer gds32.dll from the Interbase install to access the current versions of Interbase! Just don't know of anybody rich enough to use Interbase ;) 5.3.0 snapshot runs clean on the ibtest package but we do need to extend that to add a few more blob tests. bitweaver runs except for a number of 'Deprecated' errors, so the blob functions are still fine. Just need to work through the list of 'Deprecated' errors and see if we can do anything about them AND maintain BC .... 1/ Assigning the return value of new by reference is deprecated 2/ The is_dst parameter is deprecated in mk/gmmtime Only thing I spotted was a silly with php.ini. I had - path\" - as the end of the include path, and PHP5.3.0 then used the whole of the rest of the ini file as the include path! Drop the '\' leaving path" and everything is fine. I think the '\' was there originally because of a problem with it not being added, but it does seem that it is no longer needed? -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php