Re: [PHP-DEV] pop3 patch

2007-09-01 Thread Pierre
On 8/31/07, BuildSmart <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Funny but I was told to just publish my patches here and the > appropriate person would pick up the info however, anything not > directly included with the php distro will be submitted to the pec

Re: [PHP-DEV] pop3 patch

2007-08-31 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 31, 2007, at 17:11:04, Antony Dovgal wrote: On 31.08.2007 18:26, BuildSmart wrote: +#if PHP_MAJOR_VERSION > 4 + if (!php_stream_get_line(stream, ZSTR(buffer), sizeof(buffer) - 1, &fetch_len)) { +#else Are you sure PHP > 4 has ZSTR()

Re: [PHP-DEV] pop3 patch

2007-08-31 Thread Antony Dovgal
On 31.08.2007 18:26, BuildSmart wrote: > +#if PHP_MAJOR_VERSION > 4 > + if (!php_stream_get_line(stream, ZSTR(buffer), sizeof(buffer) - 1, > &fetch_len)) { > +#else Are you sure PHP > 4 has ZSTR() macro ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To u

Re: [PHP-DEV] pop3 patch

2007-08-31 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Funny but I was told to just publish my patches here and the appropriate person would pick up the info however, anything not directly included with the php distro will be submitted to the pecl list. On Aug 31, 2007, at 10:57:58, Jani Taskinen

Re: [PHP-DEV] pop3 patch

2007-08-31 Thread Jani Taskinen
This is not the list your looking for..try the pecl list instead: http://pecl.php.net/support.php#lists --Jani On Fri, 2007-08-31 at 10:26 -0400, BuildSmart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > A quick fix to get pop3 working in PHP6, there might be a better way > but t