/
Upgrade 3G to PHP 8.4

Upgrade 3G to PHP 8.4

Objective

Upgrade the 3G repository from PHP 7.4 to PHP 8.4 to improve performance, security, and maintainability.

Related Tickets

Challenges Encountered

MSSQL PHP Driver Support Issue

  • Problem: The MSSQL PHP driver is currently not available for PHP 8.4. The latest supported version is PHP 8.3.

  • Impact: This affects database connectivity for applications relying on SQL Server.

  • Reference: Microsoft PHP SQL Driver Releases

Next Steps

  1. Evaluate workarounds for MSSQL connectivity in PHP 8.4.

  2. Decide whether to proceed with PHP 8.3 until driver support is available.

  3. Update the development environment and dependencies accordingly.

  4. Conduct testing and validation of 3G repo functionality post-upgrade.

Status

  • Dev box upgrade in progress

  • Testing pending MSSQL driver resolution