A set of PHP Components and Web Application framework for PC

Symfony

Symfony 4.4.26

  -  7.6 MB  -  Open Source
  • Latest Version

    Symfony 7.1.8

  • Operating System

    Windows XP / XP64 / Vista / Vista64 / Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64

  • User Rating

    Click to vote
  • Author / Product

    Symfony SAS / External Link

  • Filename

    v4.4.26.zip

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Symfony 4.4.26.


For those interested in downloading the most recent release of Symfony or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Symfony 4.4.26 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Symfony 4.4.26 Screenshot 1

What's new in this version:

- [Filesystem] Workaround cannot dumpFile into "protected" folders on Windows
- [HttpKernel] Keep max lifetime also when part of the responses don't set it
- [ErrorHandler] fix handling buffered SilencedErrorContext
- [HttpClient] fix Psr18Client when allow_url_fopen=0
- [DependencyInjection] Add support of PHP enumerations
- [Config] fix tracking default values that reference the parent class
- [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL
- [Cache] handle prefixed redis connections when clearing pools
- [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster
- [Cache] Disable locking on Windows by default
- [Mailer] fix encoding of addresses using SmtpTransport
- [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses
- [VarDumper] Fix tests for PHP 8.1
- [FrameworkBundle] Replace var_export with VarExporter to use array short syntax in secrets list files
- [DependencyInjection] throw proper exception when decorating a synthetic service
- [ErrorHandler] [DebugClassLoader] Do not check Phake mocks classes
- [PhpUnitBridge] fix handling the COMPOSER_BINARY env var when using simple-phpunit
- [HttpFoundation] allow savePath of NativeFileSessionHandler to be null
- [Config] fix tracking attributes in ReflectionClassResource
- [Process] Fix incorrect parameter type
- [HttpClient] Revert bindto workaround for unaffected PHP versions
- [Security] Fix opcache preload with alias classes
- [Serializer] Do not allow to denormalize string with spaces only to valid a DateTime object
- [Console] Escape synopsis output
- [HttpFoundation] Add ReturnTypeWillChange to SessionHandlers