Heim > Artikel > Backend-Entwicklung > Was tun ohne php.ini?
Ich habe php5.6 selbst kompiliert und installiert. Nach Abschluss der Installation stellte ich fest, dass keine php.ini-Datei vorhanden war.
Meine cnofig-Datei
./configure
--disable-shared
--disable-fileinfo
--prefix=/usr/local/php5.6
--with-config-file-path= /usr/local/php5.6/etc
--enable-inline-optimization
--disable-debug
--disable-rpath
--enable-shared
--enable -opcache
--enable-fpm
--with-fpm-user=www
--with-fpm-group=www
--with-mysql=mysqlnd
--with -mysqli=mysqlnd
--with-pdo-mysql=mysqlnd
--with-gettext
--enable-mbstring
--with-iconv
--with-mhash
--enable-bcmath
--enable-soap
--with-libxml-dir
--enable-pcntl
--enable-shmop
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--enable-sockets
--with-curl
--with-zlib
--enable-zip
- -with-readline