32 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
793
views
Installing php-dev results in 7.0 packages being installed instead of 7.3
When I run -
apt-get install php-dev
I see a bunch of php 7.0 packages being installed -
The following additional packages will be installed: dh-php libexporter-tiny-perl liblist-moreutils-perl libssl-...
0
votes
0
answers
217
views
When I compile PECL imagick using phpize, I get the error "undefined macro: _m4_divert_diversion
When I download the source of PECL imagick and compile it using phpize
I get an error "undefined macro: _m4_divert_diversion".
CentOS6.7
PHP7.3
autoconf 2.71 → 2.69
m4 1.4.13 → 1.4.18
...
0
votes
0
answers
2k
views
Has anyone successfully built PHP 7.4 extensions on MacOS 12.4 using PECL?
I'm using homebrew to install PHP on macOS 12.4 (Monterey), and having difficulty getting the suggested PECL extension install method to work. I've installed php 7.4 on macOS:
brew install [email protected]
...
-2
votes
1
answer
1k
views
Installing PHP Extentsions in Bitbucket Pipeline Composer image
What is the correct way to install and enable PHP Extensions in a Bitbucket Pipeline?
Our bitbucket-pipelines.yml uses image: composer:2.0 which worked fine until a unit test was added that requires ...
0
votes
0
answers
384
views
Is it possible to install Phpize without php-devel?
I need phpize to install an extension on PECL, but inputting the command downloads the extension then tells me that "phpize failed".
After some googling, I noticed that you needed a version ...
0
votes
1
answer
213
views
Undefined subroutine &main::open_quote called at /usr/local/bin/autom4te line 262
Hi I try to install xdebug via pecl on macox (Big Sur 11.5.2)
But I get error message
xdebug volodymyr$ pecl install xdebug
downloading xdebug-3.0.4.tgz ...
Starting to download xdebug-3.0.4.tgz (215,...
1
vote
1
answer
2k
views
phpize failed when building php-fpm for docker after updating mac os
I have lost the ability to build php images for docker after i've updated my mac os from 11.4 to 11.6. Before updating everything was building smoothly, but just after updating i can't seem to build ...
1
vote
1
answer
4k
views
pecl installing for incorrect version of PHP
On a system running Unbuntu 16.04LTS, I'm trying to install the Sync class for PHP7.3.
phpinfo() on the system reveals the following:
Loaded Configuration File => /etc/php/7.3/cli/php.ini
...
PHP ...
Dennis 's user avatar
- 1,316
0
votes
2
answers
445
views
Install XDEBUG in Catalina OSX
I found this page
https://bbqsoftwares.com/blog/xdebug-catalina
that help to install Xdebug in Macosx Catalina, after Apple has changed Xcode installation, the headers of php are in another ...
4
votes
3
answers
10k
views
Fixing m4 on MAC OS 10.14.5
I'm having an issue with pecl which is erring out saying phpize had failed.
The problem ultimately seems to be with m4. Error is autom4te: need GNU m4 1.4 or later: /Applications/MAMP/Library/bin/m4
...
4
votes
0
answers
3k
views
PHP 7.3.8. ZIP extension on MacOS Catalina 10.15
I’m trying to use the builtin PHP in MacOS Catalina 10.15 by compiling the ZIP extension by myself.
In the new MacOS Catalina, the phpize tool is no longer usable since inside it contains an invalid ...
0
votes
0
answers
1k
views
How to change phpize to current version
I'm using Mojave OS X and I've been following these steps to install Xdebug through Pecl. I'm trying to set it up so I can use the debugger of PHPStorm.
http://www.devinbaldwin.com/2018/09/27/how-to-...
1
vote
1
answer
2k
views
php-devel package required but is already installed
I am running PHP 7.2 and am trying to install oci8
pecl install oci8 results in a download but it fails when running phpize with the following message:
running: phpize
Can't find PHP headers in /opt/...
1
vote
0
answers
2k
views
"error: #error "OpenCV 4.x+ requires enabled C++11 support"
How can I fix this?
I installed OpenCV 4.1.0 without a problem on Centos 7.6 following this guide:
https://linuxize.com/post/how-to-install-opencv-on-centos-7/
Now I'm trying to install php-opencv
...
0
votes
0
answers
117
views
Can I install phpize7.1 to Ubuntu 15.10?
I have old Ubuntu 15.10 which unsupported anymore. I need php7, but I can not update it to Ubuntu 16/18. I installed php7.1 from source, but also I need phpize to compile extensions. Is it possible to ...