search for: php72

Displaying 20 results from an estimated 23 matches for "php72".

2020 Jun 22
6
Wrong version of php
It's been a while since I updated to php72 on this machine and there is some setting I must have forgotten. Apache, root and a user automatically get php72 when I run php in a terminal window, however, a php script picks up the wrong version of php, ie php54 and the version of php in /usr/bin/php is indeed version 5.4. I have googled witho...
2020 Jun 23
2
Wrong version of php
On 06/23/2020 05:23 AM, Leon Fauster via CentOS wrote: > Am 22.06.20 um 22:27 schrieb H: >> It's been a while since I updated to php72 on this machine and there is some setting I must have forgotten. Apache, root and a user automatically get php72 when I run php in a terminal window, however, a php script picks up the wrong version of php, ie php54 and the version of php in /usr/bin/php is indeed version 5.4. >> >> I h...
2020 Jun 22
2
Wrong version of php
On 06/22/2020 05:21 PM, Pete Biggs wrote: >> I have googled without finding the answer but how do I make sure >> /all/ processes use php72 rather than the default 54 in CentOS 7? >> Surely there must be a better way than overwriting /usr/bin/php. What >> have I forgotten to do? >> > You can't/shouldn't do that. The point of the Enterprise OS is that > versions are consistent throughout the lifetime of...
2020 Jun 22
1
Wrong version of php
...f H > Sent: Monday, 22 June, 2020 14:31 > To: centos at centos.org > Subject: Re: [CentOS] Wrong version of php > >>> On 06/22/2020 05:21 PM, Pete Biggs wrote: >>> I have googled without finding the answer but how do I make sure >>>>> /all/ processes use php72 rather than the default 54 in CentOS 7? >>>>> Surely there must be a better way than overwriting /usr/bin/php. What >>>>> have I forgotten to do? >>>>> >>>> You can't/shouldn't do that. The point of the Enterprise OS is that >>...
2018 Dec 11
1
Announcing release of PHP 7.2
...SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl # 2. Install the collection: $ sudo yum install rh-php72 # 3. Start using the software collection: $ scl enable rh-php72 bash At this point you should be able to use php just as a normal application. Examples of commands run might be: $ sudo systemctl start rh-php72-php-fpm $ php my-app.php $ sudo yum install rh-php72-php-devel $ sudo yum...
2018 Dec 11
1
Announcing release of PHP 7.2
...SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl # 2. Install the collection: $ sudo yum install rh-php72 # 3. Start using the software collection: $ scl enable rh-php72 bash At this point you should be able to use php just as a normal application. Examples of commands run might be: $ sudo systemctl start rh-php72-php-fpm $ php my-app.php $ sudo yum install rh-php72-php-devel $ sudo yum...
2020 Jun 23
0
Wrong version of php
Am 23.06.20 um 17:35 schrieb H: > On 06/23/2020 05:23 AM, Leon Fauster via CentOS wrote: >> Am 22.06.20 um 22:27 schrieb H: >>> It's been a while since I updated to php72 on this machine and there is some setting I must have forgotten. Apache, root and a user automatically get php72 when I run php in a terminal window, however, a php script picks up the wrong version of php, ie php54 and the version of php in /usr/bin/php is indeed version 5.4. >>> >>...
2020 Apr 09
3
CentOS 7 : broken dependencies
Hi, I got an alert from Yum-Cron this morning: Failed to check for updates with the following error message: Failed to build transaction: sclo-php72-php-pecl-imagick-3.4.4-1.el7.x86_64 requires libMagickCore.so.5()(64bit) sclo-php72-php-pecl-imagick-3.4.4-1.el7.x86_64 requires libMagickWand.so.5()(64bit) The CR repository is activated on this server, so I guess that's why. Which leads me to the more general question of: enable CR on a pro...
2019 Aug 30
1
I broke "yum update" - C7
...--enablerepo=extras reinstall epel-release ran okay and successfully reinstalled epel-release.noarch 0:7-11 > yum update Still failed in the same way as before. Full output below. [root at stan2 ~]# yum clean all Loaded plugins: fastestmirror, langpacks Cleaning repos: base epel extras remi-php72 remi-safe updates Cleaning up list of fastest mirrors Other repos take up 57 k of disk space (use --verbose for details) [root at stan2 ~]# yum --disablerepo=epel update Loaded plugins: fastestmirror, langpacks Determining fastest mirrors * base: mirror.sov.uk.goscomb.net * extras: mirror.cluster...
2019 Jul 16
2
RedHat SCL. Who maintains rh-php72?
Hi, I realized this still uses php 7.2.10, while 7.2.20 was released almost two weeks ago. How are these packages updated? Who does that? Any idea how to get the update in? Regards Rainer
2019 Jul 16
0
RedHat SCL. Who maintains rh-php72?
Am 16.07.2019 um 11:41 schrieb rainer at ultra-secure.de: > > Hi, > > I realized this still uses php 7.2.10, while 7.2.20 was released almost two weeks ago. > > How are these packages updated? Who does that? > > Any idea how to get the update in? > https://access.redhat.com/support/policy/updates/rhscl -- LF
2020 Jun 23
0
Wrong version of php
Am 22.06.20 um 22:27 schrieb H: > It's been a while since I updated to php72 on this machine and there is some setting I must have forgotten. Apache, root and a user automatically get php72 when I run php in a terminal window, however, a php script picks up the wrong version of php, ie php54 and the version of php in /usr/bin/php is indeed version 5.4. > > I have goo...
2018 Dec 11
0
[CentOS-announce] Announcing release of PHP 7.2
...os.org/SpecialInterestGroup/SCLo). > > QuickStart > ---------- > You can get started in three easy steps: > > # 1. Install a package with repository for your system: > $ sudo yum install centos-release-scl > > # 2. Install the collection: > $ sudo yum install rh-php72 > > # 3. Start using the software collection: > $ scl enable rh-php72 bash > > At this point you should be able to use php > just as a normal application. Examples of commands run might be: > > $ sudo systemctl start rh-php72-php-fpm > $ php my-app.php > $ sudo...
2020 Jun 22
0
Wrong version of php
...ces at centos.org] On Behalf Of H Sent: Monday, 22 June, 2020 14:31 To: centos at centos.org Subject: Re: [CentOS] Wrong version of php >> On 06/22/2020 05:21 PM, Pete Biggs wrote: >> I have googled without finding the answer but how do I make sure >> >> /all/ processes use php72 rather than the default 54 in CentOS 7? >> >> Surely there must be a better way than overwriting /usr/bin/php. What >> >> have I forgotten to do? >> >> >> > You can't/shouldn't do that. The point of the Enterprise OS is that >> > versio...
2019 Aug 29
4
I broke "yum update" - C7
On Wednesday 28 August 2019 22:41:24 Jonathan Billings wrote: > If it?s really out of date, you might need to update the ca-certificates package, but that?d have to be a really old system. > > I?d suggest by checking to make sure the clock on your computer isn?t really out of date. If its right, I?d double-check with ?curl? to see if you aren?t getting a MitM response, where your HTTPS
2019 Jul 18
0
Missing PHP Redis package in Software Collections ?
...See for yourself: $ yum search php | grep sclo | grep redis sclo-php70-php-pecl-redis.x86_64 : ... sclo-php70-php-pecl-redis4.x86_64 : ... sclo-php70-php-phpiredis.x86_64 : ... sclo-php71-php-pecl-redis.x86_64 : ... sclo-php71-php-pecl-redis4.x86_64 : ... sclo-php71-php-phpiredis.x86_64 : ... sclo-php72-php-pecl-redis4.x86_64 : ... sclo-php72-php-phpiredis.x86_64 : ... As you can see, PHP 7.0 and PHP 7.1 both have three Redis-related packages, whereas PHP 7.2 only has two. It looks like I need the sclo-php72-php-pecl-redis package, but it's nowhere to be found. Any suggestions ? Cheers fro...
2020 Jun 22
0
Wrong version of php
> I have googled without finding the answer but how do I make sure > /all/ processes use php72 rather than the default 54 in CentOS 7? > Surely there must be a better way than overwriting /usr/bin/php. What > have I forgotten to do? > You can't/shouldn't do that. The point of the Enterprise OS is that versions are consistent throughout the lifetime of the OS, so packages d...
2019 Apr 15
9
Recommended PHP 7 source for Centos 7
I know there's a couple third party repos offering PHP 7 for Centos. I prefer not to add too much third party that I don't have to and PHP 7 has been mainstream for some time now, I thought maybe it would be in EPEL by now. What is the most recommended and stable way to get an up to date PHP on Centos 7?
2019 Aug 28
2
I broke "yum update" - C7
...from cached hostfile Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 error was 14: curl#60 - "Peer's Certificate issuer is not recognized." * base: mirrors.clouvider.net * epel: mirrors.coreix.net * extras: mirrors.clouvider.net * remi-php72: mirror.netweaver.uk * remi-safe: mirror.netweaver.uk * updates: mirrors.vooservers.com https://rpm.nodesource.com/pub_6.x/el/7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized." Trying other mirror. It was impossible to connect to the Ce...
2021 Jan 06
3
CentOS Stream suitability as a production webserver
Le 06/01/2021 ? 08:06, Gordon Messmer a ?crit?: > Are you describing an actual problem, right now, or is that an invented example? No, this was an actual problem I had back in April 2020. Upgrading from CR broke imagemagick, so I couldn't use the corresponding PHP modules, so my Roundcube installation was broken for a few weeks. One of the things I like about Oracle Linux is that they