Download the PHP package asgrim/example-pie-extension without Composer
On this page you can find all versions of the php package asgrim/example-pie-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package example-pie-extension
Example PIE extension
This an example PHP module that can be installed using PIE.
Build it
Linux
The usual process applies...
Windows
Prepare Windows build environment:
- Read this guide to put below into context: https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2
- Read this guide to help get the environment set up: https://gist.github.com/cmb69/47b8c7fb392f5d79b245c74ac496632c
- PHP Binary tools - use https://github.com/php/php-sdk-binary-tools (not the Microsoft one as it is not maintained)
- Once the VS tools + php-sdk-binary-tools is installed, everything is done in this shell:
- Start >
Developer Command Prompt for VS 2019
- Then
cd C:\php-sdk
- Then
phpsdk-vs16-x64.bat
- you should now have a prompt$
- Start >
- Install PHP from https://windows.php.net/download/
- Download, e.g. ZTS build, https://windows.php.net/downloads/releases/php-8.3.6-Win32-vs16-x64.zip
- Extract into
C:\php
for example
- Prepare to compile the ext
- Download "Development package" from https://windows.php.net/download/ - make sure TS/NTS depending on above compilation
- Extract to
C:\php-sdk\php-8.3.6-devel-vs16-x64
- Add
C:\php-sdk\php-8.3.6-devel-vs16-x64
to your PATH (Start >env
> Environment variables > "Path" > New) - restart the shell
Compile the extension
All versions of example-pie-extension with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4,^8.0
The package asgrim/example-pie-extension contains the following files
Loading the files please wait ....