Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Morgan
On 2024-06-18 05:25, Matteo Beccati wrote: Hi, Sure, you need to have the same version of libpq that PHP was built with. But nothing prevents your script using pdo_pgsql or ext/pgsql to connect to another version of postgres running either on the same machine or a different one. Right; t

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread David CARLIER
Hi, I m all for the changes this update should not preclude any 10.0 client to connect to a 9.x server. cheers.

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Matteo Beccati
Hi, Il 17/06/2024 19:21, Peter Kokot ha scritto: When building for a certain PostgreSQL version, the pq library gets linked to the extension and then this PostgreSQL version needs to be used, yes. If you build for 10.0, then you need to use that exact version. Linux packages have this resolved b

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Peter Kokot
On Mon, 17 Jun 2024 at 19:16, Matteo Beccati wrote: > > Hi, > > Il 17/06/2024 19:03, Peter Kokot ha scritto: > > On Mon, 17 Jun 2024 at 18:58, Pierre wrote: > >> > >> Would id affect the possibility to use an old PostgreSQL (eg. 9.6) via > >> PHP (PDO or ext-pgsql) ? > >> > >> If so, it might be

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Matteo Beccati
Hi, Il 17/06/2024 19:03, Peter Kokot ha scritto: On Mon, 17 Jun 2024 at 18:58, Pierre wrote: Would id affect the possibility to use an old PostgreSQL (eg. 9.6) via PHP (PDO or ext-pgsql) ? If so, it might be a dangerous move for oldest projects, you sometime can upgrade PHP and your software

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Peter Kokot
On Mon, 17 Jun 2024 at 18:58, Pierre wrote: > > Would id affect the possibility to use an old PostgreSQL (eg. 9.6) via > PHP (PDO or ext-pgsql) ? > > If so, it might be a dangerous move for oldest projects, you sometime > can upgrade PHP and your software easily, but can't upgrade the database > s

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Pierre
Le 14/06/2024 à 22:54, Peter Kokot a écrit : Hello, we're thinking of bumping the minimum PostgreSQL version supported by PHP from current version 9.1 to version 10.0: https://github.com/php/php-src/pull/14540 A list of PostgreSQL versions and their EOL dates can be seen at https://en.wikipedia

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Larry Garfield
On Fri, Jun 14, 2024, at 8:54 PM, Peter Kokot wrote: > Hello, > > we're thinking of bumping the minimum PostgreSQL version supported by PHP from > current version 9.1 to version 10.0: > https://github.com/php/php-src/pull/14540 > > A list of PostgreSQL versions and their EOL dates can be seen at >

Re: [PHP-DEV] Bumping minimum PostgreSQL version to 10.0

2024-06-17 Thread Matteo Beccati
Hi, Il 14/06/2024 22:54, Peter Kokot ha scritto: Hello, we're thinking of bumping the minimum PostgreSQL version supported by PHP from current version 9.1 to version 10.0: https://github.com/php/php-src/pull/14540 Anyone have any concerns or thoughts about this? I'm very happy with it. Che