diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-16 08:21:45 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-16 08:21:45 +0100 | 
| commit | 422b2ff6f1437043483cf3f304ddf47e9f15a70e (patch) | |
| tree | 322a5b5b29e37a158b5523cbc44a01ca4a8a7b4e /internal.php | |
| parent | 989e32ff2ae1c3725519ab5d6118d0cc6eda9a11 (diff) | |
update to 2.1.0
fix build with msgpack  using patch from
  https://github.com/laruence/yar/pull/151
add missing file from upstream git repo and
  open https://github.com/laruence/yar/pull/152
Diffstat (limited to 'internal.php')
| -rw-r--r-- | internal.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/internal.php b/internal.php new file mode 100644 index 0000000..fe7fc38 --- /dev/null +++ b/internal.php @@ -0,0 +1,7 @@ +<?php +error_reporting(-1); +class Service_Provider Extends SplFixedArray { +} + +$yar = new Yar_Server(new Service_Provider()); +$yar->handle();  | 
