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

PHP 8.3 #89

Open
kickthemooon opened this issue Oct 18, 2024 · 0 comments
Open

PHP 8.3 #89

kickthemooon opened this issue Oct 18, 2024 · 0 comments

Comments

@kickthemooon
Copy link

Screenshot 2024-10-18 at 08 16 56

Screenshot 2024-10-18 at 08 18 15

Screenshot 2024-10-18 at 08 20 05

I have seemingly managed to enable the extension and added the function in my index.php application entrypoint.

But, unfortunately, I'm not getting any output under /tmp/xhprof nor the directory itself.

Did anybody manage to get it working with PHP 8.3?

Is there something else I should do to enable it for FPM?

I also called it via the CLI bypassing FPM

env -i REDIRECT_STATUS=true \
  SCRIPT_NAME=index.php \
  SCRIPT_FILENAME=index.php \
  REQUEST_METHOD=GET \
  REQUEST_URI="/some-path" \
  SERVER_NAME="www.example.com" \
  cgi-fcgi -bind -connect 127.0.0.1:9000

The response comes back successfully but no profiling data under /tmp/xhprof nor the directory itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant