An open API service indexing awesome lists of open source software.

https://github.com/realflowcontrol/ext-include-logger


https://github.com/realflowcontrol/ext-include-logger

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ext-include-logger

[![Tests](https://github.com/realFlowControl/ext-include-logger/actions/workflows/test.yaml/badge.svg)](https://github.com/realFlowControl/ext-include-logger/actions/workflows/test.yaml)

## How to build

```sh
phpize
./configure
make
```

## Run

```sh
php -d extension=module/include_logger.so
```

This will output:

```sh
Including file: Standard input code
```

## Test

```sh
$ make test
# or
php run-tests.php -d extension=modules/include_logger.so tests
```