Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexeevdv/php-segfault-exception
- Owner: alexeevdv
- License: mit
- Created: 2018-10-01T06:53:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T15:48:25.000Z (about 5 years ago)
- Last Synced: 2024-11-22T16:30:02.056Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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