{"id":19693302,"url":"https://github.com/projectnami/php-azure-windows-web-app","last_synced_at":"2026-03-06T04:03:20.953Z","repository":{"id":63674064,"uuid":"569775733","full_name":"ProjectNami/php-azure-windows-web-app","owner":"ProjectNami","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-24T16:05:50.000Z","size":30864,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T12:02:09.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProjectNami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-23T15:32:05.000Z","updated_at":"2024-04-20T22:16:13.000Z","dependencies_parsed_at":"2023-01-22T06:19:49.059Z","dependency_job_id":null,"html_url":"https://github.com/ProjectNami/php-azure-windows-web-app","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ProjectNami/php-azure-windows-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectNami%2Fphp-azure-windows-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectNami%2Fphp-azure-windows-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectNami%2Fphp-azure-windows-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectNami%2Fphp-azure-windows-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectNami","download_url":"https://codeload.github.com/ProjectNami/php-azure-windows-web-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectNami%2Fphp-azure-windows-web-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30161345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T19:16:27.540Z","updated_at":"2026-03-06T04:03:20.947Z","avatar_url":"https://github.com/ProjectNami.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP for Azure Windows Web Apps\n## Updated for PHP 8.3\n\nThis repo is where the Project Nami team will attempt to maintain a deployment of PHP x64 for use with Windows Web Apps on Azure.\nMicrosoft has abandoned native support for PHP 8.0 and higher, yet many of us would prefer to remain on Windows/IIS.\nIn fact, remaining there is required for our Blob Cache module.  So this will be a best-effort attempt to maintain functionallity.\n\n## Deployment instructions\n\nVia FTP, upload the content of this repo to\n\n    /site/wwwroot/bin/php\n\nMake the following settings for your Web App\n\nSettings - Configuration - General Settings\n\n    Stack:              .Net\n    .Net version:       4.8\n    Platform:           64 Bit\n\nSettings - Configuration - Path mappings\n\n    Extension:          *.php\n    Script processor:   D:\\home\\site\\wwwroot\\bin\\php\\php-cgi.exe\n\nSettings - Environment variables - App settings\n\n    Name:   PHP_FCGI_MAX_REQUESTS\n    Value:  10000\n\n\nEnjoy!\n\n\n## Keeping the normal PHP ReadMe.md intact below for reference\n\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://php.net\"\u003e\n        \u003cimg\n            alt=\"PHP\"\n            src=\"https://www.php.net/images/logos/new-php-logo.svg\"\n            width=\"150\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n# The PHP Interpreter\n\nPHP is a popular general-purpose scripting language that is especially suited to\nweb development. Fast, flexible and pragmatic, PHP powers everything from your\nblog to the most popular websites in the world. PHP is distributed under the\n[PHP License v3.01](LICENSE).\n\n[![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/push.yml)\n[![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/github/php/php-src)\n[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened\u0026can=1\u0026q=proj:php)\n\n## Documentation\n\nThe PHP manual is available at [php.net/docs](https://php.net/docs).\n\n## Installation\n\n### Prebuilt packages and binaries\n\nPrebuilt packages and binaries can be used to get up and running fast with PHP.\n\nFor Windows, the PHP binaries can be obtained from\n[windows.php.net](https://windows.php.net). After extracting the archive the\n`*.exe` files are ready to use.\n\nFor other systems, see the [installation chapter](https://php.net/install).\n\n### Building PHP source code\n\n*For Windows, see [Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2).*\n\nFor a minimal PHP build from Git, you will need autoconf, bison, and re2c. For\na default build, you will additionally need libxml2 and libsqlite3.\n\nOn Ubuntu, you can install these using:\n\n    sudo apt install -y pkg-config build-essential autoconf bison re2c \\\n                        libxml2-dev libsqlite3-dev\n\nOn Fedora, you can install these using:\n\n    sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel\n\nGenerate configure:\n\n    ./buildconf\n\nConfigure your build. `--enable-debug` is recommended for development, see\n`./configure --help` for a full list of options.\n\n    # For development\n    ./configure --enable-debug\n    # For production\n    ./configure\n\nBuild PHP. To speed up the build, specify the maximum number of jobs using `-j`:\n\n    make -j4\n\nThe number of jobs should usually match the number of available cores, which\ncan be determined using `nproc`.\n\n## Testing PHP source code\n\nPHP ships with an extensive test suite, the command `make test` is used after\nsuccessful compilation of the sources to run this test suite.\n\nIt is possible to run tests using multiple cores by setting `-jN` in\n`TEST_PHP_ARGS`:\n\n    make TEST_PHP_ARGS=-j4 test\n\nShall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum\nnumber of jobs should not exceed the number of cores available.\n\nThe [qa.php.net](https://qa.php.net) site provides more detailed info about\ntesting and quality assurance.\n\n## Installing PHP built from source\n\nAfter a successful build (and test), PHP may be installed with:\n\n    make install\n\nDepending on your permissions and prefix, `make install` may need super user\npermissions.\n\n## PHP extensions\n\nExtensions provide additional functionality on top of PHP. PHP consists of many\nessential bundled extensions. Additional extensions can be found in the PHP\nExtension Community Library - [PECL](https://pecl.php.net).\n\n## Contributing\n\nThe PHP source code is located in the Git repository at\n[github.com/php/php-src](https://github.com/php/php-src). Contributions are most\nwelcome by forking the repository and sending a pull request.\n\nDiscussions are done on GitHub, but depending on the topic can also be relayed\nto the official PHP developer mailing list internals@lists.php.net.\n\nNew features require an RFC and must be accepted by the developers. See\n[Request for comments - RFC](https://wiki.php.net/rfc) and\n[Voting on PHP features](https://wiki.php.net/rfc/voting) for more information\non the process.\n\nBug fixes don't require an RFC. If the bug has a GitHub issue, reference it in\nthe commit message using `GH-NNNNNN`. Use `#NNNNNN` for tickets in the old\n[bugs.php.net](https://bugs.php.net) bug tracker.\n\n    Fix GH-7815: php_uname doesn't recognise latest Windows versions\n    Fix #55371: get_magic_quotes_gpc() throws deprecation warning\n\nSee [Git workflow](https://wiki.php.net/vcs/gitworkflow) for details on how pull\nrequests are merged.\n\n### Guidelines for contributors\n\nSee further documents in the repository for more information on how to\ncontribute:\n\n- [Contributing to PHP](/CONTRIBUTING.md)\n- [PHP coding standards](/CODING_STANDARDS.md)\n- [Mailing list rules](/docs/mailinglist-rules.md)\n- [PHP release process](/docs/release-process.md)\n\n## Credits\n\nFor the list of people who've put work into PHP, please see the\n[PHP credits page](https://php.net/credits.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectnami%2Fphp-azure-windows-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectnami%2Fphp-azure-windows-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectnami%2Fphp-azure-windows-web-app/lists"}