Configure php.ini #31
-
I just upgraded from the composer version to 1.2 and tried to setup an older version of php that I needed, 7.3.33. I noticed there's no php.ini file in the directory for that version and when I run
Sorry if this is a more general PHP question, but how do I configure a php.ini file for the installed version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ran into this myself recently. If you go into the version folder I believe there are multiple php.ini files per platform. you just need to rename php.windows.ini to php.ini then it should work. Pvm should do this for you really, I'll keep it in mind for whenever I'm back on pvm. |
Beta Was this translation helpful? Give feedback.
Ran into this myself recently. If you go into the version folder I believe there are multiple php.ini files per platform.
you just need to rename php.windows.ini to php.ini then it should work.
Pvm should do this for you really, I'll keep it in mind for whenever I'm back on pvm.