what do you mean by php.ini file ?????????
Answers were Sorted based on User's Feedback
Answer / sirish
Php.ini file has all the default settings for php to run on
apache.
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / aravinth
php.ini has all the intiatives and directives for the php to
execute.if we want to modify the settings of php we have to
locate the php.ini and set the attributes needed.(always
make a backup and do the changes)
for example inorder to increase the max file upload size we
have change the value corresponding in the php.ini(default
size is 2mb) we can change up to 2 gb
| Is This Answer Correct ? | 23 Yes | 4 No |
Which is true about the singleton design pattern?
How to access standard error stream in PHP?
What are the features and advantages of object-oriented programming?
armstrong number by using php while number is given by the keyboard.?
How send email in php?
How to get number of days between two given dates using PHP?
Does apache use php?
what is the difference between php and my sql
What does pear stand for?
What is the difference between for and foreach loop in php?
How to update memcached when you make changes to php?
What are php string functions?