php-activerecord
php-activerecord copied to clipboard
ActiveRecord implementation for PHP
I don't see any PRs getting merged, and it looks like the last update was 5 years ago. Is this project officially dead?
Addresses jpfuentes2/php-activerecord#588 for PHP 7.2 compatibility.
This reenables two accidentally disabled tests. This also removes the [OCD snake_case patch](https://github.com/jpfuentes2/php-activerecord/commit/0d12e4d7b2f477ae96ca8cd78175d5dd0a2b7bb5) that once was introduced.
I cannot save or retrieve datetime with milliseconds. it works with mysqli. (PHP version: 7.4.28)
can i connect in 2 schemas in the same connection?
If tested the latest version an it works fine. By the way, the project works completely good and has many good features. Almost one [php:notice] is shown... ``` PHP Notice:...
yes
if mysql user has a hash in the password, the connection parse_connection_url returns false in Connection.php https://github.com/jpfuentes2/php-activerecord/blob/d9a4130adbef8f5446cbdcc96b42b8204e3da5b4/lib/Connection.php#L176 exception thrown: throw new DatabaseException('Database host must be specified in the connection string....
PHP 7.4 deprecates reversed order of arguments for implode function. This fixes deprecation notice.
We use the files from the master branch, with PHP7.4 Our MariaDB server is configured for SSL. SSL client connections are working. Is php-activerecord able to use SSL for the...