[PHP-DEV] CVS Account Request: darkcc

2006-02-28 Thread yuan guohui
PECL packages -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [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-28 Thread Jeff Moore
On Feb 27, 2006, at 12:49 PM, Mike Naberezny wrote: The code below echoes "it works" on PHP_5_1 and HEAD but raises a notice on the other branches. excellent! It seems this can be closed then? http://bugs.php.net/bug.php?id=29070 Regards, Jeff -- PHP Internals - PHP Runtime Development M

Re: [PHP-DEV] Revisiting output control code

2006-02-28 Thread Zeev Suraski
I misread the post, I thought we were talking about ob_end_clean(). Yes, ob_clean() may cause this problem to happen, but again, the right approach would be having an 'applicative' output buffer on top of the gzip output buffer. We can look into letting output handlers denote that ob_clean()

Re: [PHP-DEV] Revisiting output control code

2006-02-28 Thread Hannes Magnusson
On 2/28/06, Zeev Suraski <[EMAIL PROTECTED]> wrote: > I'm also not sure about what you're saying with the gzip/zlib headers > missing - do you mean the footers? > Refering to http://bugs.php.net/bug.php?id=36514 I belive - Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

Re: [PHP-DEV] Revisiting output control code

2006-02-28 Thread Zeev Suraski
At 13:51 27/02/2006, Michael Wallner wrote: 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

Re: [PHP-DEV] Revisiting output control code

2006-02-28 Thread Friedhelm Betz
Jasper Bryant-Greene wrote: 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, int

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

2006-02-28 Thread Wez Furlong
If your code is portable, I'd suggest debugging it on linux. --Wez. On 2/26/06, D. Walsh <[EMAIL PROTECTED]> wrote: > > On Feb 24, 2006, at 07:11 , Wez Furlong wrote: > > > My suggestion is to download, compile and use valgrind and see what > > problems that highlights in your code. > > Since you

[PHP-DEV] PHP4/Apache2 Session Deadlock

2006-02-28 Thread Sebastian Wiesinger
Hello, I'm seeing a problem with an installation of PHP4/Apache2 and I don't know where the cause of the problem is. I'm using the Debian Sarge versions of apache2/php4 which are ii libapache2-mod-php4 4.3.10-16 ii apache2-mpm-prefork 2.0.54-5 I have the problem that somet