From:             vmelody at nd dot edu
Operating system: SunOS
PHP version:      Irrelevant
PHP Bug Type:     Output Control
Bug description:  4.3.3 Blank Page, Apache

Description:
------------
I am currently seeing this exact same bug as referenced in PHP Bug 24666.


Our website has been up and running for over 2 years now and we recently
upgraded the webserver from 4.3.1 to php 4.3.3, Apache 1.3.29 and various
other updates to the os etc.  The error described in bug report 24666 has
occurred with any page with php code in it. I even created a page with
just:

<?PHP
echo "THIS IS A TEST!";
?>

Even with just that simple of a page the error occurred. I have tried to
force the bug with just a standard html page and I cannot which leads me
to believe that this is a bug with php itself and not with apache or maybe
it is a combination. 

We did testing before going live with Server2 and did not see this error. 
So we took Server1(our live server) down and made our Server2 our live
server.  After doing this we began to see this bug after a couple days. So
we thought that it might be related to the load on Server2 and before we
did alot of debugging we completed our upgrades Server1 (typically our
live server).  However after making Server1 live again we continued to see
this error. So our system admin has been doing some testing on Server2 to
try to reproduce this error.  Even though no changes were made to server2,
we now cannot reproduce the error. I have done the same on a test server
in my office but I cannot reproduce the error while testing.


Below you will find some information from phpinfo command. If you have any
thoughts on how to best trouble shoot this I would appreciate it. I have
already download the latest version from snap.php.net but since it was
assumed 4.3.3 fixed the problem and since it did not show up during our
orginal test, I am looking for thoughts on how best to hunt this bug
down.

Thanks!
Vincent


SunOS www3 5.8 Generic_108528-27 sun4u

/configure' '--prefix=/local/www/php' 
'--with-apxs=/local/www/apache/bin/apxs' '--with-mysql=/local/www/mysql' 
'--with-openssl=/local/www/openssl' 
'--with-oci8=/local/orasoft/app/oracle/product/8.1.7' 
'--with-ldap=/local/www/ldap' '--with-yaz=/local/www/yaz' 
'--enable-xslt' '--with-xslt-sablot=/local/www/Sablot' 
'--enable-sablot-errors-descriptive' '--with-expat-dir=/local/www/expat' 
'--with-gd' '--with-jpeg-dir=/local/www/jpeg' 
'--with-zlib-dir=/local/www/zlib' '--with-png-dir=/local/www/png' 
'--with-exec-dir=/local/www/php/bin' 
'--with-config-file-path=/local/www/php' '--enable-thread-safety' 
'--enable-track-vars' '--enable-libgcc' '--enable-sigchild'

Apache/1.3.29
Apache Release 10329100

Loaded Modules
mod_php4, mod_nd, mod_ssl, mod_setenvif, mod_so, mod_proxy, mod_auth, 
mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_imap, 
mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, 
mod_negotiation, mod_mime, mod_log_config, mod_env, http_core





Reproduce code:
---------------
<?PHP
echo "THIS IS A TEST!";
?>

Expected result:
----------------
THIS IS A TEST!

Actual result:
--------------
<HTML><BODY></BODY></HTML>

-- 
Edit bug report at http://bugs.php.net/?id=27025&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27025&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27025&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27025&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27025&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27025&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27025&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27025&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27025&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27025&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27025&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27025&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27025&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27025&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27025&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27025&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27025&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27025&r=float

Reply via email to