# ptask **Repository Path**: uesoft/ptask ## Basic Information - **Project Name**: ptask - **Description**: ptask 是 PHP 的协程扩展 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/ptask - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-06-27 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ptask ===== ptask is a coroutine for php extension How to install? --------------- ``` $ git clone https://github.com/liexusong/ptask $ cd ptask/libtask $ make $ sudo make install $ cd ../ext $ phpize $ ./configure --with-php-config=path-to-php-config $ make $ sudo make install ``` modified php.ini add configure entry: extension=ptask.so How to use? ----------- ```php