-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing current PHP without Web Platform Installer #510
Comments
Here's the custom build we created for newer PHP on Azure Web Apps. Should be able to use it on local IIS by updating the path for the PHP handler. Might require some other paths in the INI be updated as well. |
Cool.
|
Oops, got the following err:
|
As I can't find that text in any of the files, I wonder if it was compiled with that dependency. Do you have Anon enabled on the site? May even have to look at this for some tips to enable? |
Hey Patrick: |
Hey Patrick:
|
Looks like it's reporting a null for db_version? |
Add this script: |
Hey Patrick:
Web Platform Installer has not been updated since 2020, and the latest PHP seem to be 7.2. I'm trying to figure out how to install later versions of PHP. I'm currently getting the following message:
Your PHP installation appears to be missing the SQLSrv extension which is required by Project Nami.
I've copy the development INI file into PHP.INI. I've added the following:
I've added the above files to the EXT folder.
Any more suggestions?
The text was updated successfully, but these errors were encountered: