RE: [PHP-DEV] Re: Fixes for #69900 and #69963

2015-07-02 Thread Anatol Belski
dnesday, July 1, 2015 12:55 AM > >> To: Anatol Belski; 'PHP Internals' > >> Cc: 'Pierre Joye'; 'Kalle Sommer Nielsen'; 'Dmitry Stogov'; 'Xinchen > >> Hui'; 'Nikita Popov' > >> Subject: [PHP-DEV] Re: Fixes

Re: [PHP-DEV] Re: Fixes for #69900 and #69963

2015-07-01 Thread Christoph Becker
'; 'Dmitry Stogov'; 'Xinchen Hui'; >> 'Nikita >> Popov' >> Subject: [PHP-DEV] Re: Fixes for #69900 and #69963 >> >> It appears to be possible to set the buffer size by passing a nSize argument >> > 0 to >> CreatePipe[1]

RE: [PHP-DEV] Re: Fixes for #69900 and #69963

2015-06-30 Thread Anatol Belski
;; 'Dmitry Stogov'; 'Xinchen Hui'; > 'Nikita > Popov' > Subject: [PHP-DEV] Re: Fixes for #69900 and #69963 > > Hi! > > Anatol Belski wrote: > > > regarding the mentioned tickets I've prepared a patch > > https://g

[PHP-DEV] Re: Fixes for #69900 and #69963

2015-06-30 Thread Christoph Becker
Hi! Anatol Belski wrote: > regarding the mentioned tickets I've prepared a patch > https://github.com/php/php-src/compare/master...weltling:pipe_blocking_win . Great. > Anonymous pipes on Windows > > - don't support asynchronous IO > - don't support select() > - have buffer size of 4096 bytes

RE: [PHP-DEV] Re: Fixes for #69900 and #69963

2015-06-30 Thread Anatol Belski
gt; Subject: [PHP-DEV] Re: Fixes for #69900 and #69963 > > Hi Anatol, > > I don't see any problems committing this. > > Thanks. Dmitry. > > > On Tue, Jun 30, 2015 at 9:41 PM, Anatol Belski > wrote: > > > Hi, > > > > regarding the menti

[PHP-DEV] Re: Fixes for #69900 and #69963

2015-06-30 Thread Dmitry Stogov
Hi Anatol, I don't see any problems committing this. Thanks. Dmitry. On Tue, Jun 30, 2015 at 9:41 PM, Anatol Belski wrote: > Hi, > > regarding the mentioned tickets I've prepared a patch > https://github.com/php/php-src/compare/master...weltling:pipe_blocking_win > . > Anonymous pipes on Wind