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/06/09 00:34:13 UTC

[skywalking] branch revert-4871-php-component created (now 2a5d969)

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

wusheng pushed a change to branch revert-4871-php-component
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 2a5d969  Revert "add php component (#4871)"

This branch includes the following new commits:

     new 2a5d969  Revert "add php component (#4871)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Revert "add php component (#4871)"

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch revert-4871-php-component
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 2a5d9690b4d69bff9dd27c97614c796ed3026407
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Jun 9 08:34:03 2020 +0800

    Revert "add php component (#4871)"
    
    This reverts commit 984523eb2736d6543405a1ac0240c4ed050c9a48.
---
 .../src/main/resources/component-libraries.yml     | 31 +++-------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index e6b897d..9de8925 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -52,7 +52,7 @@ ORACLE:
   languages: Java
 Redis:
   id: 7
-  languages: Java,C#,Node.js,PHP
+  languages: Java,C#,Node.js
 Motan:
   id: 8
   languages: Java
@@ -91,7 +91,7 @@ JettyServer:
   languages: Java
 Memcached:
   id: 20
-  languages: Java,PHP
+  languages: Java
 ShardingJDBC:
   id: 21
   languages: Java
@@ -100,7 +100,7 @@ PostgreSQL:
   languages: Java,C#,Node.js
 GRPC:
   id: 23
-  languages: Java,PHP
+  languages: Java
 ElasticJob:
   id: 24
   languages: Java
@@ -378,29 +378,6 @@ Nginx:
   id: 6000
   languages: Lua
 
-
-# PHP components
-# [6000, 7000) for PHP agent
-PHP:
-  id: 6000
-  languages: PHP
-cURL:
-  id: 6001
-  languages: PHP
-PDO:
-  id: 6002
-  languages: PHP
-Mysqli:
-  id: 6003
-  languages: PHP
-Yar:
-  id: 6004
-  languages: PHP
-Predis:
-  id: 6005
-  languages: PHP
-
-
 # [7000, 8000) are reserved for Python components
 Python:
   id: 7000
@@ -444,5 +421,3 @@ Component-Server-Mappings:
   pulsar-consumer: Pulsar
   rest-high-level-client: Elasticsearch
   mariadb-jdbc: Mariadb
-  Mysqli: Mysql
-  Predis: Redis