Devel for PHP

Hi there
i see there is only several php packafes in a fresh install of sangoma7
is there a way to install php56w-devel ?
Regards
[root@asterisk yum.repos.d]# yum search php
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
====================================================================== N/S matched: php ======================================================================
php-digium_register.x86_64 : Digium Register module for php 5.6
php56w.x86_64 : PHP scripting language for creating dynamic web sites
php56w-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php56w-cli.x86_64 : Command-line interface for PHP
php56w-common.x86_64 : Common files for PHP
php56w-gd.x86_64 : A module for PHP applications for using the gd graphics library
php56w-intl.x86_64 : Internationalization extension for PHP applications
php56w-ldap.x86_64 : A module for PHP applications that use LDAP
php56w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php56w-mysql.x86_64 : A module for PHP applications that use MySQL databases
php56w-odbc.x86_64 : A module for PHP applications that use ODBC databases
php56w-pdo.x86_64 : A database access abstraction module for PHP applications
php56w-pear.noarch : PHP Extension and Application Repository framework
php56w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php56w-process.x86_64 : Modules for PHP script using system process interfaces
php56w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php56w-xml.x86_64 : A module for PHP applications which use XML
php56w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
php56w-pecl-ssh2.x86_64 : Bindings for the libssh2 library
zend-guard-loader.x86_64 : PHP Zend Guard

Name and summary matches only, use “search all” for everything.
[root@asterisk yum.repos.d]# php -v
PHP 5.6.40 (cli) (built: Jan 22 2019 23:51:52)
Copyright © 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies
with Zend Guard Loader v3.3, Copyright © 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright © 1999-2015, by Zend Technologies
[root@asterisk yum.repos.d]#

On my system I can install with yum install php56w-devel, what distro version are you on? It appears the package is in the sng7 repo by default.

[root@pbx ~]# yum info php56w-devel
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
Available Packages
Name        : php56w-devel
Arch        : x86_64
Version     : 5.6.40
Release     : 1.sng7
Size        : 2.5 M
Repo        : sng-pkgs/7/x86_64
Summary     : Files needed for building PHP extensions
URL         : http://www.php.net/
License     : PHP and Zend and BSD
Description : The php56w-devel package contains the files needed for building PHP
            : extensions. If you need to compile your own PHP extensions, you will
            : need to install this package.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.