ID:               44751
 Updated by:       [EMAIL PROTECTED]
 Reported By:      eth at ethaniel dot com
-Status:           Open
+Status:           Wont fix
 Bug Type:         Feature/Change Request
 Operating System: Any
 PHP Version:      5.2.5
 New Comment:

Uh, it copies and pastes just fine for me... it's exactly the same
thing that's in config.nice. I don't see how those quotes are a problem
for copy&paste at all.


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

[2008-04-17 07:27:02] eth at ethaniel dot com

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 this bug report at http://bugs.php.net/?id=44751&edit=1

Reply via email to