desta88 / Codeigniter-Barcode

Create barcode generator for Codeigniter using Zend Library (Support Codeigniter 2 & 3)
MIT License
32 stars 52 forks source link

num_points parameter is deprecated IN PHP 8 #18

Open gauravkumar2217 opened 1 year ago

gauravkumar2217 commented 1 year ago

Message: imagefilledpolygon(): Using the $num_points parameter is deprecated.

Filename: Renderer/Image.php

Line Number: 377

we need to update num pointer parameters in the whole library this is just a sample, I have more than 50 errors in this library for working in PHP 8 and above.