Home >Backend Development >PHP Tutorial >Swoole-1.7.22 version has been released, fixing PHP7 related issues, swoole-1.7.22php7_PHP tutorial
swoole-1.7.22 version has been released, this version is a BUG repair version , a lot of modifications have been made specifically for PHP7, and can run perfectly in the PHP7 environment.
The updated 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 the socket parameter option of swoole_client->send/recv
Add swoole_async_set new configuration socket_dontwait/socket_buffer_size/enable_signalfd
Add SSL/TLS client certificate verification support
Fixed the problem that the tick timer stopped running due to overflow due to long running time
Add swoole_websocket_server->exist to determine whether a fd is a correct WebSocket connection
ps: BJPPHP 1.0 released, 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 and 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 VBD model, better flexibility
Metadata, description
PHP file description of metadata, automatically create and update table structure
ORM/ActiveRecord
Object-based database operations, no need to write complex SQL statements.
Single entrance
Single entrance to all pages for easy unified control. Support pseudo-static, SEO optimization.
Permission Control
Business modules are grouped and configured, and permissions are controlled by group
High Security
Anti-SQL injection, anti-XSS, anti-Session interception