AdapterMan Versions Save

Run almost any PHP app faster and asynchronously with Workerman, without touch 1 line of code in your fw or app. It's just plain PHP.

0.6.1

1 year ago

Fix multipart/form-data with arrays. By @jhdxr Thanks And performance changes.

0.6

1 year ago
  • Use Workerman v 4.1.x Thanks to @walkor
  • Work with ThinkPHP Thanks to @walkor @yangguangwuwu

Now use a new Http protocol, so will be easier to update.

PD: remember to add headers_sent to disabled functions.

0.5.5

1 year ago

Update version

0.5.4

1 year ago

Fix setcookie() . Add alternative signature available as of PHP 7.3.0 (not supported with named parameters)

0.5.3

1 year ago

Added session_regenerate_id() to Workerman and Adapterman.

Remember to add session_regenerate_id to your php.ini disable_functions.

0.5.2

1 year ago

0.5.1

1 year ago

Remove headers_sent() from functions.

0.5

1 year ago

Fix headers already sent.

0.4

3 years ago

Fix problem with headers_sent() in cli SAPI

0.3

3 years ago