From:             eth at ethaniel dot com
Operating system: Any
PHP version:      5.2.5
PHP Bug Type:     Feature/Change Request
Bug description:  "configure command" line in phpinfo() annoying

Description:
------------
The phpinfo() outputs a line with the "configure command" which looks like
this

'./configure' '--with-layout=GNU'
'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all'
'--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection'
'--program-prefix=' '--enable-fastcgi' '--with-regex=php'
'--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man'
'--infodir=/usr/local/info/'

Notice all the 's, why add them? They make it impossible to just
copy-paste this command to the command line and make any changes to it.

I propose removing those ' characters and just leave:

./configure --with-layout=GNU
--with-config-file-scan-dir=/usr/local/etc/php --disable-all
--enable-libxml --with-libxml-dir=/usr/local --enable-reflection
--program-prefix= --enable-fastcgi --with-regex=php --with-zend-vm=CALL
--prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/


-- 
Edit bug report at http://bugs.php.net/?id=44751&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44751&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44751&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44751&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44751&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44751&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44751&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44751&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44751&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44751&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44751&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44751&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44751&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44751&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44751&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44751&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44751&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44751&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44751&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44751&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44751&r=mysqlcfg

Reply via email to