v1.3.7
Project name has been renamed from lexpress/doctrine1
to friendsofsymfony1/doctrine1
.
Some fixes about PHP 7.2, 7.3 & 7.4.
- Skip options charset and collation for field validation #51
- Php doc fixes abstract query #37
- Check for null in fetchOne (php7.2) #52
- Fix reverse relations matching while hydrate a one to many related #57
- Fix and add test for getConnectionDrivers method #59
- Fix PHP 7.3 backward incompatible with continue statements #67
- Remove
create_function
call as it is deprecated in 7.3 #65 - Cannot declare self-referencing constant 'Doctrine_Query::STATE_CLEAN' #71
- Remove support for PHP 5.2 #72
- PHP 7.4 compatibility issue fix #77
- Test on PHP 7.4 #79