Skip to content

Instantly share code, notes, and snippets.

@ha1t
Created March 10, 2017 07:36
Show Gist options
  • Save ha1t/1a2fcc6255242a53216ad189b82ad179 to your computer and use it in GitHub Desktop.
Save ha1t/1a2fcc6255242a53216ad189b82ad179 to your computer and use it in GitHub Desktop.
Google App Engine for PHP で有効になっている extension の list
```
Array
(
[0] => Core
[1] => date
[2] => ereg
[3] => libxml
[4] => openssl
[5] => pcre
[6] => zlib
[7] => apcu
[8] => bcmath
[9] => calendar
[10] => ctype
[11] => dom
[12] => hash
[13] => filter
[14] => ftp
[15] => gd
[16] => SPL
[17] => iconv
[18] => json
[19] => mailparse
[20] => mbstring
[21] => mcrypt
[22] => session
[23] => standard
[24] => mysqlnd
[25] => OAuth
[26] => Zend OPcache
[27] => mysqli
[28] => PDO
[29] => pdo_mysql
[30] => Reflection
[31] => mysql
[32] => shmop
[33] => SimpleXML
[34] => soap
[35] => sockets
[36] => exif
[37] => tokenizer
[38] => xml
[39] => xmlreader
[40] => xmlwriter
[41] => xsl
[42] => zip
[43] => curl
[44] => google_cloud_sql_mysqlnd_plugin
[45] => GAE Runtime Module
[46] => apc
[47] => memcache
[48] => memcached
[49] => urlfetch_stream_wrapper_plugin
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment