what do you mean by php.ini file ?????????

Answers were Sorted based on User's Feedback



what do you mean by php.ini file ?????????..

Answer / sirish

Php.ini file has all the default settings for php to run on
apache.

Is This Answer Correct ?    31 Yes 4 No

what do you mean by php.ini file ?????????..

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

Post New Answer

More PHP Interview Questions

Write the code for upload a video file in PHP.How will You Play this in Your Page.?

2 Answers   ASD Lab, Convex Digital,


How to increase the maximum execution time of a script in php?

0 Answers  


What is a procedure in php?

5 Answers   Wipro,


What is orm in php framework?

0 Answers  


How many ways to include variables in double-quoted strings in php?

0 Answers  


What is the apache?

0 Answers  


How to increase session life time using PHP?

8 Answers  


How can we know that a session is started or not?

8 Answers  


Explain what does $_files means?

0 Answers  


How do you execute a php script from the command line?

0 Answers  


What is the purpose of a query?

0 Answers  


What are traits? How is it used in php?

1 Answers  


Categories