Skip to content

Commit 5319e3d

Browse files
committed
Released v5.0.0
1 parent ee58dab commit 5319e3d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ext-src/php_swoole_library.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* -----------------------------------------------------------------------
3-
* Generated by /home/htf/workspace/swoole/tools/build-library.php, Please DO NOT modify!
3+
* Generated by tools/build-library.php, Please DO NOT modify!
44
+----------------------------------------------------------------------+
55
| Swoole |
66
+----------------------------------------------------------------------+
@@ -14,7 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

17-
/* $Id: edefe3287ab55affc88e97bc38c9a5fbe22298f2 */
17+
/* $Id: cc2a5d35674acd1609d060529ea4298b4fcde292 */
1818

1919
static const char* swoole_library_source_constants =
2020
"\n"
@@ -7590,7 +7590,9 @@ static const char* swoole_library_source_core_server_helper =
75907590
" 'http_parse_files' => true,\n"
75917591
" 'http_compression' => true,\n"
75927592
" 'http_compression_level' => true,\n"
7593+
" 'compression_level' => true,\n"
75937594
" 'http_gzip_level' => true,\n"
7595+
" 'http_compression_min_length' => true,\n"
75947596
" 'compression_min_length' => true,\n"
75957597
" 'websocket_compression' => true,\n"
75967598
" 'upload_tmp_dir' => true,\n"
@@ -7600,6 +7602,7 @@ static const char* swoole_library_source_core_server_helper =
76007602
" 'http_autoindex' => true,\n"
76017603
" 'http_index_files' => true,\n"
76027604
" 'http_compression_types' => true,\n"
7605+
" 'compression_types' => true,\n"
76037606
" 'static_handler_locations' => true,\n"
76047607
" 'input_buffer_size' => true,\n"
76057608
" 'buffer_input_size' => true,\n"

include/swoole_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define SWOOLE_EXTRA_VERSION ""
2525
#define SWOOLE_VERSION "5.0.0"
2626
#define SWOOLE_VERSION_ID 50000
27-
#define SWOOLE_API_VERSION_ID 0x202201a
27+
#define SWOOLE_API_VERSION_ID 0x202208a
2828

2929
#define SWOOLE_BUG_REPORT \
3030
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
* Enhanced type system, added types for parameters and return values of all functions
7878
* Optimized error handling, all constructors will throw exceptions when fail
7979
* Adjusted the default mode of Server, the default is SWOOLE_BASE mode
80+
* Migrate pgsql coroutine client to core
81+
* Contains all bugfixes from the 4.8.x branch
8082

8183
Removed
8284
---

0 commit comments

Comments
 (0)