Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newrelic + PHP 8.1 + ZF = E_WARNING #405

Open
fshsyno opened this issue Mar 7, 2024 · 1 comment
Open

Newrelic + PHP 8.1 + ZF = E_WARNING #405

fshsyno opened this issue Mar 7, 2024 · 1 comment
Labels
question Further information is requested

Comments

@fshsyno
Copy link

fshsyno commented Mar 7, 2024

Description

I don't know if you can do anything but the latest version of newrelic agent (10.18.0.8) throws errors on every page load with zf1.

Warning : "Trying to access array offset on value of type bool"

 in DefaultController::postDispatch called at vendor/shardj/zf1-future/library/Zend/Controller/Action.php (521)
 in Zend_Controller_Action::dispatch called at vendor/shardj/zf1-future/library/Zend/Controller/Dispatcher/Standard.php (308)
 in Zend_Controller_Dispatcher_Standard::dispatch called at vendor/shardj/zf1-future/library/Zend/Controller/Front.php (954)

Steps to Reproduce

  • install newrelic agent
  • test zf1

Expected Behavior

  • no warning

Relevant Logs / Console output

no

Your Environment

Zf1-future : 1.24
PHP 8.1.2
Ubuntu 22

Additional context

@develart-projects
Copy link
Collaborator

Is there any way how to reproduce this without installing any 3rd party agent?

@develart-projects develart-projects added the question Further information is requested label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants