asgrim/example-pie-extension

Example PIE extension

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 1

Language:C

Type:php-ext

1.0.1-alpha.3 2024-04-24 14:52 UTC

This package is auto-updated.

Last update: 2024-04-24 14:55:24 UTC


README

This an example PHP module that can be installed using PIE.

Build it

Linux

The usual process applies...

PHPIZE=/usr/bin/phpize7.1
PHP_CONFIG=/usr/bin/php-config7.1
make clean
$PHPIZE --clean
$PHPIZE --force
./configure --enable-example-pie-extension --with-php-config=$PHP_CONFIG
make
make test

Windows

TBC