From:             dhunter at uta dot edu
Operating system: Solaris 8
PHP version:      4.3.2
PHP Bug Type:     Scripting Engine problem
Bug description:  random blank pages for any code on any php page

Description:
------------
Pages that worked in 4.3.1 randomly print blank pages in version 4.3.2.
There isn't any specific code that produces this quirk. A simple call to
the header function to redirect a browser will produce a blank page. Also
note the following:

1) error reporting is turned on
2) Using Apache 1.3.27
3) Apache does not segfault, no segfault occurs and child process does not
die
4) no errors are reported in apache logs

Although the PHP engine and Apache do not report errors, the access log
reports a 5 byte file size when a blank page is printed. For example, a
page that is normally reported in the access log as 10,000 bytes is
reported as 5 bytes when the PHP engine fails.

'./configure' '--prefix=/usr/local/apache_1327/php-4.3.1'
'--with-apxs=/usr/local/apache_1327/bin/apxs' '--enable-sigchild'
'--enable-magic-quotes' '--with-openssl=/usr/local/openssl'
'--with-zlib=/usr/local' '--enable-bcmath' '--enable-calendar'
'--with-gdbm=/usr/local/gdbm-1.8.0' '--with-db3=/usr/local/BerkeleyDB.3.3'
'--enable-dbase' '--enable-dbx' '--enable-dio' '--enable-exif'
'--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr/local' '--with-zlib-dir=/usr/local' '--with-ttf'
'--enable-gd-native-ttf' '--with-java=/usr/java1.2' '--with-ldap=/usr'
'--enable-mbstring' '--enable-mbregex' '--with-mssql=/usr/local/freetds'
'--with-mysql=/usr/local/mysql'
'--with-mysql-sock=/usr/local/mysql/tmp/mysql.sock'
'--with-zlib-dir=/usr/local' '--with-mm=/usr/local' '--enable-sockets'
'--enable-wddx' '--enable-xslt' '--with-xslt-sablot=/usr/local'
'--enable-memory-limit=yes' '--with-gnu-ld'


Reproduce code:
---------------
No specific code produces the bug. All pages are randomly printed nothing,
blank.


Expected result:
----------------
output

Actual result:
--------------
no output

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

Reply via email to