Skip to content
Snippets Groups Projects
Verified Commit 7d18afd9 authored by Dave Long's avatar Dave Long
Browse files

Issue #3463329 by alexpott:...

Issue #3463329 by alexpott: \Drupal\Core\Extension\ExtensionDiscovery::PHP_FUNCTION_PATTERN is out-of-date

(cherry picked from commit ca4903b7)
parent 25492d3f
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #232101 passed with warnings
Pipeline: drupal

#232114

    Pipeline: drupal

    #232107

      ......@@ -54,7 +54,7 @@ class ExtensionDiscovery {
      *
      * @see http://php.net/manual/functions.user-defined.php
      */
      const PHP_FUNCTION_PATTERN = '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/';
      const PHP_FUNCTION_PATTERN = '/^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$/';
      /**
      * Previously discovered files keyed by origin directory and extension type.
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment