https://github.com/xujiajun/tast-process
An extension providing multi process for PHP 7
https://github.com/xujiajun/tast-process
c multi-process php-extension tast
Last synced: 5 months ago
JSON representation
An extension providing multi process for PHP 7
- Host: GitHub
- URL: https://github.com/xujiajun/tast-process
- Owner: xujiajun
- License: mit
- Created: 2017-07-11T02:00:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T02:23:57.000Z (over 8 years ago)
- Last Synced: 2025-10-25T07:36:49.304Z (5 months ago)
- Topics: c, multi-process, php-extension, tast
- Language: C
- Size: 10.7 KB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tast-process
An extension providing multi process for PHP 7
## Requirements
- PHP7.0+
## Installation
```
git clone https://github.com/xujiajun/tast-process.git
cd tast-process
phpize
./configure
make && make install
```
### Quick Start
```