PECL packages
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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()
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
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
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
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
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