We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b421d5 commit 6c40b02Copy full SHA for 6c40b02
composer.json
@@ -41,7 +41,8 @@
41
"src/ext/sockets.php",
42
"src/functions.php",
43
"src/alias.php",
44
- "src/alias_ns.php"
+ "src/alias_ns.php",
45
+ "src/vendor_init.php"
46
],
47
"psr-4": {
48
"Swoole\\": "src/core"
src/vendor_init.php
@@ -0,0 +1,2 @@
1
+<?php
2
+ini_set('swoole.enable_library', 'On');
0 commit comments