[PHP-DEV] PHP 4 Bug Summary Report

2006-02-27 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (629 total including feature requests) ===[Apache related]=== 36472 Feedback Memory fault ===[Apache2 related]

[PHP-DEV] PHP 5 Bug Summary Report

2006-02-27 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (429 total including feature requests) ===[*Compile Issues]== 36404 Open configure script cannot complete libxml build ===

[PHP-DEV] CVS Account Request: hungdn

2006-02-27 Thread Dinh Ngoc Hung
Extend PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-27 Thread Nico Edtinger
Hi! Mac OS X has some tools for debugging and profiling. They may not be as easy to use as valgrind, but they still work. http:// kernelthread.com/mac/osx/tools.html is a good overview of the most important CLI tools (search for debug, profile, trace in the document). The same guy has a fo

[PHP-DEV] Revisiting output control code

2006-02-27 Thread Michael Wallner
Hi, I'd like to suggest that we revisit the output control (output buffering) code base. The current implementation uses way too less commands to do too many different operations, which almost always causes problems with output handlers that need to maintain a state or context. Short example: o

RE: [PHP-DEV] Revisiting output control code

2006-02-27 Thread Jared Williams
> I'd like to suggest that we revisit the output control > (output buffering) code base. > The current implementation uses way too less commands to do > too many different operations, which almost always causes > problems with output handlers that need to maintain a state > or context. > > Sh

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-27 Thread Marcus Bointon
On 27 Feb 2006, at 03:17, Rasmus Lerdorf wrote: When you manage that, please send me a copy of an OSX-PPC compatible Valgrind! Don't know if it helps, but kcachegrind works a treat on OS X. It's just had an update via fink too. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_1) / zend.h zend_object_handlers.c zend_objects.c zend_reflection_api.c php-src NEWS

2006-02-27 Thread Mike Naberezny
Jeff Moore wrote: > Would this patch (or another > like it) allow for the elimination of the current recursion guard for > __get, etc? The code below echoes "it works" on PHP_5_1 and HEAD but raises a notice on the other branches. there; case 'there': return 'it wor

Re: [PHP-DEV] Revisiting output control code

2006-02-27 Thread Jasper Bryant-Greene
Michael Wallner wrote: I'd like to suggest that we revisit the output control (output buffering) code base. On a semi-related note, I'd like to see the docs mention that print_r and var_export (with the second parameter set to TRUE), and debug_print_backtrace, internally use the output buffer