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 7a2f81d commit e2712b4Copy full SHA for e2712b4
pinpoint_php.cpp
@@ -67,7 +67,7 @@ ZEND_GET_MODULE(pinpoint_php)
67
#endif
68
69
ZEND_DECLARE_MODULE_GLOBALS(pinpoint_php);
70
-static void pinpoint_log(char *msg);
+//static void pinpoint_log(char *msg);
71
72
// clang-format off
73
/* {{{ PHP_INI
@@ -1270,6 +1270,7 @@ PHP_MINFO_FUNCTION(pinpoint_php) {
1270
}
1271
/* }}} */
1272
1273
+/*
1274
void pinpoint_log(char *msg) {
1275
#if PHP_VERSION_ID >= 70100
1276
php_log_err_with_severity(msg, LOG_DEBUG);
@@ -1278,3 +1279,4 @@ void pinpoint_log(char *msg) {
1278
1279
php_log_err(msg TSRMLS_CC);
1280
1281
1282
+*/
0 commit comments