Code Monkey home page Code Monkey logo

avery-fpdf-labels's Issues

Fatal error when trying your implementation - implode() has a new signature as of PHP 8.0!

When trying your implementation on a PHP 8.1.3. webserver, this fatal error is thrown:
Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /var/www/html/vendor/labels/AveryTemplates.class.php:203 Stack trace: #0 /var/www/html/vendor/labels/AveryTemplates.class.php(203): implode() #1 /var/www/html/actions/labelPrintAuto2.php(24): amattu\Avery_5160->build() #2 {main} thrown in /var/www/html/vendor/labels/AveryTemplates.class.php on line 203

Please note that, as of PHP 8.0, the implode() method has this signature:
implode(string $separator, array $array): string instead of the old:
implode(array $array, string $separator): string (deprecated as of PHP 7.4.0 and now removed).

You may want to adapt your code. A pull request has been submitted. #2

Add 5163 Support

Hello, I have an urgent need for 5163 support, so, per your readme, I'm (politely, and gratefully) requesting it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.