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 eb64129 commit 1886008Copy full SHA for 1886008
agent/php_api.c
@@ -146,7 +146,7 @@ PHP_FUNCTION(newrelic_notice_error) {
146
case 5:
147
if (FAILURE
148
== zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET,
149
- ZEND_NUM_ARGS() TSRMLS_CC, "lssls!",
+ ZEND_NUM_ARGS() TSRMLS_CC, "ls!s!ls!",
150
&error_number, &errormsgstr, &errormsglen,
151
&error_file, &error_file_len, &error_line,
152
&error_context, &error_context_len)) {
0 commit comments