Configure php.ini #31
Answered
by
hjbdev
NicholasJohn16
asked this question in
Q&A
|
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? |
Answered by
hjbdev
May 25, 2025
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. |
2 replies
Answer selected by
NicholasJohn16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.