Re: [PHP-DEV] Adding pecl/http to core

2008-10-28 Thread Lars Strojny
Hi Johannes, Am Montag, den 27.10.2008, 19:59 +0100 schrieb Johannes Schlüter: [...] I think it's fine to have settings for limitations on pconnects, but stuff like http.request.methods.allowed or http.only_exceptions should imo be set as object properties (or similar), not globally using ini

Re: [PHP-DEV] Adding pecl/http to core

2008-10-28 Thread Stan Vassilev | FM
I've not seen plenty of Class::singleton() myself, getInstance is an accepted standard in all languages, including the PHP code I wrote, and I've had experience with. Regards, Stan Vassilev -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Adding pecl/http to core

2008-10-28 Thread Lars Strojny
Hi Stan, Am Dienstag, den 28.10.2008, 14:33 +0200 schrieb Stan Vassilev | FM: [...] I've not seen plenty of Class::singleton() myself, getInstance is an accepted standard in all languages, including the PHP code I wrote, and I've had experience with. That's my point, yes. pecl_http uses

Re: [PHP-DEV] Adding pecl/http to core

2008-10-28 Thread Michael Wallner
Johannes Schlüter wrote: I think it's fine to have settings for limitations on pconnects, but stuff like http.request.methods.allowed or http.only_exceptions should http.request.methods.allowed is handled at RINIT. http.only_exceptions is PHP_INI_ALL, though introducing it at all might have

Re: [PHP-DEV] Adding pecl/http to core

2008-10-28 Thread Michael Wallner
Lars Strojny wrote: I've not seen plenty of Class::singleton() myself, getInstance is an accepted standard in all languages, including the PHP code I wrote, and I've had experience with. That's my point, yes. pecl_http uses ::singleton() instead of getInstance(). Well, sure--that depends.

Re: [PHP-DEV] Adding pecl/http to core

2008-10-27 Thread Ralph Schindler
While overall solid, I have 1 api critique that may or may not influence inclusion.. The naming's seem slightly awkward for HttpResponse. Seemingly, HttpResponse is the compliment to HttpRequest given their namings. But looking at the api (the fact that its all static methods), it leads me

Re: [PHP-DEV] Adding pecl/http to core

2008-10-27 Thread Cristian Rodríguez
Johannes Schlüter escribió: or http.only_exceptions should imo be set as object properties (or similar), not globally using ini settings. Or just throw only exceptions and no ini setting at all. -- A computer is like an Old Testament god, with a lot of rules and no mercy. Cristian

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Lars Strojny
Hi Michael, Am Montag, den 22.09.2008, 20:17 +0200 schrieb Michael Wallner: [...] I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to ask me and you that question once for all. I would like to

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Hannes Magnusson
On Mon, Sep 22, 2008 at 20:17, Michael Wallner [EMAIL PROTECTED] wrote: Hi, I wonder what the general opinion is on adding pecl/http to the main PHP distribution? +1 -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Lukas Kahwe Smith
On 23.09.2008, at 14:02, Lars Strojny wrote: Hi Michael, Am Montag, den 22.09.2008, 20:17 +0200 schrieb Michael Wallner: [...] I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to ask me

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Hannes Magnusson
On Tue, Sep 23, 2008 at 14:54, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: That being said, there is some overlap in features with existing functionality. Maybe if we schedule this for PHP 6, then we might want to mark a few things as deprecated in PHP 5.3. Doesn't sound like a good idea. To be

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Marcus Boerger
Hello Hannes, Tuesday, September 23, 2008, 3:04:16 PM, you wrote: On Tue, Sep 23, 2008 at 14:54, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: That being said, there is some overlap in features with existing functionality. Maybe if we schedule this for PHP 6, then we might want to mark a few

Re: [PHP-DEV] Adding pecl/http to core

2008-09-23 Thread Marcus Boerger
Hello Michael, I think it is pretty useful. marcus Monday, September 22, 2008, 8:17:58 PM, you wrote: Hi, I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to ask me and you that question

Re: [PHP-DEV] Adding pecl/http to core

2008-09-22 Thread Cristian Rodríguez
Michael Wallner escribió: Hi, I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to ask me and you that question once for all. +1000, :) probably the most useful addition in years. -- A

Re: [PHP-DEV] Adding pecl/http to core

2008-09-22 Thread Ralph Schindler
I have to agree here. Is the book already closed on core extensions in 5.3? -ralph Cristian Rodríguez wrote: Michael Wallner escribió: Hi, I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to

Re: [PHP-DEV] Adding pecl/http to core

2008-09-22 Thread Kalle Sommer Nielsen
Hi 2008/9/22 Michael Wallner [EMAIL PROTECTED]: Hi, I wonder what the general opinion is on adding pecl/http to the main PHP distribution? Many people have poked me in the past, so I guessed it's time to ask me and you that question once for all. Regards, Mike -- PHP Internals - PHP