Configure Command './configure' 'dummy' 'grep' 'ggrep' !?
| Bug #39004 | Configure Command './configure' 'dummy' 'grep' 'ggrep' !? | ||||
|---|---|---|---|---|---|
| Submitted: | 2006-09-30 14:50 UTC | Modified: | 2006-10-02 20:50 UTC | ||
| From: | phpbugs at thequod dot de | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | *Compile Issues | ||
| PHP Version: | 5CVS-2006-09-30 (CVS) | OS: | Ubuntu Linux | ||
| Private report: | No | CVE-ID: | None | ||
[2006-09-30 14:50 UTC] phpbugs at thequod dot de
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'
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-10-01 20:37 UTC] iliaa@php.net
[2006-10-01 20:46 UTC] phpbugs at thequod dot de
[2006-10-01 22:44 UTC] phpbugs at thequod dot de
[2006-10-01 22:48 UTC] phpbugs at thequod dot de
[2006-10-02 15:35 UTC] iliaa@php.net
[2006-10-02 19:33 UTC] phpbugs at thequod dot de
[2006-10-02 19:53 UTC] tony2001@php.net
[2006-10-02 20:28 UTC] phpbugs at thequod dot de