Since the goal of this is debugging might I suggest borrowing a statement
from the Adobe Flash environment:  trace.

Trace sends output to the debug console.  If given a variable it would
format it as print_r currently does.  When encountered by PHP in other modes
it would be silently ignored.

Thoughts?

On Tue, Apr 19, 2011 at 8:17 AM, Michael Wallner <m...@php.net> wrote:

> On 04/17/2011 01:17 AM, Philip Olson wrote:
>
>> Greetings Moriyoshi and all,
>>
>> Are people still thinking about this? And how about applying the
>> current/revised patch to trunk thus making it easier to play with and
>> break, but not freeze its features/API yet.
>>
>> Also the wiki is up again so:
>>
>>   - RFC: https://wiki.php.net/rfc/builtinwebserver
>>   - Patch is here: http://gist.github.com/835698
>>
>
> The php_http_* "namespace" is actually already used by pecl_http?
>
> Regards,
> Mike
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to