Skip to content

Commit

Permalink
fix(php): remove gnupg and mcrypt from intelephense.stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 26, 2023
1 parent 3d080a4 commit 9e23567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/src/php/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"intelephense.environment.includePaths": ["/wp"],
"intelephense.environment.phpVersion": "8.0.0",
"intelephense.stubs": [
"apcu", "bcmath", "calendar", "Core", "ctype", "curl", "date", "dom", "exif", "fileinfo", "filter", "fpm", "ftp", "gd", "gmagick", "gmp", "gnupg",
"hash", "iconv", "igbinary", "intl", "json", "libxml", "mbstring", "mcrypt", "memcache", "memcached", "meta", "mysqli", "newrelic", "openssl",
"apcu", "bcmath", "calendar", "Core", "ctype", "curl", "date", "dom", "exif", "fileinfo", "filter", "fpm", "ftp", "gd", "gmagick", "gmp",,
"hash", "iconv", "igbinary", "intl", "json", "libxml", "mbstring", "memcache", "memcached", "meta", "mysqli", "newrelic", "openssl",
"pcntl", "pcre", "PDO", "pdo_mysql", "pdo_sqlite", "Phar", "posix", "random", "Reflection", "session", "shmop", "SimpleXML", "soap", "sockets",
"sodium", "SPL", "sqlite3", "ssh2", "standard", "superglobals", "sysvsem", "sysvshm", "tokenizer", "xdebug", "xml", "xmlreader", "xmlwriter",
"Zend OPcache", "zip", "zlib"
Expand Down

0 comments on commit 9e23567

Please sign in to comment.