netresearch / timetracker

Simple time tracking front end with optional Jira synchronization, AD/LDAP integration and XLSX export.
GNU Affero General Public License v3.0
21 stars 27 forks source link

Segfaults with OAuth extension #26

Closed CybotTM closed 5 years ago

CybotTM commented 6 years ago

i get segfaults on oauth->fetch() calls

CLI: randomly FPM: always

OAuth 2.0.3 installed by pecl install oauth PHP docker container php/7-fpm

tested with PHP 5.6, 7.1, 7.2 tested with and without opcache

Detailed PHP setup: https://github.com/netresearch/timetracker/blob/merge-master-u2/Dockerfile

CybotTM commented 6 years ago

Hi @cweiske or @nemesis621 ,

can you please be so kind and share your PHP environment with me?

Thank you

cweiske commented 5 years ago

We're running PHP Version 5.6.38-0+deb8u1, installed via apt on debian:jessie

CybotTM commented 5 years ago

Thank you.