Skip to content

Commit

Permalink
Update SettingsDebug.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 22, 2024
1 parent 1f36e2b commit 4bacc3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions includes/Settings/SettingsDebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -981,12 +981,6 @@ public function get_server_config(): array {
'result' => function_exists( 'imagecreatefromwebp' ),
'fallback' => __( 'Required if you have .webp images in your documents', 'woocommerce-pdf-invoices-packing-slips' ),
),
// "PCRE" => array(
// "required" => true,
// "value" => phpversion("pcre"),
// "result" => function_exists("preg_match") && @preg_match("/./u", "a"),
// "failure" => "PCRE is required with Unicode support (the \"u\" modifier)",
// ),
'Zlib' => array(
'required' => __( 'To compress PDF documents', 'woocommerce-pdf-invoices-packing-slips' ),
'value' => phpversion( 'zlib' ),
Expand Down

0 comments on commit 4bacc3a

Please sign in to comment.