Skip to content

Releases: hostnet/symfony1

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.

phpVisibility in propel model generation

21 Apr 08:58
Compare
Choose a tag to compare

With this release we added a special feature to the propel generation where we can set the visibility of the generated methods for a column. This allows for a more easy migration to another model or interface.

You can use this feature as follows:

database:
  table:
    field:
      type:          INTEGER
      phpVisibility: protected # visibility of generated methods

By default the visibility is public, but when specified you can change this. This will influence the getter (i.e., getField) and the setter (i.e., setField($v)) for a field in your schema.

Depricated warning PHPmailer fixed

03 Dec 15:54
Compare
Choose a tag to compare
Merge pull request #9 from hostnet/hboomsma-patch-1

Update class.smtp.php