Pawel Filipczak

Results 14 issues of Pawel Filipczak

Currently when agent is starting request, instrumentation is performed as well as root/transaction span is created. It causes problems with opcache preload - as this in an artificial request which...

developer only
agent-php
triaged
priority: low

Stage A: - [x] https://github.com/elastic/apm-agent-php/issues/1100 - [ ] #1102 - [ ] #1103 - [x] #1104 Stage B: - [ ] Wordpress - [ ] CodeIgniter - [ ] IO...

umbrella
agent-php
triaged
triage otel

Open questions: Performance: - is PHP Observability API caching decision between requests (AST does it once and then it is cached by Opcache) Feature: - are we able to check...

agent-php

**Describe the bug** Agent is causing SIGSEGV when running with Wordpress application in Apache web server context. Crash disappears when AST processing is disabled. **To Reproduce** Steps to reproduce the...

bug
agent-php

Update troubleshooting guide with instruction: - how to configure and get logs from different sources (add reference to manual)

agent-php
triaged

Run PHP engine unit tests and extensions unit test with opentelemetry instrumentation It should run with all supported PHP versions https://github.com/php/php-src/tree/master/tests It should run twice, with and without instrumentation Steps:...

stale

The goal of this feature is to allow to map message_queue in anonymous shared memory - to make communication of forked processes easy. There is no need to create a...