From:             yvov at comcast dot net
Operating system: Debian 4.0 (etch)
PHP version:      4.4.4
PHP Bug Type:     *Compile Issues
Bug description:  php -i & config.nice show './configure' 'dummy' 'grep' 
'ggrep' !? 

Description:
------------
This is in regards to bug #39004 which was opened up against the PHP 5.2.0
code. This bug applies to 4.4.4 as well as I just got the same thing. 

Using Debian 4.0 / etch (testing)
GCC 4.1.1
autoconf 2.60a

Compile flags used:
-march=prescott -O3 -fomit-frame-pointer -pipe

Configure command used:
./configure --with-zip --with-pspell --enable-mbstring --with-iconv
--with-mcrypt=/usr --with-gd --with-mysql=/usr --with-jpeg-dir=/usr
--with-png-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf
--with-zlib --with-gdbm --enable-dba --with-oci8=/home/oracle/oraclehome
--with-iodbc=/usr/local/openlink/odbcsdk --with-cpdflib=/usr/local
--with-xml --with-mnogosearch --with-pdflib=/usr/local
--enable-memory_limit --with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file=/usr/local/lib/php.ini --with-libxml-dir=/usr/lib
--enable-track-vars --with-shmop

Got the same exact problem. Both config.nice show these lines and php -i |
grep Configure

Reproduce code:
---------------
Deleted ./configure in source and used ./buildconf --force to rebuild
configure (recommended when installing PDFlib, per
http://www.pdflib.com/fileadmin/pdflib/pdf/support/PDFlib-in-PHP-HowTo.pdf).

Expected result:
----------------
I expected to see this when I pulled up a phpinfo.php page, ran the php -i
command or viewed the config.nice file in the source directory:

./configure --with-zip --with-pspell --enable-mbstring --with-iconv
--with-mcrypt=/usr --with-gd --with-mysql=/usr --with-jpeg-dir=/usr
--with-png-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf
--with-zlib --with-gdbm --enable-dba --with-oci8=/home/oracle/oraclehome
--with-iodbc=/usr/local/openlink/odbcsdk --with-cpdflib=/usr/local
--with-xml --with-mnogosearch --with-pdflib=/usr/local
--enable-memory_limit --with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file=/usr/local/lib/php.ini --with-libxml-dir=/usr/lib
--enable-track-vars --with-shmop

Actual result:
--------------
However this is what I see in a phpinfo.php page, ran the php -i command
or viewed the config.nice file in the source directory:

 './configure' 'dummy' 'grep' 'ggrep' 

-- 
Edit bug report at http://bugs.php.net/?id=39696&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39696&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39696&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39696&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39696&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39696&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39696&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39696&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39696&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39696&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39696&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39696&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39696&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39696&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39696&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39696&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39696&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39696&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39696&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39696&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39696&r=mysqlcfg

Reply via email to