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.

File Info PHP Error - Class 'finfo' not found but the module is in php.ini

I am having a problem getting File Info working. It is enabled in PHP.ini but when I run a …

php php-extension fileinfo
PHP http_build_url() and PECL Install

I downloaded an API that uses this php function http_build_url(). Everytime I run my application it says: Fatal …

php javascript php-extension
Gmagick extension for php install -- how and where?

Downloaded php-pear and tried installing gmagick extension by following the steps given in link "http://www.gerd-riesselmann.net/development/how-install-imagick-and-gmagick-ubuntu" …

php image-processing imagemagick php-extension graphicsmagick
Install PHP Extension for PHP 5.6 on OSX with deprecated homebrew/php

today I've update Brew and now I can't install the php56-extensions. On my Mac is installed "php56" and today …

php macos homebrew deprecated php-extension
Installing dBase extension in XAMPP

I have a problem with installing dBase extension in XAMPP with PHP 5.5.11. I added php_dbase.dll to php/ext …

php php-extension dbase
phpize and php api version doesnt match

I am trying to install memcached in my mac. I have downloaded and installed it. I added it to php.…

php memcached php-extension
PHP Windows extensions won´t load

I'm working on a windows server 2008 R2 machine. I have installed apache 2.2 with php 5.4.25 While trying to enable ldap support …

php windows apache windows-server-2008 php-extension
Extending PHP with C++?

I have a performance intensive routine that is written in PHP that I'd like to port to C++ for a …

php c++ plugins php-extension
How to start writing a PHP5 extension in C++

I'm writing a PHP5 extension, and while I could write it in C, it would be easier to use C++ …

php c++ gcc php-extension
After enabling fileinfo extension and restarting Apache it still does not load

I want to use fileinfo extension in PHP (5.5). (On localhost(Windows), using XAMPP) So I went to php.ini and …

php apache xampp php-extension fileinfo