PHP Manual Install. Default php.ini?

Quick question. I had to build PHP manually cause I need 5.3 for the namespace feature.

But when I build it I’m not getting the default php.ini file placed in the /etc/ directory. Am I missing a configure switch? Or is this generated some other way?

Here’s my configure switches:

./configure \
–prefix=/usr \
–exec-prefix=/usr \
–bindir=/usr/bin \
–sbindir=/usr/sbin \
–sysconfdir=/etc \
–datadir=/usr/share \
–includedir=/usr/include \
–libexecdir=/usr/libexec \
–localstatedir=/var \
–sharedstatedir=/usr/com \
–mandir=/usr/share/man \
–infodir=/usr/share/info \
–with-config-file-path=/etc \
–with-config-file-scan-dir=/etc/php.d \
–with-libdir=lib64 \
–without-pear \
–disable-debug \
–disable-rpath \
–enable-cgi \
–enable-magic-quotes \
–enable-sockets \
–enable-dom \
–enable-soap \
–enable-xmlreader \
–enable-xmlwriter \
–enable-pdo \
–enable-mbregex \
–enable-ftp \
–enable-sysvsem \
–enable-sysvshm \
–enable-pcntl \
–with-xmlrpc \
–with-pspell \
–with-curl \
–with-openssl \
–with-gettext \
–with-pcre-regex=/usr \
–with-zlib \
–with-libxml-dir=/usr \
–with-mysql=/usr \
–with-pdo-mysql=/usr \
–with-mysqli=/usr/bin/mysql_config \
–with-xsl=/usr \
–with-bz2 \
–with-readline

Thanks!

I dont think that building from source will generate a default php.ini file. You shouldnt have too much trouble finding one online tho… .