Jump to content
Larry Ullman's Book Forums

Recommended Posts

The appendix section on Configuring PHP discusses editing the php.ini file. The php.ini file contains this text:

 PHP comes packaged with two INI files. One that is recommended to be used
; in production environments and one that is recommended to be used in
; development environments.
 
Do you recommend editing php.ini or using the php.ini-development file and if so, how do we connect to it?
Link to comment
Share on other sites

I'm pretty sure my instructions suggest running a phpinfo() script to see which php.ini file is active, then edit that one. It's most likely php.ini, but you may even have multiple of those on your computer.

Link to comment
Share on other sites

 Share

×
×
  • Create New...