swoole-1.7.22 version has been released. This version is a BUG repair version. It has made a lot of modifications specifically for PHP7 and can run perfectly in the PHP7 environment.
The update content is as follows:
Fix the memory leak problem of HttpServer under PHP7
Fix the core dump problem under PHP7
Fix the problem of swoole_table->del error (important issue)
Add swoole_client->send /recv socket parameter options
Add swoole_async_set new configuration socket_dontwait/socket_buffer_size/enable_signalfd
Add SSL/TLS client certificate verification support
Fix the problem of the tick timer running for a long time due to plastic overflow and causing it to stop running
Add swoole_websocket_server-> ;exist is used to determine whether an fd is a correct WebSocket connection
ps:BJPHP 1.0 released, a lightweight loosely coupled PHP framework
BJPHP (Baijie PHP Framework) is an open source, free, lightweight PHP framework. It has the characteristics of low coupling, lightweight, based on VBD model, metadata, description type, etc., and accelerates the development of high-performance modern WEB websites and WebApp applications.
Framework features:
Low coupling, lightweight
There are only 8 core files, there are no large number of class libraries, each module can be used directly or independently with only a few modifications
VBD model
Based on the VBD model , better flexibility
metadata, descriptive
PHP file description of metadata, automatically creates and updates table structure
ORM/ActiveRecord
object-based database operations, no need to write complex SQL statements.
Single entrance
Single entrance for all pages for unified control. Support pseudo-static, SEO optimization.
Permission control
Business module group configuration, permission control by group
High security
Anti-SQL injection, anti-XSS, anti-Session interception
The above introduces that Swoole-1722 version has been released, fixing PHP7 related problems, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.