jeremyj11

Results 10 comments of jeremyj11

Just use `file_put_contents($output_file, file_get_contents($request->base64_string));` no need to use Intervention

> Separately, if you have a specific use case which _requires_ `--deploy-url` (and is incompatible with ``), please post your use case here. We can use this data to inform...

Any update on this? Am in need of PayrollUK / GB and also PayrollNZ which uses the save v2.0 Payroll..

@jubbs any progress with PayrollNZ? I'll be looking into this shortly too

I've just started working on PayrollNZ - getting & updating employees is working. [https://github.com/jeremyj11/xero-php](url) Modified a few classes to handle json requests and responses. Seems the v2.0 API is very...

I was gettting the same crash, just updated to v1.1.5 and now just get "Segmentation fault" after a page reload and caddy exits. Ubuntu 20.04 Not using docker, downloaded [frankenphp-linux-x86_64](https://github.com/dunglas/frankenphp/releases/download/v1.1.5/frankenphp-linux-x86_64)...

> @jeremyj11 would you be able to provide us a minimal reproducer triggering the crash, or to gather a stack trace by following these steps? https://frankenphp.dev/docs/contributing/#debugging-segmentation-faults-with-static-builds > > Thanks! Here...

> @jeremyj11 is the code calling `openssl_pkey_get_private()` public, or could you share it? It's public - a fresh Laravel 11 install with Passport should contain it, it's here: https://github.com/thephpleague/oauth2-server/blob/master/src/CryptKey.php I've...

> @jeremyj11 , thanks! This is likely this issue: [php/php-src#13648](https://github.com/php/php-src/issues/13648) > > As a workaround, switching to a FrankenPHP build that uses glibc (like the one we provide in the...

> > > @jeremyj11 , thanks! This is likely this issue: [php/php-src#13648](https://github.com/php/php-src/issues/13648) > > > As a workaround, switching to a FrankenPHP build that uses glibc (like the one we...