পিএইচপি 5.3.1 ইনস্টল করার পরে, আমি আমার php.ini ফাইলটি খুঁজে পাচ্ছি না


11

আমার সংকলন কনফিগারেশন:

./configure \
--with-fpm \
--with-libevent=shared,/usr/lib \
--with-mcrypt \
--with-zlib \
--with-curl  \
--enable-mbstring \
--with-openssl \
--with-mysql \
--with-mysql-sock \
--with-gd \
--with-jpeg-dir=/usr/lib \
--enable-gd-native-ttf \
--without-sqlite

phpinfo পৃষ্ঠা আউটপুট নীচের মত মনে হচ্ছে

Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File:         none

এবং / usr / স্থানীয় / lib তে কোনও php.ini নেই।

আমার পরিবেশ: উবুন্টু 9.10 64 বিট, এনগিনেক্স 0.8.32

উত্তর:


12

PHP-5.3.1.tar.gz এ ইনস্টল ফাইল থেকে:

13. Setup your php.ini file:

PHP will use the built-in default values if no php.ini file was
placed in the configuration directory. The default location is
/usr/local/lib, if you prefer your php.ini in another location, use 
--with-config-file-path=/some/path in step 10.

The PHP distribution provides two sample php.ini files, you can use them
by
  cp php.ini-development /usr/local/lib/php.ini
or
  cp php.ini-production  /usr/local/lib/php.ini

If you choose one of these php.ini files be certain to read the list
of changes within, as they affect how PHP behaves.

আপনার php.ini ফাইলটি তৈরি করতে হবে। নমুনা ফাইলগুলির একটি অনুলিপি করে এটি করা যেতে পারে।

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.