From:             amol at hatwar dot org
Operating system: Debian GNU/Linux 3.1
PHP version:      5.1.1
PHP Bug Type:     Unknown/Other Function
Bug description:  No bundled php.ini file?

Description:
------------
I searched the sources and the compiled binaries for the php.ini config
file, but couldn't find any bundled. The command I used for doing this
was:

find /usr/local/src/php -iname php.ini* <-- For the Sources
find /usr/local/php5 -iname php.ini*    <-- For the Binaries

The phpinfo() function output reports that the path for the php.ini file
is /usr/local/php5/lib. The file is non-existent there.

I compiled PHP 5.1.1 with Apache 2.0.55. The configure string I used was:
./configure --prefix=/usr/local/php5
--with-apxs2=/usr/local/apache/bin/apxs --enable-debug --with-openssl
--with-kerberos --with-curl --with-curlwrappers --with-db4 --with-cdb
--with-gd --with-imap --with-imap-ssl --with-ldap=/usr/local/openldap
--with-ldap-sasl --with-mhash --with-mcrypt
--with-mysqli=/usr/local/mysql5/bin/mysql_config --enable-soap
--enable-wddx --with-xmlrpc --with-xsl --with-mysql=/usr/local/mysql5
--enable-ftp --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib
--enable-maintainer-zts

The unbundled php.ini is a bug or a feature, or am I doing something
wrong?


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

Reply via email to