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.

How to install php-mongo on CentOS 5.3?

I've already installed mongoDB on my VPS. It works well. Now I want to install php driver to make php …

php centos php-extension mongodb
Detect if the FreeType PHP extension is installed on the server

How do I test to see if the FreeType extension is installed on a server running PHP? I wanted to …

php php-extension freetype
7z extension for php?

I can't find one and I don't know if any of PHP Compression and Archive Extensions will work. Do you …

php compression php-extension 7zip
how to write PHP module in C

how can i write my own module in C ? is it possible ?

php c php-internals php-extension
Getting Started with PHP Extension-Development

Please suggest help articles or tutorials about PHP "low" level С-modules programming interface.

php php-extension php-internals
Retrieve extension version in php

Is it possible to get extension version in php? get_loaded_extensions returns only loaded extentions names, but not versions :(

php php-extension
How do I enable the intl extension in CakePHP?

I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this …

cakephp-3.0 php-7 php-extension mamp-pro intl
XML Extension not found

I have centos 6.5 server and when I try to install php extension using pecl I get the following error: XML …

php centos php-extension
How to add php gd extension to Dockerfile

I'm getting this error when trying to deploy using alpine: phpoffice/phpspreadsheet 1.2.1 requires ext-gd * -> the requested PHP extension …

docker php-extension alpine php-gd
Howto ubuntu 18.04 install / activate PHP extension ext-mcrypt

I am installing a fresh kubuntu system 18.04, which is using by default php7.2 A composer install for my current software …

php php-extension php-7.2 ubuntu-18.04