[PHP-DEV] Re: PHP profiling results under 2.0.37 Re: Performance of Apache2.0 Filter

2002-06-07 Thread Cliff Woolley
On Fri, 7 Jun 2002, Brian Pane wrote: IMHO, that's a design flaw. Regardless of whether PHP is doing buffering, it shouldn't break up blocks of static content into small pieces--especially not as small as 400 bytes. While it's certainly valid for PHP to insert a flush bucket right before

[PHP-DEV] Re: Performance of Apache 2.0 Filter

2002-06-06 Thread Cliff Woolley
On Thu, 6 Jun 2002, Sebastian Bergmann wrote: A user posted [1] a benchmark today in the German PHP Newsgroup [2] stating that Apache 2.0 and PHP (current HEAD) are about 20% slower than Apache 1.3. Are there any official benchmarks out there? I can't quite believe this... None

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard head.c

2002-05-17 Thread Cliff Woolley
On Fri, 17 May 2002, Rasmus Lerdorf wrote: - return sapi_add_header(cookie, strlen(cookie), 0); + return sapi_add_header_ex(cookie, strlen(cookie), 0, 0 TSRMLS_CC); Yikes, what a suspicious looking patch! This has been wrong all along for all SAPI modules, but works, at least for the

[PHP-DEV] Re: cvs: php4 /sapi/apache2filter apache_config.c

2002-05-16 Thread Cliff Woolley
On Fri, 17 May 2002, Cliff Woolley wrote: jwoolley Fri May 17 01:16:24 2002 EDT Modified files: /php4/sapi/apache2filter apache_config.c Log: * restore the php_flag and php_admin_flag Apache directives which for some mysterious reason never made their way from

Re: [PHP-DEV] Parse error in Zend

2002-05-13 Thread Cliff Woolley
On Mon, 13 May 2002, Cliff Woolley wrote: Yes, this works. Someone with Zend karma please commit it. Uhh, oops, it was already committed I guess. Hmph, wonder why cvs up didn't give me the message I expected. Oh well, never mind. ;) Thanks, --Cliff

[PHP-DEV] Zend/zend_istdiostream.h C++??

2002-05-09 Thread Cliff Woolley
HEAD won't compile for me right now because Zend/zend_istdiostream.h is C++. Though that file has been around in its current form for almost 16 months, it's only included by Zend/zend_multibyte.c, which was just added 33 hours ago. --Cliff -- PHP Development Mailing List http://www.php.net/

Re: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-22 Thread Cliff Woolley
-- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Segfault with Apache 2.0.35 and PHP 4.2.0

2002-04-22 Thread Cliff Woolley
On Mon, 22 Apr 2002, Rasmus Lerdorf wrote: Try the CVS version of PHP. I've been having consistent problems trying to get PHP working with Apache 2. Basically, after getting everything installed, I try to run apache, and everything seems to work until I realise that no apache tasks

[PHP-DEV] CVS Account Request: jwoolley

2002-04-21 Thread Cliff Woolley
Help maintain sapi/apache2filter -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Apache2Filter on Linux

2002-04-14 Thread Cliff Woolley
out what was going on. Now that I know it's not just me, I'll dig deeper. :) PS: What MPM are you using? Does changing it make a difference? --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- PHP Development

Re: [PHP-DEV] Re: Apache2Filter on Linux

2002-04-14 Thread Cliff Woolley
On Sun, 14 Apr 2002, Sebastian Bergmann wrote: Cliff Woolley wrote: PS: What MPM are you using? Does changing it make a difference? The default one. Haven't tried changing it. Prefork. Okay, I've seen that problem, too. I'll work on it. It *could* be related to the libtool DSO

[PHP-DEV] RE: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-10 Thread Cliff Woolley
achievable and would be a major boon to Apache 2. :) PS: And yes, we volunteer to look at the bug reports! Thanks, Cliff -- Cliff Woolley [EMAIL PROTECTED] Apache HTTP Server Project -- PHP Development Mailing List http

[PHP-DEV] Re: [PATCH] rev. 2 of my apache2filters SEGV fixes

2002-04-10 Thread Cliff Woolley
(and likely other things) as GD checks that the return value matches the passed length aborts if it doesn't. Because the old version was already always returning 0. If that's incorrect, it was incorrect before was well. --Cliff -- Cliff

[PHP-DEV] RE: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-10 Thread Cliff Woolley
-- Cliff Woolley [EMAIL PROTECTED] Apache HTTP Server Project -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Crash in Apache2Filter

2002-04-09 Thread Cliff Woolley
macros to dump this stuff out for us on gdb, but unfortunately no such beast currently exists (is possible? I don't know) on MSVC's debugger. Thanks, Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- PHP

Re: [PHP-DEV] Crash in Apache2Filter

2002-04-09 Thread Cliff Woolley
must not be. :) At that point, figuring out where the corruption occurs is where knowing what the contents of the brigades are becomes useful. --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- PHP

Re: [PHP-DEV] Re: Crash in Apache2Filter

2002-04-09 Thread Cliff Woolley
a series of patches to fix and optimize the apache2filter. :) Will keep you posted. --Cliff -- Cliff Woolley [EMAIL PROTECTED] Apache HTTP Server Project -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] [PATCH] update against Apache 2

2001-11-28 Thread Cliff Woolley
) -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]