php-extension Questions

1

Solved

I'm trying to install laravel-excel on my laravel project. That library requires below php extensions to be enabled. PHP extension php_zip PHP extension php_xml PHP extension php_gd2 PHP extension...
Dodona asked 9/4, 2021 at 8:34

2

Solved

I need to install GeoIP on PHP 7.2 . For this I am using following commands - sudo apt-get -y install gcc make autoconf libc-dev pkg-config sudo apt-get -y install libgeoip-dev sudo pecl7.2-sp in...
Auxiliaries asked 29/8, 2018 at 13:30

3

Solved

How to install gmp extension for php 7.2.1 using MAMP on OSX? I'm trying to encrypt a token with php and this library(lcobucci/jwt) using the Elliptic Curve Digital Signature Algorithm (ECDSA) ...
Madox asked 20/5, 2018 at 13:42

8

Just noticed, that PHP throws warnings, when executed on the CLI: php module is already loaded $ php -v PHP Warning: Module 'PDO' already loaded in Unknown on line 0 PHP Warning: Module 'calendar...
Wojcik asked 4/7, 2016 at 8:30

3

I need to list all PHP extensions that's required by a given code base. What would be the best way to tackle this problem? My initial thought is to write a script that goes through all files and f...
Balfore asked 16/2, 2010 at 20:17

2

I have centos 6.5 server and when I try to install php extension using pecl I get the following error: XML Extension not found All the documentations say that this extension is included by defau...
Rameau asked 18/2, 2014 at 16:7

3

Solved

I'm trying to run a symfony4 application in the Google Cloud App Engine following this instructions. My app has a dependency which itself depends on php-gd. This extension seems to be unavailable ...

4

Solved

I have installed both php5.6 and php7.0 from PPA on Ubuntu according to this manual http://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu But I didn't get how to install extensions using pecl...
Dander asked 4/11, 2016 at 9:57

4

I'm trying to load the intl PHP extension in my Docker container, but it doesn't seem to work. Have already tried this https://github.com/docker-library/php/issues/57 but I still get the same erro...
Oversell asked 7/2, 2018 at 22:25

5

Solved

I am trying to install the Libsodium PHP extension using PECL, but I have no idea how to get the dll files needed. I want to use it with Wampserver on Windows 7 (64-bit). Can any one help me?
Wickerwork asked 8/10, 2015 at 6:1

3

Sorry for duplication of this question with another one. I can't solve my problem. I am working on a project based on Ratchet. I am trying to run the Push Integration example. So, in order to run,...
Hardness asked 7/7, 2014 at 12:20

3

I'm getting this error when trying to deploy using alpine: phpoffice/phpspreadsheet 1.2.1 requires ext-gd * -> the requested PHP extension gd is missing from your system. Here's my Dockerfile...
Warble asked 24/4, 2018 at 10:8

3

I'm trying to install Magento (2.3.0) on macOS Mojave. Magento shows PHP Extension intl. is missing. I tried the below to resolve: Made a copy of php.ini using cp /etc/php.ini.default php.ini Re...
Laris asked 15/1, 2019 at 20:22

4

Solved

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" The pecl gave a...

3

Solved

Im using Laravel 5.3 in Homestead with Vagrant 1.8.7 running on VirtualBox. I have need to enable some php extensions. I know that I could ssh into the box and edit the php.ini to enable the ext...
Pluton asked 16/11, 2016 at 20:17

1

Solved

I'm working with an app using docker (i'm not super familiar) and I need to add 2 new PHP extensions. I have changed the Dockerfile on an existing image as follows: FROM php:7.2-fpm RUN apt-get u...
Hjerpe asked 22/3, 2019 at 23:3

6

Solved

How do I test to see if the FreeType extension is installed on a server running PHP? I wanted to make a simple CAPTCHA system on my site, so I used imagettftext() and it worked fine. But what if ...
Ignition asked 4/1, 2011 at 13:37

2

Solved

I have a Docker Container with Phalcon3 and php 7. I am trying to install the php extension Mcrypt without luck. If I do ssh to the container, and execute: apt-get update apt-get install php7.0-m...
Mud asked 8/11, 2017 at 13:47

0

As a learning exercise, I'm trying to save the compiled state of a PHP file in order to execute it at a later time without having to go through zend_compile_file again. The first thing I did...
Torosian asked 25/8, 2018 at 20:29

2

Solved

My server is a Windows 2008 server. PHP Version 7.2.7 is installed and running. Sql Server 11 (64 bit) is installed and is working (there is a couple asp.net apps running and already using that dat...
Spheroidicity asked 20/7, 2018 at 19:27

3

Solved

Ok I have PHP working on my mac os x Apache 2 server. Problem I am having is it can't seem to find the extensions that allow me to connect to an sqlite database. extension = php_sqlite.dll exten...
Swingletree asked 29/6, 2011 at 15:50

2

Solved

I'm learning PHP extension writing in order to make some old extensions work with PHP 7. I tried to modify the sample extension from http://devzone.zend.com/1435/wrapping-c-classes-in-a-php-extens...
Startle asked 29/12, 2015 at 19:24

1

Solved

I am installing a fresh kubuntu system 18.04, which is using by default php7.2 A composer install for my current software project gibves me this error message: The requested PHP extension ext-...
Delia asked 15/5, 2018 at 16:5

4

I am facing some issues in the installation of Cakephp. I hope any one had faced the same issue. The error - cakephp/cakephp 3.3.9 requires ext-intl * -> the requested PHP extension int...
Hostetter asked 7/2, 2017 at 8:33

1

I am trying to integrate SQL Relay with PHP PDO on Windows (WAMP). I have installed and compiled Rudiments and SQL Relay on Windows through Visual Studio Developer Command Prompt following the inst...
Serial asked 4/4, 2016 at 4:38

© 2022 - 2024 — McMap. All rights reserved.