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

Also the initial "./configure" command is missing in the 
output after applying the patch.


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

[2006-10-01 22:44:07] phpbugs at thequod dot de

Better. But now all arguments are encapsulated in two 
single quotes, while they were given in one single quote 
before, e.g.:
Configure Command 
=>  ''--enable-calendar'' ''--enable-exif'' ...

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

[2006-10-01 21:51:37] [EMAIL PROTECTED]

Try this patch and let me know if that fixes the problem
http://bb.prohost.org/patch/bug39004.txt

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

[2006-10-01 20:46:35] phpbugs at thequod dot de

2.60-1 (Debian/Ubuntu)

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

[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