Right now the monolog log handler is code complete in the [features/phpSampleApp](https://github.com/sqlcollaborative/AlwaysEncryptedSample/tree/features/phpSampleApp) branch. All that is waiting is driver support. * **pdo_sqlsvr**: [It currently lacks AlwaysOn support. Microsoft promises this will be fixed in July]((https://github.com/Microsoft/msphpsql/issues/263).). * **pdo_odbc**: [According to Microsoft](https://docs.microsoft.com/en-us/sql/connect/odbc/windows/using-always-encrypted-with-the-windows-odbc-driver) I just need to add `ColumnEncryption=Enabled;` to the ODBC connection string for ODBC based applications to work. * **FreeTDS**: [It currently lacks AlwaysOnSupport](https://github.com/FreeTDS/freetds/issues/69). Even if it did work, PHP support is dubious at this point.
Right now the monolog log handler is code complete in the features/phpSampleApp branch. All that is waiting is driver support.
ColumnEncryption=Enabled;to the ODBC connection string for ODBC based applications to work.