From: phpbugs at thequod dot de Operating system: Ubuntu Linux PHP version: 5CVS-2006-09-30 (CVS) PHP Bug Type: *General Issues Bug description: Configure Command './configure' 'dummy' 'grep' 'ggrep' !?
Description: ------------ I've just configured PHP_5_2 through the following script (wrapper for configure) and now get " './configure' 'dummy' 'grep' 'ggrep'" as the "Configure Command" in phpinfo(). Reproduce code: --------------- #!/bin/bash ./configure \ --enable-calendar \ --enable-exif \ --enable-force-cgi-redirect \ --enable-gd-native-ttf \ --enable-inline-optimization \ --enable-mbstring=all \ --enable-mbregex \ --enable-memcache \ --enable-memory-limit \ --enable-sockets \ --enable-track-vars \ --with-bz2 \ --with-dom \ --with-freetype-dir \ --with-gd \ --with-gettext \ --with-iconv \ --with-imap \ --with-imap-ssl \ --with-jpeg-6b \ --with-jpeg-dir \ --with-kerberos \ --with-ldap \ --with-ldap-sasl \ --with-mcrypt \ --with-mysql \ --with-openssl \ --with-png-dir \ --without-mm \ --with-sqlite \ --with-pcre-regex \ --with-ttf \ --with-zlib \ --with-zlib-dir=/bin \ --with-apxs2=/usr/bin/apxs2 make make install php -i | grep "Configure Command" Expected result: ---------------- The configure line/options. Actual result: -------------- Configure Command => './configure' 'dummy' 'grep' 'ggrep' -- Edit bug report at http://bugs.php.net/?id=39004&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39004&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39004&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39004&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39004&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39004&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39004&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39004&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39004&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39004&r=support Expected behavior: http://bugs.php.net/fix.php?id=39004&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39004&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39004&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39004&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39004&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39004&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39004&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39004&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39004&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39004&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39004&r=mysqlcfg
