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.
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-extensionI'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-extensionIt's got to be somewhere in the phpinfo() dump, but I just don't know where. Is it supposed to be …
php php-extensionI 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-extensionI 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-extensionI'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-extensionI 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-extensionI see everywhere (including on the official docs) that the PDO_SQLITE driver is/should be included by default in …
php ubuntu symfony php-extensionI was checking the PHP manual to understand the different types of PHP extensions (PHP modules). There are Zend modules (…
command-line-interface php-extensionI have uninstalled php7 and all its modules from ubuntu, and when I try to reinstall the modules, I get …
php php-extension php-7