Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Recently I installed php 7.3 on my linux server. Now I need to install
php-odbc,
php-pdo,
php-xml,
php-cli,
php-gd,
php-ldap,
php-mbstring,
php-myscript,
php-pear-norch,

Now I don't know which versions of these packages support php 7.3. How can I get this info that what version of php-pdo will support php 7.3? Any idea?

What I have tried:

I found this link
Microsoft Drivers for PHP Support Matrix - PHP drivers for SQL Server | Microsoft Docs[^]
Posted
Updated 11-Feb-22 0:45am
Comments
Richard MacCutchan 11-Feb-22 5:36am    
The documentation for each package should explain what versions it does or does not support.

1 solution

Look at the documentation which have necessaries files, extension and all the steps necessary for the installation of the PHP 7.3 with all extension and packages:
Installing PHP 7.3 - Linux - Scriptcase Manual[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900