Re: [PHP-DEV] Mailparse extension

2002-11-19 Thread Wez Furlong
Hi Mike, I'm ironing out a few nasty bugs; I'm aiming to have it stable either in time for 4.3 or very shortly afterwards. (It's not bundled with the core any longer - it's now in PECL) --Wez. On Tue, 19 Nov 2002, Mike Hall wrote: > Is this going to be production stable in 4.3.0? > > Cheers, >

[PHP-DEV] Mailparse extension

2002-11-19 Thread Mike Hall
Is this going to be production stable in 4.3.0? Cheers, Mike -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
On 2001-05-20 16:20:03, "Andi Gutmans" <[EMAIL PROTECTED]> wrote: > At 12:28 PM 5/20/2001 +0100, Wez Furlong wrote: > > > SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG > Was that in chinese? :) Base64... :-) --Wez. -- PHP Development Mailing List To

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Andi Gutmans
Was that in chinese? :) Andi At 12:28 PM 5/20/2001 +0100, Wez Furlong wrote: >Ooops. > >That says something along the lines of: > >I have commited my mailparse extension since there was no negative feedback >when I asked about doing it a couple of weeks ago. > >--Wez. > > > SGksDQoNCkkndmUgY29tb

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
Ooops. That says something along the lines of: I have commited my mailparse extension since there was no negative feedback when I asked about doing it a couple of weeks ago. --Wez. > SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG > 9wZSB0aGF0 > cyBPSy4NCkkgZGlkbid0IGdldCBhb

[PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG9wZSB0aGF0 cyBPSy4NCkkgZGlkbid0IGdldCBhbnkgbmVnYXRpdmUgZmVlZGJhY2sgYWJvdXQgY29tbWl0dGlu ZyBpdCB3aGVuIEkgYXNrZWQgYQpjb3VwbGUgb2Ygd2Vla3MgYWdvLCBzbyBJIHRob3VnaHQgaXQg d291bGQgYmUgT0suDQoNCi0tV2V6Lg== -- PHP Development Mailing List

Re: [PHP-DEV] mailparse extension

2001-05-10 Thread Vadka
On Fri, 4 May 2001, Andrei Zmievski wrote: > On Fri, 04 May 2001, Hartmut Holzgraefe wrote: > > oops, we are going to have internal extension dependencies beside > > those to ext/standard? Hm.. I have a mailparser c code PHP module more or less rady. Can put it to public domain. There is a

Re: [PHP-DEV] mailparse extension

2001-05-07 Thread Boian Bonev
> I would like to put my mailparse ("As seen on zend.com weekly summary") > extension into CVS; shall I just check it into php4/ext? i'd also like to see this one released in php. :) b. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [PHP-DEV] mailparse extension

2001-05-04 Thread Andrei Zmievski
On Fri, 04 May 2001, Hartmut Holzgraefe wrote: > oops, we are going to have internal extension dependencies beside > those to ext/standard? ext/wddx already depends on ext/xml. -Andrei Some people try to achieve immortality through their work, others through their children. I hope to achieve im

Re: [PHP-DEV] mailparse extension

2001-05-04 Thread Wez Furlong
On 2001-05-04 10:03:00, "Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote: > Wez Furlong wrote: > > So, it'll be more of an internal dependency... > oops, we are going to have internal extension dependencies beside > those to ext/standard? I can see where you are heading. > i think we should find

Re: [PHP-DEV] mailparse extension

2001-05-04 Thread Hartmut Holzgraefe
Wez Furlong wrote: > I said no, but I am thinking of making a dependency on the new mbstring > extension to utilize the extensive encoding conversion code it provides. > > So, it'll be more of an internal dependency... oops, we are going to have internal extension dependencies beside those to ex

Re: [PHP-DEV] mailparse extension

2001-05-04 Thread Wez Furlong
On 2001-05-04 06:07:14, "Chuck Hagenbuch" <[EMAIL PROTECTED]> wrote: > Quoting Wez Furlong <[EMAIL PROTECTED]>: > > > I would like to put my mailparse ("As seen on zend.com weekly summary") > > extension into CVS; shall I just check it into php4/ext? > > I'd certainly be interested in it. Are th

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Wez Furlong
On 2001-05-04 06:07:14, "Chuck Hagenbuch" <[EMAIL PROTECTED]> wrote: > Quoting Wez Furlong <[EMAIL PROTECTED]>: > > > I would like to put my mailparse ("As seen on zend.com weekly summary") > > extension into CVS; shall I just check it into php4/ext? > > I'd certainly be interested in it. Are th

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Chuck Hagenbuch
Quoting Wez Furlong <[EMAIL PROTECTED]>: > I would like to put my mailparse ("As seen on zend.com weekly summary") > extension into CVS; shall I just check it into php4/ext? I'd certainly be interested in it. Are there any external library dependancies? -chuck -- Hockey means never having to s

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Andi Gutmans
I think this would be of interest to the PHP community but I personally haven't messed with imap & email so it doesn't mean much :) Andi At 11:36 PM 5/3/2001 +0100, Wez Furlong wrote: >Hi All, > >I would like to put my mailparse ("As seen on zend.com weekly summary") >extension into CVS; shall

[PHP-DEV] mailparse extension

2001-05-03 Thread Wez Furlong
Hi All, I would like to put my mailparse ("As seen on zend.com weekly summary") extension into CVS; shall I just check it into php4/ext? > wc *.c *.h README *.m4 *.in 8052374 21660 mailparse.c 11913096 25926 rfc2045.c 78 2171578 rfc2045_base64encode.c 129