Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Markus Fischer
On Thu, Sep 12, 2002 at 01:13:03PM -0700, Brian Lalor wrote : > Jon Parise <[EMAIL PROTECTED]> writes: > > > On Thu, Sep 12, 2002 at 10:54:14AM -0700, Brian Lalor wrote: > > > > > > On Thu, Sep 12, 2002 at 10:41:47AM -0700, Brian Lalor wrote : > > > > > Where are the current docs? > > > > [...

Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread derick
On 12 Sep 2002, Brian Lalor wrote: > Jon Parise <[EMAIL PROTECTED]> writes: > > > > By which you mean the source? I asked if there was documentation outside of > > > the source files. > > > > Yes, the documentation is at http://www.php.net/sockets (which > > redirects to the manual entry). >

Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Jon Parise
On Thu, Sep 12, 2002 at 10:54:14AM -0700, Brian Lalor wrote: > > On Thu, Sep 12, 2002 at 10:41:47AM -0700, Brian Lalor wrote : > > > Where are the current docs? > > [...] > > > > php.net/sockets > > By which you mean the source? I asked if there was documentation outside of > the source f

Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Markus Fischer
On Thu, Sep 12, 2002 at 10:41:47AM -0700, Brian Lalor wrote : > Where are the current docs? [...] php.net/sockets -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc - It's not a fug, it's a beature. - -- PHP Development Mailing List To unsubscri

Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-11 Thread Jason T. Greene
What I was saying in my earlier email much longer drawn out email was, that the API changes have been really final since version 4.2.0. The only reason I would change it, would be if someone demonstrated a problem with the interface, which no one has for 4.2.0 - 4.2.3 versions. The only API change

Re: [PHP-DEV] Re: sockets extension

2002-09-09 Thread Jason Greene
First of all, If you have actually been having problems with this extension, all you need to do is open a bug report and/or email this list, and I would have been happy to take a look at fixing any possible issue. Now, to answer your question about why the api has undergone 3 changes: This is

Re: [PHP-DEV] Re: sockets extension

2002-09-09 Thread Pierre-Alain Joye
On Mon, 9 Sep 2002 16:59:19 -0700 "NAIK,ROSHAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > > Extensions not accessible via cvs.php.net !! > --- > mailparse, dbplus, muscat You missed a folder 'cvsroot/pear/PECL'. Experimental is a good state for extension wh

Re: [PHP-DEV] Re: sockets extension

2002-09-09 Thread Alan Knowles
> > >Experminatal 10 to 16 months: >--- >dio, w32api, xml rpc, ncurses, pcntl, xslt > dio - appears mostly stable = hell it's going in an embedded box here:) its a straight map direct unix io stuff to php, so the api will probably not change, just grow slightly?? So

Re: [PHP-DEV] Re: sockets extension

2002-09-09 Thread Wez Furlong
On 09/09/02, "Brian Lalor" <[EMAIL PROTECTED]> wrote: > "Wez Furlong" <[EMAIL PROTECTED]> writes: > > Which part of "EXPERIMENTAL" in the docs at > > http://www.php.net/manual/en/function.socket-select.php > > don't you understand? I didn't mean for that to come across quite so strongly; I apolog

RE: [PHP-DEV] Re: sockets extension

2002-09-09 Thread James Cox
> For the benefit of other users i did a status check on the > general situation with extensions: > >Total extensions bundled with PHP4.2.3 = 94 ># of them that are Expermintal = 24 > > Therefore more than 25% are expermental. > > Among the experimental. > > Experimental for 1

RE: [PHP-DEV] Re: sockets extension

2002-09-09 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
For the benefit of other users i did a status check on the general situation with extensions: Total extensions bundled with PHP4.2.3 = 94 # of them that are Expermintal = 24 Therefore more than 25% are expermental. Among the experimental. Experimental for 19 months to 2yrs

Re: [PHP-DEV] Re: Sockets Extension Rework (API, etc...) VERY LONG

2002-02-22 Thread J Smith
Coo. I never really got into the rationale behind the C API, all that kernel optimization, which is interesting. I haven't had any problems yet with fd_clear, but I don't use it intensely. (Once, maybe twice in a script.) Anyways, anything that will make the extension better is a good thing.

Re: [PHP-DEV] Re: Sockets Extension Rework (API, etc...) VERY LONG

2002-02-21 Thread Jason Greene
On Thu, 2002-02-21 at 18:09, J Smith wrote: > > I'm all for fixing this extension up to make it better, Great!!! > but I'm a little > concerned with totally dropping the fd_* functions. How would you mimic > their use in something like a multiplexing using a blocking call situation > after

Re: [PHP-DEV] Re: Sockets Extension Rework (API, etc...) VERY LONG

2002-02-21 Thread Jason Greene
> On Wed, 2002-02-20 at 19:29, Richard Samar wrote: > Hi Jason, > Hello Richard, > I was the "extension user" talking about a few of the problems :-) > I still had not the time to take a look at all the functions. > > > 1. Consistency problems > > a. Some functions take host, some take ip,