Re: [PHP-DEV] Re: [RFC] Improved parser error message

2011-05-18 Thread Gustavo Lopes
Em Tue, 17 May 2011 17:49:53 +0100, Stas Malyshev smalys...@sugarcrm.com escreveu: I think we need to keep token name in the message, since it makes it easier to understand what parser expected if you need to debug the parser (as opposed to your code). So I think we need to have both the

[PHP-DEV] Full namespace support for the Reflection API

2011-05-18 Thread Christian Kaps
Hi, are they any plans to add full namespace support for the Reflection API in PHP 5.4. Until now there is only rudimentary support implemented. There would be a great benefit for userland annotation parsers, because it could access the use statements to get the FQN for an annotation. I

[PHP-DEV] Patch - create socket by fd#

2011-05-18 Thread Florian Wilkemeyer
Hi, i recently wrote small function that allows the creation of a php-socket by directly giving the fd# this is very useful under linux/unix environments for Ipc. For example: getting forked by a webserver as fastcgi / scgi .., the webserver gives an acceptable socket as fd#0 to the

Re: [PHP-DEV] Patch - create socket by fd#

2011-05-18 Thread Gustavo Lopes
Em Wed, 18 May 2011 11:44:35 +0100, Florian Wilkemeyer f...@f-ws.de escreveu: i recently wrote small function that allows the creation of a php-socket by directly giving the fd# this is very useful under linux/unix environments for Ipc. For example: getting forked by a webserver as fastcgi /

Re: [PHP-DEV] Patch - create socket by fd#

2011-05-18 Thread Florian Wilkemeyer
Am 18.05.2011 13:13, schrieb Gustavo Lopes: Em Wed, 18 May 2011 11:44:35 +0100, Florian Wilkemeyer f...@f-ws.de escreveu: i recently wrote small function that allows the creation of a php-socket by directly giving the fd# this is very useful under linux/unix environments for Ipc. For

[PHP-DEV] [PATCH] curl_reset

2011-05-18 Thread Michael Dowling
I submitted a patch to add a curl_reset function to the cURL extension. It would be great if this patch could find its way into the PHP 5.4 release. This is my first attempt at a patch, so a review and feedback would be greatly appreciated. Feature request:

[PHP-DEV] Regarding the echo short tag

2011-05-18 Thread dukeofgaming
Hi, I just wanted to ask what is the community's feeling on keeping the echo shortcut. I know short tags are kind of deprecated and I think it is the right call, however, I really really think the echo shortcut ?= should be kept regardless of plain short tags, which are kind of pointless. I've

Re: [PHP-DEV] Regarding the echo short tag

2011-05-18 Thread Ferenc Kovacs
On Wednesday, May 18, 2011, dukeofgaming dukeofgam...@gmail.com wrote: Hi, I just wanted to ask what is the community's feeling on keeping the echo shortcut. I know short tags are kind of deprecated and I think it is the right call, however, I really really think the echo shortcut ?= should

Re: [PHP-DEV] Regarding the echo short tag

2011-05-18 Thread dukeofgaming
Should this go in Accepted then?. Regards, David On Wed, May 18, 2011 at 1:16 PM, Ferenc Kovacs i...@tyrael.hu wrote: On Wednesday, May 18, 2011, dukeofgaming dukeofgam...@gmail.com wrote: Hi, I just wanted to ask what is the community's feeling on keeping the echo shortcut. I know

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread Ferenc Kovacs
On Tue, Apr 14, 2009 at 8:06 PM, Philip Olson phi...@roshambo.org wrote: PLEASE, let the dead horse be! Apparently, this horse is not as dead as some would like it to be :) The horse is not dead or if so then no proper burial service was given. People are still waiting for the invitations

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread dukeofgaming
Hi, I'm that somebody Tyrael is talking about. FTR, I'm all for deprecating short tags, but I do feel the echo shortcut is a separate issue. Perhaps if ?php= was implemented a greater deal of people on both sides of the discussion would be happier. Best regards, David On Wed, May 18, 2011 at

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread Philip Olson
apparently somebody else brought up the shortag(specifically the ?= tag) topic again, and I've noticed that you moved the rfc from declined to In discussion recently (https://wiki.php.net/rfc/shortags?do=revisions), so I would like to know that are these rules still hold, or did something

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread Rasmus Lerdorf
On 05/18/2011 04:47 PM, Philip Olson wrote: apparently somebody else brought up the shortag(specifically the ?= tag) topic again, and I've noticed that you moved the rfc from declined to In discussion recently (https://wiki.php.net/rfc/shortags?do=revisions), so I would like to know that

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread Stas Malyshev
Hi! As far as I remember there weren't any serious objections to decoupling ?= and leaving it always enabled. It doesn't interfere with other PI tags in a file, and nobody else is going to come along and use it on us. That's what I think too, but since there was no agreement fixed on that, I

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2011-05-18 Thread dukeofgaming
So what would be there to discuss or agree on?, now that the topic is at hand. Regards, David On Wed, May 18, 2011 at 9:05 PM, Stas Malyshev smalys...@sugarcrm.comwrote: Hi! As far as I remember there weren't any serious objections to decoupling ?= and leaving it always enabled. It