Re: [PDO] PDO transaction isolation level and firebird
[email protected] ("Vjacheslav V. Borisov") Sun, 13 Oct 2013 15:11:39 +0400
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <CA+JxkLCSKBB2GkZOaA74_XNRxm44FEOj4W09g4Aq+T56HA=gCg@mail.gmail.com> |
Lester, you are right, everyhing is being pushed forward far too fast. But may be forward is not so bad. We are using mysql and iterbase extensions for years. And now mysql extension is deprecated. This forced us to start slowly switching from both of these extensions to = PDO. And now I think that PDO is really better that old style extensions and some drivers (like mysql) ready for production. So I decided to patch PDO firebird extension also. Now both drivers working on production sites (new code we are writing with PDO, and slowly rewriting old code where applicable) P.S. I never heard about php adodb before, so I cannot say anything about it. But from my personal point of view it looks like abandoned (last modified 2012-09-04) 2013/10/13 Lester Caine <[email protected]> > > Vjacheslav V. Borisov wrote: >> >> I noticed that there is too many bugs open and too few developers who ca= n >> do the work. >> And even this list is almost dead. Don't know what is the cause of that, >> but may be it is just hard to start ? >> I recently written some patches for php - work, which I never done befor= e. >> And i can say, this really not so hard, if you know C/C++ (or at least >> php?) and linux. >> Most troublesome work is to setup build environment, so i decided to wri= te >> instruction how to patch, build and debug PHP extension, so may be more = web >> developers can contribute to php. >> http://tech.google-it.info/web/howto_patchphp.xhtml >> (I am web developer, so I use netbeans for almost all tasks) > > > Vjacheslav > My own personal take on PDO was that it was illconcieved from the start a= nd I'm still using ADOdb happily 10+ years on. This uses the generic driver= s and so I've never bothered with PDO's firebird driver. > The other 'improvements' being made to PHP itself are adding to the feeli= ng that it has lost the plot in general and so I've now frozen my own devel= opment work based on PHP5.4 and will not bother with a later version now ev= en if that requires continuing to maintain PHP5.4 myself at some point, but= PHP5.2 is still stable and 'safe' if used properly and many people are sti= ll reliant on it ... despite the bugs. EVERYTHING is being pushed forward f= ar too fast without leaving space for those of us with a vast raft of legac= y code the time to bring it forward and PDO is an example of something star= ted but never 'finished' :( > > -- > 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 > > > -- > PDO Working Group Mailing List (http://pdo.php.net) > To unsubscribe, visit: http://www.php.net/unsub.php >