Skip to content

Releases: Recras/symfony1

Fix optional parameter before required parameter

10 Dec 13:48
67d1b70
Compare
Choose a tag to compare

Partial PHP 8.4 compatibility

06 Dec 11:34
efd67a6
Compare
Choose a tag to compare

Some parameters probably need to be re-ordered before we can claim full compatibility

PHP 8.3 compatibility

21 Sep 08:53
28a20a0
Compare
Choose a tag to compare

PHP 8.3 emits a new warning when a serialized payload with trailing data is unserialized: https://wiki.php.net/rfc/unserialize_warn_on_trailing_data

PHP 8.2 fixes for doctrine:build --all-classes

23 Dec 07:54
2a99c40
Compare
Choose a tag to compare
Merge pull request #68 from Recras/doctrine-build-php82

Fix some dynamic properties used for the "doctrine build all classes" task

v3.0.20

07 Dec 07:56
abffa3f
Compare
Choose a tag to compare
Merge pull request #67 from Recras/configure-void

configure function of sfValidators should return void

v3.0.19

06 Dec 09:30
31deefc
Compare
Choose a tag to compare
Merge pull request #66 from Recras/update-last-request

Set "last request" just in time

v3.0.18

01 Dec 11:37
2ae9547
Compare
Choose a tag to compare
Merge pull request #65 from Recras/refactor-timeout-logout-to-function

Refactor timeout based logout to function

Return types for clean/doClean validator functions

18 Nov 08:38
cfee13f
Compare
Choose a tag to compare
Merge pull request #63 from Recras/types-for-all-validators

Add return types to all validator clean/doClean functions

Add return types to renderXxx functions

02 Aug 11:25
eac7bdd
Compare
Choose a tag to compare
Merge pull request #61 from Recras/render-functions-return

Add return types to render functions

Fixes for "generate migrations"

15 Jul 09:40
fc1be5e
Compare
Choose a tag to compare
Merge pull request #60 from Recras/migration-fixes

Fixes for generating migrations in PHP 8.1