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 2 months 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 (over 5 years ago)
- Last Synced: 2025-02-04T22:27:23.913Z (4 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
[](https://travis-ci.org/alexeevdv/php-segfault-exception)
[](https://codecov.io/gh/alexeevdv/php-segfault-exception)





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