ID:               15651
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         *General Issues
 Operating System: Win2K-Server / UNIX
 PHP Version:      4.1.1
 New Comment:

Unfortunately, my home OS is Win2K-Server, and I myself don't have VC++
to try to build PHP from sources...
Can I provide any useful information for you, using my OS software
which I already have?
I have both IIS and Apache web servers.


Previous Comments:
------------------------------------------------------------------------

[2002-02-21 06:04:33] [EMAIL PROTECTED]

Then you are having crash bug(s).
First grab snapshot http://snaps.php.net and check if you still have
the problem. (Make sure you build with --enable-debug)

If you still have problems, check your httpd error logs. If you see
segfaults, send a backtrace. 

------------------------------------------------------------------------

[2002-02-21 05:49:16] [EMAIL PROTECTED]

I use default settings:

output_buffering = Off
zlib.output_compression = Off

and don't use any output buffering functions

------------------------------------------------------------------------

[2002-02-21 03:55:19] [EMAIL PROTECTED]

I forgot about ob_implicit_flush ;)
Do you use it?

------------------------------------------------------------------------

[2002-02-21 03:17:40] [EMAIL PROTECTED]

It sounds like you have kwon issue for 4.1..x.

Do you use ob_end_*() functions? Any where in your script?
What is your 

output_buffering
and 
zlib.output_compression

ini settings?


------------------------------------------------------------------------

[2002-02-20 18:14:41] [EMAIL PROTECTED]

My site was developed on php4.0.6 on Win2K-Server (home PC) and runned
on UNIX (commercial hosting). All things were OK anywhere, on both IIS
(CGI and ISAPI) and Apache (CGI and module).
Then my hoster setuped php4.1.1. and site stopped to work! And the same
problem was on another hoster which used 4.1.1 version (both are
running Unix).
I tryed to setup 4.1.1 on my PC and got the same problem. It does not
depend on OS, Web-server or mode (cgi, ISAPI, module...), it appears
anywhere. I myself checked all settings in php.ini, but all settings
was OK there.

The problem looks so: browser gets only part of pages, pages are cutted
in some places, which are individual for each page (although pages have
common header) and for each OS or server. And there is no visible
dependency on html or php-code in those places.
So, it looks as some unexpected output crash...

Unfortunately, I don't know how I can describe the problem better... If
you need more info, please, ask concrete questions.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15651&edit=1

Reply via email to