Top "Php-extension" questions

The PHP language can be enhanced through the use of extensions, which provide to PHP scripts new internal functions, classes, resource types, streams (also stream wrappers and filters) and, in general, can do anything a native program would be able to do.

Installing PHP Zip Extension

I'm attempting to install the PHP Zip extension. My server does not have external internet access, so I downloaded it …

php centos zip pear php-extension
How to check which PHP extensions have been enabled/disabled in Ubuntu Linux 12.04 LTS?

I'm using Ubuntu Linux 12.04 LTS on my local machine. I've installed LAMP long ago on my machine. Now I want …

php linux ubuntu-12.04 php-extension
How do I see the extensions loaded by PHP?

It's got to be somewhere in the phpinfo() dump, but I just don't know where. Is it supposed to be …

php php-extension
How to install all required PHP extensions for Laravel?

I need to make my Ubuntu 16.04. Is there a way using the GUI or is the simplest way to do …

php laravel ubuntu php-extension
How do I install PHP intl extension on CentOS?

I know virtually nothing about installing packages. I managed to install Zend Framework 1 with yum a while back by following …

php centos installation yum php-extension
Enabling PostgreSQL support in PHP on Mac OS X

I'm having a terribly difficult time getting the command "pg_connect()" to work properly on my Mac. I'm currently writing …

php macos postgresql php-extension
Memory usage of current process in C

I need to get the memory usage of the current process in C. Can someone offer a code sample of …

c linux memory memory-management php-extension
PDO_SQLITE driver not present.. what to do?

I see everywhere (including on the official docs) that the PDO_SQLITE driver is/should be included by default in …

php ubuntu symfony php-extension
Check dynamically loaded PHP extensions from command line

I was checking the PHP manual to understand the different types of PHP extensions (PHP modules). There are Zend modules (…

command-line-interface php-extension
WARNING: Module ini file doesn't exist under /etc/php/7.0/mods-available

I have uninstalled php7 and all its modules from ubuntu, and when I try to reinstall the modules, I get …

php php-extension php-7