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

What is csrf validation?

0 Answers  


What is the use of addslashes in php?

0 Answers  


how to do connectivity of 2 dbs in PHP script?

3 Answers   TCS,


Are react hooks stable?

0 Answers  


How to get number of elements in an array?

0 Answers  






What and How possible injection in PHP and mysql?

3 Answers   RedAlkemi,


What is return in php function?

0 Answers  


What is difference between static and final in php?

0 Answers  


How can I reset an array in PHP?

4 Answers   Rushmore Consultancy, TCS,


How to get total number of elements used in array?

1 Answers  


What is the difference between query and inquiry?

0 Answers  


What does the unlink() function means?

0 Answers  


Categories