installation - Which Libraries are included in PHP? -


are there libraries in every present php installation?

an example:

i'm using curl in php script, run on every php installation?

libraries curl aren't in default php installation. though hosts carry default set of extensions have been used, include curl.

php has page on it's built-in functions explain further: http://nl3.php.net/manual/en/functions.internal.php

there's page function references find used libraries can installed using pear: http://nl3.php.net/manual/en/funcref.php


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -