Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
Mostly its with apache and the freepbx application which uses a lot of php applications which were originally installed with php 7.4 and then Debian upgraded all of them to php 8.2. I have already changed the php.default to 7.4 and changed the mods-enabled in apache to php7.4 rather than 8.2. On

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 07:15:05PM -0400, John Covici wrote: > OK, so I installed the repo, and got php7.4, but there are still lots > of php82 packages installed. Do I have to install php7.4 equivalents > to each package? Any shorthand way to do the whole lot? At this point, you need to reveal

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
OK, so I installed the repo, and got php7.4, but there are still lots of php82 packages installed. Do I have to install php7.4 equivalents to each package? Any shorthand way to do the whole lot? On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > > you can hold the packages or you

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 10:15:14PM +0200, basti wrote: > if you use mod-php in apache you can use only one php version. > if you use php-fpm you can run multiple php version at the same time. Ah, that explains our differing experiences, then.

Re: php 7.4 and bookworm

2023-06-28 Thread basti
https://packages.sury.org/php/README.txt after add the repo install your needed php7.4-* packages if you use mod-php in apache you can use only one php version. if you use php-fpm you can run multiple php version at the same time. test your app with a phpinfo side. but that was not the topic Am

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
After upgrading to bookworm I get the following error: odbcinst: SQLInstallDriverEx failed with Unable to find component name. What does this mean -- google could not even find this error. Thanks in advance for any suggestions. On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > >

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
OK, so php was upgraded from 7.4 to 8.2 -- how to get 7.4 back after upgrading to bookworm? How would I use https://deb.sury.org ? Thanks. On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > > you can hold the packages or you can use https://deb.sury.org/ > > On 28.06.23 10:46,

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
Thanks everyone. I will do the upgrade and see if it retains php 7.4. On Wed, 28 Jun 2023 07:01:51 -0400, Greg Wooledge wrote: > > On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > > Hi. So, I want to upgrade to bookworm, but I have an application > > which needs php 7.4 and I

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > Hi. So, I want to upgrade to bookworm, but I have an application > which needs php 7.4 and I guess they are not yet ready to fix. So, > how can I keep that version, even if its just for that app? In previous releases, whenever I've

Re: php 7.4 and bookworm

2023-06-28 Thread Andy Smith
Hi, On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > Hi. So, I want to upgrade to bookworm, but I have an application > which needs php 7.4 and I guess they are not yet ready to fix. So, > how can I keep that version, even if its just for that app? In

Re: php 7.4 and bookworm

2023-06-28 Thread basti
Hello, you can hold the packages or you can use https://deb.sury.org/ On 28.06.23 10:46, John Covici wrote: Hi. So, I want to upgrade to bookworm, but I have an application which needs php 7.4 and I guess they are not yet ready to fix. So, how can I keep that version, even if its just for