Skip to content

Commit

Permalink
List php extensions on the CI environment page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 2, 2012
1 parent f1f4bce commit 1c69972
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 2 deletions.
62 changes: 61 additions & 1 deletion docs/user/ci-environment/index.html
Expand Up @@ -197,7 +197,67 @@ <h3 id="xdebug">XDebug</h3>

<h3 id="extensions">Extensions</h3>

<p>TBD: PHP maintainers, please write me</p>
<pre>
$ php -m
[PHP Modules]
bz2
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
intl
json
libxml
mbstring
mcrypt
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvsem
sysvshm
tidy
tokenizer
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
Xdebug
</pre>

<h2 id="ruby-aka-common-worker-vm-images">Ruby (aka common) worker VM images</h2>

Expand Down
62 changes: 61 additions & 1 deletion source/content/docs/user/ci-environment.md
Expand Up @@ -163,7 +163,67 @@ Is supported.

### Extensions

TBD: PHP maintainers, please write me
<pre>
$ php -m
[PHP Modules]
bz2
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
intl
json
libxml
mbstring
mcrypt
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvsem
sysvshm
tidy
tokenizer
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
Xdebug
</pre>



Expand Down

0 comments on commit 1c69972

Please sign in to comment.