Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Function get_magic_quotes_runtime() is deprecated #19

Open
saulmamani opened this issue Apr 27, 2020 · 6 comments
Open

Function get_magic_quotes_runtime() is deprecated #19

saulmamani opened this issue Apr 27, 2020 · 6 comments

Comments

@saulmamani
Copy link

ErrorException
Function get_magic_quotes_runtime() is deprecated

in Lavavel 7 and php 7.4

@crisleiria
Copy link

Same error on Laravel 5.8 and PHP 7.4
When this will be fixed?

Hi @saulmamani ,

Did you find another PDF merger pachage for PHP 7.4?

Thanks in advance

@hondaman900
Copy link

Any word on this issue? I have the same error in Laravel 6 on PHP 7.4.8 and need to know how to fix it. Thanks in advance.

@crisleiria
Copy link

Hi @hondaman900 ,

This package is not maintained anymore... I have used another one:
https://github.com/daltcore/lara-pdf-merger

Hope it helps

@marcshake
Copy link

I forked this because of this issue.
https://github.com/marcshake/PDFMerger

@hondaman900
Copy link

Thank you for the replies. I downgraded my dev system to PHP 7.3 to get past this for the moment and not hold up the project, but to move forward, is the solution as simple as upgrading PDFMerger?

@marcshake
Copy link

I used my fork in my project by modifying my composer.json. My solution works in PHP7.4
Just add this:
"repositories": [ { "type": "vcs", "url": "https://github.com/marcshake/PDFMerger" } ],
And replace
"rguedes/pdfmerger": "^1.0",
with

"rguedes/pdfmerger": "dev-master as 1.0",

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

No branches or pull requests

4 participants