This article introduces the usage differences of php. ini-development, php. ini-production, php. ini-dist, and php. ini-recommended files after php5.2 to 5.3.10.
I recently upgraded php from 5.2 to 5.3.10, and found the previous php. ini-dist and php. ini-recommended is missing and php appears. ini-developmen and php. ini-production, and then Google learns that due to version updates,
These files have a new name:
Php. ini-production corresponds to php. ini-recommended
Php. ini-development corresponds to php. ini-dist
For PHP versions earlier than 5.3, you usually need to rename php. ini-dist or php. ini-recommended to php. ini.
The difference between the two is that php. ini-dist is suitable for development programs (for testing ),
Php. ini-recommended has a high security setting, which is suitable for product launch.
The current system is becoming more and more user-friendly. I used to use only mysql for several different configuration methods. Now php has come out. ini-development, php. ini-production, php. ini-dist, php. ini-recommended files are used in different industries.