rospdf / pdf-php

Official R&OS PHP Pdf repository
http://pdf-php.sourceforge.net/
Other
140 stars 63 forks source link

Fix usage of deprecated braces for array and string offset access #136

Closed cedric-anne closed 4 years ago

cedric-anne commented 5 years ago

On PHP7.4, usage of braces has been deprecated for array and string offset access.

PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2386
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2387
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2388
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2389
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2390
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2391
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2407
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2408
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2409
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2410
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2411
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 2412
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3092
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3098
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3100
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3101
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3103
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3104
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/Cpdf.php at line 3105
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTFsubset.php at line 494
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 927
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 930
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1106
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1118
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1119
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1130
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1131
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1146
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1147
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1148
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1149
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1182
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1197
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1198
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1199
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1200
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1225
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1226
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1257
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1257
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1292
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1306
PHP Deprecated function: Array and string offset access syntax with curly braces is deprecated in ./vendor/rospdf/pdf-php/src/include/TTF.php at line 1307
cedric-anne commented 4 years ago

Hi @ole1986 ,

Can you give me a feedback about this PR ?

Regards