Tim Robertson

Results 3 issues of Tim Robertson

Supress PHP81 deprecation notices which are being thrown for generated classes implementing `jsonSerialize`. ``` Deprecated: Return type of ANetApiRequestType::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute...

Uses the [Sqlsrv PDO driver from Microsoft](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=20098) tested it using SQL Server 2005 Express. Related issue [Issue #165](https://github.com/jpfuentes2/php-activerecord/issues/165).

Testing using my sample string that was causing memory issues for me memory usage was reduced by 46% using refactor. Super simple test, showing peak usage after processing (`aka. memory_get_peak_usage()`)...