Skip to content

Commit

Permalink
Released v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 1, 2022
1 parent ee58dab commit 5319e3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ext-src/php_swoole_library.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* -----------------------------------------------------------------------
* Generated by /home/htf/workspace/swoole/tools/build-library.php, Please DO NOT modify!
* Generated by tools/build-library.php, Please DO NOT modify!
+----------------------------------------------------------------------+
| Swoole |
+----------------------------------------------------------------------+
Expand All @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: edefe3287ab55affc88e97bc38c9a5fbe22298f2 */
/* $Id: cc2a5d35674acd1609d060529ea4298b4fcde292 */

static const char* swoole_library_source_constants =
"\n"
Expand Down Expand Up @@ -7590,7 +7590,9 @@ static const char* swoole_library_source_core_server_helper =
" 'http_parse_files' => true,\n"
" 'http_compression' => true,\n"
" 'http_compression_level' => true,\n"
" 'compression_level' => true,\n"
" 'http_gzip_level' => true,\n"
" 'http_compression_min_length' => true,\n"
" 'compression_min_length' => true,\n"
" 'websocket_compression' => true,\n"
" 'upload_tmp_dir' => true,\n"
Expand All @@ -7600,6 +7602,7 @@ static const char* swoole_library_source_core_server_helper =
" 'http_autoindex' => true,\n"
" 'http_index_files' => true,\n"
" 'http_compression_types' => true,\n"
" 'compression_types' => true,\n"
" 'static_handler_locations' => true,\n"
" 'input_buffer_size' => true,\n"
" 'buffer_input_size' => true,\n"
Expand Down
2 changes: 1 addition & 1 deletion include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "5.0.0"
#define SWOOLE_VERSION_ID 50000
#define SWOOLE_API_VERSION_ID 0x202201a
#define SWOOLE_API_VERSION_ID 0x202208a

#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \
Expand Down
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
* Enhanced type system, added types for parameters and return values of all functions
* Optimized error handling, all constructors will throw exceptions when fail
* Adjusted the default mode of Server, the default is SWOOLE_BASE mode
* Migrate pgsql coroutine client to core
* Contains all bugfixes from the 4.8.x branch

Removed
---
Expand Down

0 comments on commit 5319e3d

Please sign in to comment.