You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/19 02:51:44 UTC

[skywalking-query-protocol] branch master updated: Add PHP language (#38)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 28f18ae  Add PHP language (#38)
28f18ae is described below

commit 28f18ae8dab49e60eb3d2e5cfd1a5c884a897ad0
Author: 何延龙 <ya...@gmail.com>
AuthorDate: Thu Mar 19 10:51:37 2020 +0800

    Add PHP language (#38)
---
 common.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common.graphqls b/common.graphqls
index b126072..d4ed1dc 100644
--- a/common.graphqls
+++ b/common.graphqls
@@ -83,6 +83,7 @@ enum Language {
     RUBY
     GO
     LUA
+    PHP
 }
 
 enum Scope {