Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexeevdv/php-segfault-exception

PHP exception which leads to segfault when not handled properly.
https://github.com/alexeevdv/php-segfault-exception

Last synced: about 1 month ago
JSON representation

PHP exception which leads to segfault when not handled properly.

Awesome Lists containing this project

README

        

# php-segfault-exception

[![Build Status](https://travis-ci.org/alexeevdv/php-segfault-exception.svg?branch=master)](https://travis-ci.org/alexeevdv/php-segfault-exception)
[![codecov](https://codecov.io/gh/alexeevdv/php-segfault-exception/branch/master/graph/badge.svg)](https://codecov.io/gh/alexeevdv/php-segfault-exception)
![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg)
![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg)
![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg)
![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)
![PHP 7.3](https://img.shields.io/badge/PHP-7.3-green.svg)
![PHP 7.4](https://img.shields.io/badge/PHP-7.4-green.svg)

PHP exception which leads to segfault when not handled properly.

## Installation

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```bash
$ php composer.phar require alexeevdv/php-segfault-exception "^1.0"
```

or add

```
"alexeevdv/php-segfault-exception": "^1.0"
```

to the ```require``` section of your `composer.json` file.

## Usage

```php