sqlite3 bindings in PHP

php.internals

Unnamed Person

22 years ago
I'm considering implementing sqlite3 bindings in PHP, but before I undertake that project, is anyone else already working on it? Derrell

Wez Furlong

22 years ago
I would say don't bother as its something I have planned for PDO. But that's just me ;-) --Wez. Derrell.Lipman@UnwiredUniverse.com wrote:

Unnamed Person

22 years ago
Wez Furlong <wez@thebrainroom.com> writes:
> I would say don't bother as its something I have planned for PDO. > But that's just me ;-)
Sorry, TLA knowledge problem here. What's "PDO"? Derrell

Unnamed Person

22 years ago
Derrell.Lipman@UnwiredUniverse.com writes:
> Wez Furlong <wez@thebrainroom.com> writes: > >> I would say don't bother as its something I have planned for PDO. >> But that's just me ;-) > > Sorry, TLA knowledge problem here. What's "PDO"?
Ok, now I know what PDO is. Wez, what do you anticipate as a completion schedule for sqlite3 bindings, in or out of PDO? Cheers, Derrell

Wez Furlong

22 years ago
I won't commit to a definite time, but keep in mind that the current sqlite only took me around 2 hours to code from scratch (plus various refinements since then); this is the kind of thing that will pop into existence real soon now when I get a spare couple of hours, and some writing deadline to meet ;-) --Wez. Derrell.Lipman@UnwiredUniverse.com wrote:

Unnamed Person

22 years ago
Wez Furlong <wez@thebrainroom.com> writes:
> I won't commit to a definite time, but keep in mind that the current sqlite > only took me around 2 hours to code from scratch (plus various refinements > since then); this is the kind of thing that will pop into existence real soon > now when I get a spare couple of hours, and some writing deadline to meet ;-)
Ok, great. I'll await it. If it doesn't happen before I get impatient, then I may do it for you. :-) My patience should last at least a few days. :-) Please let me know when it's alpha-ready, and I should be able to do some testing. Cheers, Derrell

Jacques Marneweck

22 years ago
On Tue, 10 Aug 2004 10:32:58 -0400, derrell.lipman@unwireduniverse.com <derrell.lipman@unwireduniverse.com> wrote:
> Wez Furlong <wez@thebrainroom.com> writes: > > > I would say don't bother as its something I have planned for PDO. > > But that's just me ;-) > > Sorry, TLA knowledge problem here. What's "PDO"? >
Hi Derrell, PDO is the PHP Data Objects Interface which is available over @ http://pecl.php.net/package-info.php?package=PDO Regards --jm
> > > Derrell > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- Jacques Marneweck http://www.powertrip.co.za/blog/