php-extension Questions

4

Solved

I am using PHP 5.5.25 with Apache 2.4 on Windows 7 x64 and I am unable to activate the cURL module. I have looked around and tried all I could think of. Please assist: In php.ini, the line extens...
Humane asked 10/9, 2015 at 5:1

6

I am having a problem getting File Info working. It is enabled in PHP.ini but when I run a php -m it is not listed. I have PHP 5.5 so it should be standard and not need the pecl. I am a newbie and ...
Eteocles asked 27/9, 2015 at 17:53

5

Solved

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/curl.so' - /usr/lib/php/20131226/curl.so: undefined symbol: zend_unset_property in Unknown on line 0 I am using...
Stralka asked 1/11, 2016 at 8:40

3

Solved

I try install ncurses extensions for php7.0 but I get this error /bin/bash /tmp/pear/download/ncurses-1.0.2/libtool --mode=compile cc -I. -I/tmp/pear/download/ncurses-1.0.2 -DPHP_ATOM_INC -I/tmp/p...
Nimble asked 25/8, 2016 at 17:20

6

I ran the command: php -v Output: PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /usr/lib/php/20170718/pdo_mysql.so (/usr/lib/php/20170718/pdo_mysql.so: undefin...
Desorb asked 7/6, 2020 at 2:9

1

After trying to install the sqlite extension, I can no longer run php on my mac. I keep getting brew errors. Has anyone had a similar problem? dyld[58991]: Library not loaded: /opt/homebrew/opt/lib...
Mccool asked 13/9, 2023 at 15:7

2

Solved

I am experiencing difficulties starting Redis 5.3.7 with PHP 8.2 on my Windows machine. When I attempt to start it, a dialog box displays with the message: "The procedure entry point _zend_ge...
Protomorphic asked 17/6, 2023 at 13:49

8

Solved

I'm using Ubuntu Linux 12.04 LTS on my local machine. I've installed LAMP long ago on my machine. Now I want to enable following PHP extensions: php_zip php_xml php_gd2 For it first I want to che...
Flavescent asked 22/6, 2014 at 12:33

2

Solved

I need to add imagemagick into my php 7.4 docker, so in file Dockerfile.yml I added : FROM php:7.4.1-apache RUN apt-get update && \ apt-get install -y \ python \ libfreetype6-dev \ lib...
Overlap asked 9/10, 2021 at 14:42

6

Solved

I see everywhere (including on the official docs) that the PDO_SQLITE driver is/should be included by default in PHP. However, when I look at my extension_directory, I see only these files: gd.so...
Gauguin asked 11/1, 2012 at 15:46

6

Solved

I need to make my Ubuntu 16.04. Is there a way using the GUI or is the simplest way to do this by using terminal? I have already installed PHP 7.1, MariaDB. I need to enable: OpenSSL PHP Extens...
Myrick asked 26/11, 2016 at 7:21

6

Solved

any idea how can i install the php Ldap extension in dockerfile FROM php:7.2-fpm-alpine i tried the following RUN docker-php-ext-configure ldap --prefix=/usr/local/php --with-ldap=/usr/lib/i386-l...
Luigiluigino asked 16/7, 2020 at 8:35

6

Solved

I read it's possible to use C/C++ code in PHP by writing an extension. Is there a simpler way, like wrapping magic or things like that (I must say, I heard the word, but don't know much about what ...
Purism asked 6/11, 2011 at 23:59

13

Solved

I'm attempting to install the PHP Zip extension in CentOS. My server does not have external internet access, so I downloaded it myself from PECL: http://pecl.php.net/package/zip. I chose 1.10.2, th...
Voiture asked 12/9, 2013 at 21:24

8

Solved

I have a Dockerfile with a build command like this: #install some base extensions RUN apt-get install -y \ zlib1g-dev \ zip \ && docker-php-ext-install zip I get this warning from bui...
Atahualpa asked 9/2, 2018 at 7:9

6

Solved

I know virtually nothing about installing packages. I managed to install Zend Framework 1 with yum a while back by following a very specific tutorial. Now I need the PHP intl extension and I can't...
Older asked 4/2, 2013 at 3:34

11

It's got to be somewhere in the phpinfo() dump, but I just don't know where. Is it supposed to be under the "Additional Modules" section? Somewhere else? I'm trying to figure out why some extension...
Aeroscope asked 26/1, 2009 at 4:32

2

Solved

One of the improvements in PHP7.1 is that in Windows the readline extension is available out of the box. I'm having trouble using all of the functions though, as they don't all exist. The following...
Hallie asked 4/5, 2018 at 21:46

4

I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this error shows up: Fatal error: You must enable the intl extension to use CakePHP. I have even inc...
Dyscrasia asked 9/8, 2017 at 16:41

3

Solved

today I've update Brew and now I can't install the php56-extensions. On my Mac is installed "php56" and today I had need to install, "php56-redis", but when I had try to install this extension, Br...
Scourge asked 4/4, 2018 at 11:22

6

I installed nginx, php, php-fpm, php-pecl-redis by yum. All of them work but the last one. When I run /usr/sbin/php-fpm, I got this: PHP Warning: PHP Startup: Unable to load dynamic library '/...
Sholem asked 30/11, 2015 at 8:12

4

Solved

I installed PHP 7 to my server (as a result, I have not /etc/php5 and /etc/php/7.0). When I run my web app, I cant see any of my previous CURL (or fork). at first I got this err msg: Message:...
Cadaverous asked 3/5, 2016 at 15:55

3

Solved

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 for the apache server i found out that the server does not load the ...
Amphisbaena asked 7/3, 2014 at 13:49

4

Solved

I have uninstalled php7 and all its modules from ubuntu, and when I try to reinstall the modules, I get the following error for each php module, and although the module is installed, because of thi...
Indented asked 9/6, 2016 at 5:0

3

Solved

I'm trying to install the libsodium php extension (https://pecl.php.net/package/libsodium/1.0.6/windows). When I run php -m, libsodium shows up in the list. However, when I go to phpinfo, it is no...
Modern asked 8/3, 2017 at 21:34

© 2022 - 2024 — McMap. All rights reserved.