Skip to content

Releases: hostnet/symfony1

fix php 8.3 deprecations

08 Aug 10:20
Compare
Choose a tag to compare

fix php 8.3 deprecations

Upgrade deprecated actions/cache in workflow to v4

11 Feb 13:00
a46bd2c
Compare
Choose a tag to compare

1.1.30

05 Feb 13:37
a36c6f7
Compare
Choose a tag to compare

Prevent php81 deprecation warnings

Silence PHP 8.1 deprecation warnings

04 Dec 08:57
Compare
Choose a tag to compare

Silence PHP 8.1 deprecation warnings

php 8 support

07 Sep 08:48
Compare
Choose a tag to compare
1.1.28

replaced deprecated create_function

PHP 7.4 compatibility

18 Dec 08:39
b5c96fb
Compare
Choose a tag to compare

PHP 7.4 compatibility

Fixes 7.2 incompatibility

08 Feb 11:19
Compare
Choose a tag to compare

Fix counting on null in sfValidatorConfigHandler

More minor 7.1 incompatibilities

01 Jun 13:33
Compare
Choose a tag to compare

Fixed issue with forms and parsing the max_upload_size using PHP 7.1

Fixes minor 7.1 incompatibilities

31 May 07:39
Compare
Choose a tag to compare
Add php7.1, remove hhvm (#13)

HHVM build errors about

```
The command "sudo apt-get install -y hhvm" failed and exited with 100 during .
```

https://travis-ci.org/hostnet/symfony1/jobs/231082063

PHP7 consistent ordering for splitHttpAcceptHeader

06 Sep 14:41
Compare
Choose a tag to compare

In PHP7 sorting order is changed, splitHttpAcceptHeader was
relying on unspecified behaviour of arsort(). Sorting order
is now made explicit.