192 Commits

Author SHA1 Message Date
Christian Flothmann
efe230cce1 Merge branch '5.4' into 6.4
* 5.4:
  [FrameworkBundle] fixes #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions
  return null when message with name is not set
  use local PHP web server to test HTTP stream wrappers
  Bump Symfony version to 5.4.39
  Update VERSION for 5.4.38
  Update CONTRIBUTORS for 5.4.38
  Update CHANGELOG for 5.4.38
2024-04-03 16:21:08 +02:00
Jeldrik Geraedts
2d10752dde [FrameworkBundle] fixes #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions 2024-04-03 16:13:16 +02:00
Alexander M. Turek
71c441e46d Merge branch '5.4' into 6.4
* 5.4:
  [Filesystem] Fix str_contains deprecation
  [Security] Correctly initialize the voter property
  [FrameworkBundle] Fix typo
  Update `changed-translation-files` step with native git diff command
  [Lock] Check the correct SQLSTATE error code for MySQL
  [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility
  [Lock] compatiblity with redis cluster 7
  fix: typo
2024-03-15 13:52:45 +01:00
Fabien Potencier
832c180418 [FrameworkBundle] Fix typo 2024-03-13 18:38:56 +01:00
Nicolas Grekas
3980e4a0b7 Merge branch '5.4' into 6.4
* 5.4:
  Skip Twig v3.9-dev for now
  [Validator] Update Dutch (nl) translation
  Update Albanian translations
  [Validator] Update translation
  [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
  [VarDumper][PhpUnitBridge] Fix color detection
  prevent throwing NOT_FOUND error when tube is empty
  [Validator] Update missing validator translation for Swedish
  [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
  [Messenger] Fix failing Redis test
  [Validator] Update Italian (it) translations
  [Validator] Missing translations for Hungarian (hu) #53769
2024-02-07 15:00:01 +01:00
Soner Sayakci
d8d2152dbe [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists 2024-02-06 08:11:58 +01:00
Nicolas Grekas
e526d81040 Merge branch '6.3' into 6.4
* 6.3:
  minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
  Fix bad merge
  List CS fix in .git-blame-ignore-revs
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
2024-01-23 15:51:35 +01:00
Nicolas Grekas
3d2ae12694 Merge branch '5.4' into 6.3
* 5.4:
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2024-01-23 15:35:58 +01:00
Nicolas Grekas
9f39bd6765 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
Quentin Devos
38e4119048 [FrameworkBundle][HttpKernel] Introduce $buildDir argument to WarmableInterface::warmup to warm read-only artefacts in build_dir 2023-10-17 13:35:41 +02:00
Nicolas Grekas
7840c043c7 Merge branch '6.2' into 6.3
* 6.2:
  [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
  [Intl] fix test
  [Intl] Use VarExporter::export() in PhpBundleWriter
  Use triggering class to generate baseline for deprecation messages from DebugClassLoader
  [Security] Fix false-string handling in RememberMeAuthenticator
  [CssSelector] Tests on Xpath translator will always pass
  [Serializer] Fix Normalizer not utilizing converted name for index variadic param
  [DepdencyInjection] Fix costly logic when checking errored definitions
  Fix merge
  fix children cond
  [DoctrineBridge] Load refreshed user proxy
  [DependencyInjection] Don't ignore attributes on the actual decorator
  [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
2023-07-12 18:00:22 +02:00
Nicolas Grekas
0e7e1ee070 Merge branch '5.4' into 6.2
* 5.4:
  [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
  [Intl] fix test
  [Intl] Use VarExporter::export() in PhpBundleWriter
  Use triggering class to generate baseline for deprecation messages from DebugClassLoader
  [Security] Fix false-string handling in RememberMeAuthenticator
  [CssSelector] Tests on Xpath translator will always pass
  [Serializer] Fix Normalizer not utilizing converted name for index variadic param
  [DepdencyInjection] Fix costly logic when checking errored definitions
  fix children cond
  [DoctrineBridge] Load refreshed user proxy
  [DependencyInjection] Don't ignore attributes on the actual decorator
  [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
2023-07-12 17:50:46 +02:00
Quentin Devos
ee50ae4cad [FrameworkBundle] Prevent cache:clear to lose files on subsequent runs 2023-05-30 16:03:54 +02:00
Nicolas Grekas
a86c1f229c Merge branch '6.2' into 6.3
* 6.2:
  [FrameworkBundle] Generate caches consistently on successive run of `cache:clear` command
2023-05-14 22:55:39 +02:00
Nicolas Grekas
e47f3ace09 Merge branch '5.4' into 6.2
* 5.4:
  [FrameworkBundle] Generate caches consistently on successive run of `cache:clear` command
2023-05-14 22:52:42 +02:00
Quentin Devos
e98ec123cf [FrameworkBundle] Generate caches consistently on successive run of cache:clear command 2023-05-14 21:54:19 +02:00
Alexandre Daubois
83fcb4fdea [FrameworkBundle][HttpKernel] Display warmers duration on debug verbosity for cache:clear command 2023-02-22 12:46:45 +01:00
Wouter de Jong
34bd487d2e Add void return types 2023-02-13 14:18:23 +01:00
Grégoire Pineau
fb7ade8fab [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Thomas Calvet
aaae26547e Leverage str_starts_with(), str_ends_with() and str_contains() 2021-12-08 15:00:06 +01:00
Alexander M. Turek
bf9d0d4969 [FrameworkBundle] Add types to private properties 2021-11-02 11:55:16 +01:00
Nicolas Grekas
54788c67a5 Use #[AsCommand] to describe commands 2021-09-30 17:28:07 +02:00
Nicolas Grekas
988c6a1b53 Merge branch '4.4' into 5.3
* 4.4:
  cs fix
  [Security][Validator] Add missing translations for Indonesian (id)
  Report mismatches between trans-unit id and source text via status script
  Do not add namespace argument to NullAdapter in CachePoolPass
  [FrameworkBundle] Update cache:clear help
  Fix ExecutionContextInterface::setParameter phpdoc example
  always close open stopwatch section after handling kernel.request events
2021-08-09 11:00:11 +02:00
Fabien Salathe
6779ca2360 [FrameworkBundle] Update cache:clear help 2021-08-06 11:57:11 +02:00
Nicolas Grekas
4a8f8840cc Merge branch '5.2' into 5.3
* 5.2:
  Leverage str_contains/str_starts_with
  Leverage str_ends_with
2021-07-21 14:40:44 +02:00
Nicolas Grekas
276a57b3c9 Merge branch '4.4' into 5.2
* 4.4:
  Leverage str_contains/str_starts_with
  Leverage str_ends_with
2021-07-21 14:38:00 +02:00
Alexander M. Turek
d6e4f596a5 Leverage str_contains/str_starts_with
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-07-21 14:19:41 +02:00
Tobias Schultze
1cc79354b7 Leverage str_ends_with
added the php80 polyfill to requirements when necessary
2021-07-21 13:57:04 +02:00
Alexander M. Turek
77271a44eb Merge branch '5.2' into 5.x
* 5.2:
  [CS] Replace easy occurences of ?: with ??
2021-04-07 18:09:00 +02:00
Alexander M. Turek
1459484774 Merge branch '4.4' into 5.2
* 4.4:
  [CS] Replace easy occurences of ?: with ??
2021-04-07 18:07:52 +02:00
Thomas Calvet
75ee4be9e5 [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Fabien Potencier
3f8b570669 Merge branch '5.2' into 5.x
* 5.2:
  Fix #36973: Command description consistency
  Render email once
2021-03-06 09:05:19 +01:00
Fabien Potencier
a26f088761 Merge branch '4.4' into 5.2
* 4.4:
  Fix #36973: Command description consistency
  Render email once
2021-03-06 08:59:01 +01:00
Dane Powell
1d7c9a5590 Fix #36973: Command description consistency 2021-03-05 09:58:50 -08:00
Nicolas Grekas
a2ab2c0854 [Console] enable describing commands in ways that make the list command lazy 2021-01-20 12:45:16 +01:00
Jérémy Derussé
0663407ca5 Fix NFS detection on macOs 2020-12-18 12:40:59 +01:00
Jérémy Derussé
6986321fb3 Fix cache:clear with buildDir 2020-12-14 18:14:39 +01:00
Robin Chalas
c158532b4a Fix missing kernel.build_dir on cache clear 2020-12-12 23:17:42 +01:00
Nyholm
add22f95b3 [FrameworkBundle] Bugfixes in buildDir in the CacheClear command 2020-10-13 20:01:37 +02:00
Fabien Potencier
2415c821e9 Merge branch '5.1'
* 5.1:
  [FrameworkBundle] Add Mailjet definition
  Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
  [PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error
2020-09-30 07:29:43 +02:00
Fabien Potencier
023ca65852 Merge branch '4.4' into 5.1
* 4.4:
  Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
  [PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error
2020-09-30 07:27:28 +02:00
Nicolas Grekas
01c517f488 Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
This reverts commit d441d867cd1da214b1c9662568b11632e8e57f52, reversing
changes made to 043e7c34de230179a993cfb8afb964dee9eef8de.
2020-09-29 11:51:46 +02:00
Fabien Potencier
28622037ac Merge branch '5.1'
* 5.1:
  [FrameworkBundle] adopt src/.preload.php
  [Cache] Fix key encoding issue in Memcached adapter
  [HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property
2020-09-10 14:33:14 +02:00
Fabien Potencier
4b290fdf89 Merge branch '4.4' into 5.1
* 4.4:
  [FrameworkBundle] adopt src/.preload.php
  [Cache] Fix key encoding issue in Memcached adapter
  [HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property
2020-09-10 14:33:01 +02:00
Nicolas Grekas
5e73476fd4 [FrameworkBundle] adopt src/.preload.php 2020-09-10 14:29:02 +02:00
Fabien Potencier
5d2bf1908b Merge branch '5.1'
* 5.1:
  [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable
2020-09-07 09:18:55 +02:00
Fabien Potencier
3a7e223cc6 Merge branch '4.4' into 5.1
* 4.4:
  [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable
2020-09-07 09:18:45 +02:00
Nicolas Grekas
980947b621 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable 2020-09-07 09:07:11 +02:00
Matthieu Napoli
4f31761cb7 [HttpKernel] Add $kernel->getBuildDir() to separate it from the cache directory 2020-08-21 08:43:34 +02:00
Thomas Calvet
dff609fcd7 [FrameworkBundle][CacheWarmupCommand] Append files to preload 2020-04-30 16:30:59 +02:00