We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I 'm using the library with PHP7.1
The warning "A non well formed numeric value encountered" is thrown here when I'm using margin-top with units (see http://php.net/manual/en/migration71.other-changes.php)
PHPPdf/lib/PHPPdf/Core/Node/Page.php
Line 421 in 7055c85
$ ~/develop/composer.phar info | grep psliwa psliwa/pdf-bundle 1.0.3 This bundle integrates Symfony2 with PHPPdf library. psliwa/php-pdf 1.2.10 Pdf and graphic files generator library for PHP. $ php -v PHP 7.1.11-1+ubuntu14.04.1+deb.sury.org+1 (cli) (built: Oct 27 2017 14:28:45) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.11-1+ubuntu14.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by Zend Technologies
As workaround, I changed mm units for numeric value.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. I 'm using the library with PHP7.1
The warning "A non well formed numeric value encountered" is thrown here when I'm using margin-top with units (see http://php.net/manual/en/migration71.other-changes.php)
PHPPdf/lib/PHPPdf/Core/Node/Page.php
Line 421 in 7055c85
As workaround, I changed mm units for numeric value.
The text was updated successfully, but these errors were encountered: