Re: [PHP-DEV] dbase extension - Contributing Code

2002-05-21 Thread Vlad Krupin
dbase_add_record() completed, before it's committed, I should get the read >support completed? At this point, it could be committed. > >Thanks, >Geoff >- Original Message - >From: "Vlad Krupin" <[EMAIL PROTECTED]> >To: "Geoff" <[EMAIL

Re: [PHP-DEV] dbase extension - Contributing Code

2002-05-21 Thread Geoff Jukema
upport completed? At this point, it could be committed. Thanks, Geoff - Original Message - From: "Vlad Krupin" <[EMAIL PROTECTED]> To: "Geoff" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 10:28 AM Subject: Re: [PHP-DEV] dbase e

Re: [PHP-DEV] dbase extension - Contributing Code

2002-05-21 Thread Vlad Krupin
this would be nice to have - I've written some code for that a while back, but never got to finishing or committing it, so it's all abandoned now. I briefly looked at your code and have a couple of comments. First, writing to dbase is optional for most people (because it's not safe to write f

Re: [PHP-DEV] dbase extension - Contributing Code

2002-05-21 Thread derick
On Mon, 20 May 2002, Geoff wrote: [...] > > So, how do I get my enhanced code into the regular PHP distribution? > Whatever needs to be done, please let me know. The best thing would be to make a patch (diff -u) against the main CVS branch. This allows us for easy reviewing of the code. Deric