From:             [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version:      4.3.0RC4
PHP Bug Type:     Output Control
Bug description:  Quiet mode does not work with CGI version

The quiet mode option (-q) does not work under CGI with version 4.3.0RC4:

$ echo '<? echo "hi\n"; ?>' | php -q
Content-type: text/html
X-Powered-By: PHP/4.3.0RC4

hi

PHP was compiled statically using "LDFLAGS=-all-static make".

$ php -m
[PHP Modules]
bcmath
bz2
ctype
curl
dba
dbx
dio
exif
ftp
gd
gettext
iconv
imap
mbstring
mcrypt
mhash
ming
mysql
openssl
overload
pcntl
pcre
posix
session
sockets
standard
tokenizer
wddx
xml
xmlrpc
zlib

[Zend Modules]

'./configure' '--with-config-file-path=/etc/php4/cgi' '--disable-shared'
'--disable-debug' '--enable-versioning' '--with-regex=system' '--with-gd'
'--enable-gd-native-ttf' '--with-freetype-dir' '--with-jpeg-dir'
'--with-png-dir' '--enable-exif' '--with-zlib' '--with-bz2'
'--with-mcrypt' '--with-mhash' '--with-imap' '--with-mysql=/usr'
'--with-openssl' '--with-expat' '--enable-ftp' '--with-curl'
'--with-gettext' '--with-iconv' '--enable-mbregex' '--enable-mbstring'
'--enable-bcmath' '--enable-sockets' '--enable-trans-sid' '--enable-wddx'
'--enable-dba' '--with-gdbm' '--with-db3' '--with-cdb' '--enable-dio'
'--enable-dbx' '--enable-pcntl' '--with-xml' '--with-xmlrpc' '--with-ming'
'--prefix=/usr'
-- 
Edit bug report at http://bugs.php.net/?id=21211&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21211&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21211&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21211&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21211&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21211&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21211&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21211&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21211&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21211&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21211&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21211&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21211&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21211&r=isapi

Reply via email to