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, fixing PHP7 related issues, swoole-1.7.22php7_PHP tutorial

WBOY
WBOYOriginal
2016-07-12 09:01:521023browse

Swoole-1.7.22 version has been released, fixes PHP7 related issues, swoole-1.7.22php7

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

Articles you may be interested in:

  • Mysql limit optimization, references to million to tens of millions of fast paging composite indexes and applied to lightweight frameworks
  • Mysql limit Optimize the reference of millions to tens of millions of fast paging composite indexes and apply it to lightweight frameworks
  • Using swoole to extend php websocket example
  • PHP framework Swoole timer Timer feature analysis
  • Thinking and practice of front-end and back-end separation based on NodeJS (3) Lightweight interface configuration modeling framework
  • php asynchronous multi-threaded swoole usage example
  • How to install swoole extension in php

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1087272.htmlTechArticleSwoole-1.7.22 version has been released, fixing PHP7 related issues, swoole-1.7.22php7 swoole-1.7.22 The version has been released. This version is a BUG repair version. It has made a lot of modifications specifically for PHP7. It can...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn