About 61,400,000 results
Open links in new tab
  1. Operating System Preparation - PHP

    Improving PHP requires a working build environment to test changes, the following section deals with setting up a working build environment.

  2. Building PHP - PHP Internals Book

    If you wish to build PHP on Windows, you should take a look at the step-by-step build instructions in the PHP wiki [1]. This chapter also provides an overview of how the PHP build system works and which tools it uses, but a detailed description is outside the scope of this book.

  3. How to build PHP on Windows. Requirements | by erinus

    Feb 9, 2019 · for PHP 7.2 or newer. Requirements. Microsoft Visual Studio 2017. Creater workspace folder. C:\php-sdk. Download PHP SDK from GitHub. https://github.com/Microsoft/php-sdk-binary-tools. Extract...

  4. How to compile PHP from Source | thePHP Website

    May 24, 2021 · Knowing how to compile PHP will open one of the few doors necessary for contributing to the PHP language. Once you get familiar with this it will be much easier for you to contribute in many ways such as running tests and uploading reports, writing new tests by yourself and bug reporting/fixing.

  5. PHP: Building from source - Manual

    Third- party tools for installing PHP; Building from source; Running PHP on the command line on Windows systems

  6. How to compile PHP from source on Debian/Ubuntu - PHP.Watch

    Apr 25, 2021 · Compiling PHP from its source is easier than it sounds. This is a more beginner-friendly guide on how to fetch its source from GitHub, install the necessaries for compilation, compile, and test run PHP.

  7. PHP: internals:windows:stepbystepbuild

    To build PHP 7.2+, please refer to the newer documentation. Building PHP on Windows will require three things. PHP officially supports building with Microsoft's Visual C++ compilers. MinGW and other compilers are NOT supported or even known to work. The free Express and Developer editions can also be used.

  8. PHP: internals:windows:stepbystepbuild_sdk_2

    Apr 3, 2025 · To build PHP prior to 7.0, or if you experience issues building PHP lower than 7.2 with the new PHP SDK, please refer to older documentation. Building PHP on Windows will require three things. PHP officially supports building with Microsoft's Visual C++ compilers. MinGW and Cygwin are NOT supported.

  9. Build Your Own PHP Framework Step By Step - Part 1 - SES

    Nov 15, 2022 · composer dependencies and built in PHP functionality provide everything you need to create your own framework with a minimal amount of code. Prerequisites. To build a basic MVC framework with PHP, you will need. PHP 8.1 or later; composer for dependencies. As you won't be using a pre-built framework, you'll only install the dependencies you'll ...

  10. 5 ways to deploy PHP applications - Buddy

    Feb 6, 2024 · A most generic type of workflow for delivering PHP apps usually involves the following steps: Run unit tests on PHP application; Run composer install to download dependencies; Compile assets with Webpack/Parcel/Gulp; Upload to web server with an FTP client or PHP deployment tool; Of course, different web applications may require different steps.

  11. Some results have been removed
Refresh