ID:               39004
 User updated by:  phpbugs at thequod dot de
 Reported By:      phpbugs at thequod dot de
-Status:           Feedback
+Status:           Open
 Bug Type:         *General Issues
 Operating System: Ubuntu Linux
 PHP Version:      5CVS-2006-09-30 (CVS)
 New Comment:

2.60-1 (Debian/Ubuntu)


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

[2006-10-01 20:37:35] [EMAIL PROTECTED]

What version of autoconf are you using?

------------------------------------------------------------------------

[2006-09-30 14:50:02] 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'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39004&edit=1

Reply via email to