erikn69

Results 62 issues of erikn69

- Remove security message ![image](https://github.com/maximebf/php-debugbar/assets/4933954/7d9345ac-f567-4a0a-9377-c6f8826e1411) Before we have `'THIS IS CODE'`, so, when `highlight(pre);`, highlightjs removes `` as says the warning, changing to `highlight(codeElement)` fix it, this also happen on...

Closes #449 ![image](https://github.com/maximebf/php-debugbar/assets/4933954/ad7dbb38-8bdd-47ed-8cb7-358ab5517f89) https://github.com/maximebf/php-debugbar/blob/30f65f18f7ac086255a77a079f8e0dcdd35e828e/src/DebugBar/DataFormatter/DataFormatter.php#L25-L29 Global `DataFormatter` creates instances of `VarCloner, CliDumper`, this creates a unexpected jump on time line This PR preloads `DataFormatter` before measuring, that allows displaying a consecutive...

## Description Pecl sqlsrv 5.12.0 released, and it drops PHP 8.0 support https://pecl.php.net/package/sqlsrv/5.12.0 ## Motivation and Context Fix MSSQL on PHP 8.0 ## Types of Changes - [x] Bug fix...

## Description Centrifugo Server is a lightweight open source replacement for soketi(_broadcasting_) [https://centrifugal.dev/getting-started/installation](https://centrifugal.dev/docs/getting-started/installation#docker-compose-example) https://github.com/denis660/laravel-centrifugo >Centrifugo is language-agnostic and can be used to build chat apps, live comments, multiplayer games, real-time...

## Description This PR allow us to change distro and soketi version(_latest-16-debian as default_) ## Types of Changes - [x] Bug fix (non-breaking change which fixes an issue). - []...

## Description IONCUBE Supports 8.2, Only 8.0 is not supported, 8.3 not supported yet https://serverpilot.io/docs/install-ioncube-loader/ ## Types of Changes - [x] Bug fix (non-breaking change which fixes an issue). -...

~Testing `SerializesModels`~ `SerializesModels` was unnecessary Closes #892 Closes #891 Closes #890 Closes #895 Closes #885 I think this complicates things quite a bit.

Closes #1034 ---- **Ref:** https://github.com/laravel/framework/pull/50260 PhpStan fails on Laravel 10.x, I could add a baseline rule ```batch Error: Cannot call method make() on Illuminate\Contracts\Foundation\Application|null. ------ --------------------------------------------------- Line src/Facade/Pdf.php ------ ---------------------------------------------------...

![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/548cfa9e-ece3-4304-9ccb-016315ead494) Additionally, this change centers the icon vertically, and normalizes the size of the icons. ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/66dfb52d-9860-4546-90df-26fd3d14829b) --- Should messages that have a `debug` label also be differentiated? ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/c5821506-9a21-471f-afc9-f8f92196b3bb)