{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":44726463,"defaultBranch":"1.x","name":"polyfill","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-10-22T06:30:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1706600102.0","currentOid":""},"activityList":{"items":[{"before":"5ee5bdd776e98f4070df8229f05b56e8e84976aa","after":"418ec754fdb956af644d65ed1f257b7150d5fb08","ref":"refs/heads/1.x","pushedAt":"2024-04-19T06:39:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"-","shortMessageHtmlLink":"-"}},{"before":"1100c075b44595802401a0c9d6505bc1e8fd299a","after":"5ee5bdd776e98f4070df8229f05b56e8e84976aa","ref":"refs/heads/1.x","pushedAt":"2024-04-19T06:31:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #477 Auto-close PRs on subtree-splits (kbond)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nAuto-close PRs on subtree-splits\n\nSame as https://github.com/symfony/symfony/pull/54653\n\nCommits\n-------\n\n78bbd28 Auto-close PRs on subtree-splits","shortMessageHtmlLink":"minor #477 Auto-close PRs on subtree-splits (kbond)"}},{"before":"6d5a7aa5ba5d41737947ca83158a302e07d6dbba","after":"1100c075b44595802401a0c9d6505bc1e8fd299a","ref":"refs/heads/1.x","pushedAt":"2024-04-12T09:47:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #454 Conform to IDNA version 15.1.0 revision 31 (TRowbotham)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nConform to IDNA version 15.1.0 revision 31\n\nThis adds the necessary changes to conform to [IDNA version 15.1.0 revision 31](https://www.unicode.org/reports/tr46/tr46-31.html#Modifications).\n\nNotable Changes\n\n* Transitional processing (the default in PHP) is now deprecated. No deprecation notices were added as PHP does not yet report a deprecation notice in this case.\n* An error is no longer recorded for characters with a status of disallowed.\n* When performing code point mapping and transitional processing is enabled the code point U+1E9E capital sharp s (ẞ), is replaced by the string “ss”\n* A new internal option \"IgnoreInvalidPunycode\" was added, which is supposed to allow for an all-ASCII fast-path, however, the official tests do not test this configuration option.\n\nCommits\n-------\n\n385d1d5 Conform to IDNA version 15.1.0 revision 31","shortMessageHtmlLink":"minor #454 Conform to IDNA version 15.1.0 revision 31 (TRowbotham)"}},{"before":"b09238d00cb5a54440c2fbd3fe922eec0082c5a8","after":"6d5a7aa5ba5d41737947ca83158a302e07d6dbba","ref":"refs/heads/1.x","pushedAt":"2024-04-12T09:26:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"feature #466 [mbstring][PHP 8.4] Add `mb_ucfirst` and `mb_lcfirst` to polyfills (Ayesh)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\n[mbstring][PHP 8.4] Add `mb_ucfirst` and `mb_lcfirst` to polyfills\n\nAdds polyfills for `mb_ucfirst` and `mb_lcfirst` functions based on the polyfill shown in PHP.Watch. It basically takes the first mb character, calls `mb_convert_case` with `MB_CASE_TITLE` or `MB_CASE_LOWER`, and returns with the concat of the remaining string.\n\nThe tests are taken from the php-src PR.\n\n - [RFC](https://wiki.php.net/rfc/mb_ucfirst)\n - [php-src PR: php-src#13161](https://github.com/php/php-src/pull/13161)\n - [PHP.Watch - PHP 8.4: New `mb_ucfirst` and `mb_lcfirst` functions](https://php.watch/versions/8.4/mb_ucfirst-mb_ucfirst)\n\nCommits\n-------\n\n5bd65b7 [mbstring][PHP 8.4] Add `mb_ucfirst` and `mb_lcfirst` to polyfills","shortMessageHtmlLink":"feature #466 [mbstring][PHP 8.4] Add mb_ucfirst and mb_lcfirst to…"}},{"before":"7aa8ce036a20c7573fb70ffb73c602f99b4f8250","after":"b09238d00cb5a54440c2fbd3fe922eec0082c5a8","ref":"refs/heads/1.x","pushedAt":"2024-04-12T09:20:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #476 [CS] Remove 'nullable_type_declaration_for_default_null_value' rule (smnandre)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\n[CS] Remove 'nullable_type_declaration_for_default_null_value' rule\n\nNot too sure here with all the PHP versions to consider...\n\nUsing [nullable_type_declaration_for_default_null_value](https://cs.symfony.com/doc/rules/function_notation/nullable_type_declaration_for_default_null_value.html) rule with value `['use_nullable_type_declaration' => false]` is deprecated.\n\nAnd, if i take the [Example 4](https://cs.symfony.com/doc/rules/function_notation/nullable_type_declaration_for_default_null_value.html#example-4), this rule enforces code that will trigger deprecation warning with PHP 8.4.. right ?\n\n```diff\n--- Original\n+++ New\n #476 [CS] Remove 'nullable_type_declaration_for_default_null_va…"}},{"before":"df4793d8de3390de9bb0aaf02cff7fa67ddc4a2a","after":"7aa8ce036a20c7573fb70ffb73c602f99b4f8250","ref":"refs/heads/1.x","pushedAt":"2024-04-01T12:16:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stof","name":"Christophe Coevoet","path":"/stof","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/439401?s=80&v=4"},"commit":{"message":"minor #468 Update .git-blame-ignore-revs commit hash (mbeccati)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nUpdate .git-blame-ignore-revs commit hash\n\nRefs #467\n\nCommits\n-------\n\nd3cd804 Updated commit hash","shortMessageHtmlLink":"minor #468 Update .git-blame-ignore-revs commit hash (mbeccati)"}},{"before":"6a71d4e26e029a6b86af5a1c1a546441d5ebae17","after":"df4793d8de3390de9bb0aaf02cff7fa67ddc4a2a","ref":"refs/heads/1.x","pushedAt":"2024-03-14T13:49:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #467 Update nullable types for PHP 8.4 (mbeccati)\n\nThis PR was squashed before being merged into the 1.x branch.\n\nDiscussion\n----------\n\nUpdate nullable types for PHP 8.4\n\nThe PR is meant to fix the deprecation notices raised since php/php-src@330cc5cdb2096c5d41041eaae1f1cc0ed7e36898\n\nI had tried to update the php-cs-fixer rule, but running the fixer is re-formatting all the method bodies and I couldn't figure out how to cleanly get the desired result, so I used a trusted editor and some preg-fu to get the desired result.\n\nCommits\n-------\n\naaaa1c9 Update nullable types for PHP 8.4","shortMessageHtmlLink":"bug #467 Update nullable types for PHP 8.4 (mbeccati)"}},{"before":"3450a5824660055dea3b1a93c8938cb4778a17cf","after":"6a71d4e26e029a6b86af5a1c1a546441d5ebae17","ref":"refs/heads/1.x","pushedAt":"2024-01-29T20:21:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Update CHANGELOG","shortMessageHtmlLink":"Update CHANGELOG"}},{"before":"0dcfac28a7633d7db75db9202e35efd55807cca7","after":"3450a5824660055dea3b1a93c8938cb4778a17cf","ref":"refs/heads/1.x","pushedAt":"2024-01-29T20:14:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #460 Fix the Collator return types in phpdoc (marien-probesys)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nFix the Collator return types in phpdoc\n\nThe types were incoherent with the PHP documentation. There are still some issues with types (e.g. constructor should not accept `null` value). But changing them would break the API so I thought it wasn't a good idea to fix them yet.\n\nReference: https://www.php.net/manual/class.collator.php\n\nContribute to https://github.com/symfony/polyfill/issues/459\n\nCommits\n-------\n\nc424209 Fix the Collator return types in phpdoc","shortMessageHtmlLink":"minor #460 Fix the Collator return types in phpdoc (marien-probesys)"}},{"before":"6379c0e8c94e3ec8beb59120353ed5eadfc9fd44","after":"0dcfac28a7633d7db75db9202e35efd55807cca7","ref":"refs/heads/1.x","pushedAt":"2024-01-29T20:11:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Remove branch-alias from composer.json","shortMessageHtmlLink":"Remove branch-alias from composer.json"}},{"before":"6512aa1fc4f95519fff4708540703c978db77bda","after":"6379c0e8c94e3ec8beb59120353ed5eadfc9fd44","ref":"refs/heads/1.x","pushedAt":"2024-01-29T20:09:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #461 [PHP 8.3] Update README file with `str_increment` and `str_decrement` functions (Ayesh)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\n[PHP 8.3] Update README file with `str_increment` and `str_decrement` functions\n\nRelated: #453 and #452\n\nCommits\n-------\n\n51963b4 [PHP 8.3] Update README file with `str_increment` and `str_decrement` functions","shortMessageHtmlLink":"minor #461 [PHP 8.3] Update README file with str_increment and `str…"}},{"before":"69d3c46beef0c35da128856d2e96d61487a876e8","after":"6512aa1fc4f95519fff4708540703c978db77bda","ref":"refs/heads/1.x","pushedAt":"2024-01-29T20:08:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #462 [PHP 8.4] Add initial stubs (Ayesh)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\n[PHP 8.4] Add initial stubs\n\n - Adds PHP 8.4 polyfill for splits\n - Enables PHP 8.4 in GitHub Actions tests\n\nThis is also to prepare for #458 to add new `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions, which will be a separate PR.\n\nCommits\n-------\n\n8cb84ad [PHP 8.4] Add initial stubs","shortMessageHtmlLink":"minor #462 [PHP 8.4] Add initial stubs (Ayesh)"}},{"before":"8a41c5a6cfe71cad10807d83d5ef6a9b49dfb252","after":"69d3c46beef0c35da128856d2e96d61487a876e8","ref":"refs/heads/1.x","pushedAt":"2024-01-10T10:07:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"feature #455 [PHP 8.3] Add `SQLite3Exception` class (Ayesh)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\n[PHP 8.3] Add `SQLite3Exception` class\n\nAdds the new SQLite3Exception exception class added in PHP 8.3.\n\n - [RFC](https://wiki.php.net/rfc/sqlite3_exceptions)\n - [`SQLite3Exception`](https://www.php.net/manual/en/class.sqlite3exception.php) (TODO)\n - [PHP 8.3: SQLite3: New `\\SQLite3Exception`, deprecations, and changes](https://php.watch/versions/8.3/SQLite3-exception-improvements#SQLite3Exception)\n\nCommits\n-------\n\n4910279 [PHP 8.3] Add `SQLite3Exception` class","shortMessageHtmlLink":"feature #455 [PHP 8.3] Add SQLite3Exception class (Ayesh)"}},{"before":"353f5d1a39c861ab54ab3fac8a644b6022d69bf3","after":null,"ref":"refs/heads/fix-ini-parse-quantity","pushedAt":"2024-01-10T10:01:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"}},{"before":"3f7e0b8d99215e04baf46784f82e41b22c346f47","after":"8a41c5a6cfe71cad10807d83d5ef6a9b49dfb252","ref":"refs/heads/1.x","pushedAt":"2024-01-10T10:01:23.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"feature #453 Add `str_increment` and `str_decrement` functions (Fan2Shrek)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nAdd `str_increment` and `str_decrement` functions\n\nAdd implementations of `str_increment` and `str_decrement` functions\n\nPS: It's my first PR to open source, feel free to give me feedback !\n\nFixes https://github.com/symfony/polyfill/issues/452\n\nCommits\n-------\n\nb551b38 Add str_increment and str_decrement functions","shortMessageHtmlLink":"feature #453 Add str_increment and str_decrement functions (Fan2S…"}},{"before":"61537446a3a4a779b9ae9290d62e2d233fc5d2ed","after":"353f5d1a39c861ab54ab3fac8a644b6022d69bf3","ref":"refs/heads/fix-ini-parse-quantity","pushedAt":"2024-01-10T09:30:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Fix ini_parse_quantity()","shortMessageHtmlLink":"Fix ini_parse_quantity()"}},{"before":"78f63d4ae501f79bf28748313fe6010dd1e212ed","after":"61537446a3a4a779b9ae9290d62e2d233fc5d2ed","ref":"refs/heads/fix-ini-parse-quantity","pushedAt":"2024-01-10T09:22:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Fix ini_parse_quantity()","shortMessageHtmlLink":"Fix ini_parse_quantity()"}},{"before":"3f7e0b8d99215e04baf46784f82e41b22c346f47","after":"78f63d4ae501f79bf28748313fe6010dd1e212ed","ref":"refs/heads/fix-ini-parse-quantity","pushedAt":"2024-01-09T20:00:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Fix ini_parse_quantity()","shortMessageHtmlLink":"Fix ini_parse_quantity()"}},{"before":null,"after":"3f7e0b8d99215e04baf46784f82e41b22c346f47","ref":"refs/heads/fix-ini-parse-quantity","pushedAt":"2024-01-09T19:59:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Fix README of util polyfill","shortMessageHtmlLink":"Fix README of util polyfill"}},{"before":"0bc947827a337bb3cac5abf54f496ab061d08a29","after":null,"ref":"refs/heads/dev","pushedAt":"2024-01-09T19:22:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"}},{"before":"40518891899cd611cae9c00d49bbb4914f20e11b","after":"3f7e0b8d99215e04baf46784f82e41b22c346f47","ref":"refs/heads/1.x","pushedAt":"2024-01-09T19:22:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Fix README of util polyfill","shortMessageHtmlLink":"Fix README of util polyfill"}},{"before":null,"after":"0bc947827a337bb3cac5abf54f496ab061d08a29","ref":"refs/heads/dev","pushedAt":"2024-01-09T19:20:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Add \"dev\" keyword to symfony/polyfill package","shortMessageHtmlLink":"Add \"dev\" keyword to symfony/polyfill package"}},{"before":"0bc947827a337bb3cac5abf54f496ab061d08a29","after":null,"ref":"refs/heads/dev","pushedAt":"2023-10-02T18:55:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"}},{"before":"ea7fa879a2557f56c70884f3f647b55d7149daed","after":"40518891899cd611cae9c00d49bbb4914f20e11b","ref":"refs/heads/1.x","pushedAt":"2023-10-02T18:55:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"minor #450 Add \"dev\" keyword to symfony/polyfill package (nicolas-grekas)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nAdd \"dev\" keyword to symfony/polyfill package\n\nSee https://github.com/symfony/symfony/pull/51811\n\nCommits\n-------\n\n0bc9478 Add \"dev\" keyword to symfony/polyfill package","shortMessageHtmlLink":"minor #450 Add \"dev\" keyword to symfony/polyfill package (nicolas-gre…"}},{"before":null,"after":"0bc947827a337bb3cac5abf54f496ab061d08a29","ref":"refs/heads/dev","pushedAt":"2023-10-02T13:30:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Add \"dev\" keyword to symfony/polyfill package","shortMessageHtmlLink":"Add \"dev\" keyword to symfony/polyfill package"}},{"before":"fec6af6aa0fd128f0b4748049f054d03c8332caf","after":"ea7fa879a2557f56c70884f3f647b55d7149daed","ref":"refs/heads/1.x","pushedAt":"2023-09-29T07:36:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #449 Fix return type for `Locale::parseLocale` - it can return `null` (andrew-demb)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nFix return type for `Locale::parseLocale` - it can return `null`\n\nhttps://www.php.net/manual/en/locale.parselocale.php\n\n> Returns null when the length of locale exceeds INTL_MAX_LOCALE_LEN.\n\n----\n\n> Recreated PR from https://github.com/symfony/polyfill-intl-icu/pull/1\n\nCommits\n-------\n\n1e1899c Fix return type for `Locale::parseLocale` - it can return `null`","shortMessageHtmlLink":"minor #449 Fix return type for Locale::parseLocale - it can return …"}},{"before":"8b8e016b253f6293800632f830d5fc285da5328b","after":"fec6af6aa0fd128f0b4748049f054d03c8332caf","ref":"refs/heads/1.x","pushedAt":"2023-09-19T10:46:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Update CHANGELOG","shortMessageHtmlLink":"Update CHANGELOG"}},{"before":"5e9d505fca8397f67b285b7e13ea53f080f45e4e","after":"8b8e016b253f6293800632f830d5fc285da5328b","ref":"refs/heads/1.x","pushedAt":"2023-09-19T10:45:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #442 Fix the `ini_parse_quantity()` polyfill (TimWolla)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nFix the `ini_parse_quantity()` polyfill\n\nIt previously was only defined (and tested) of the odbc extension is available.\n\nCommits\n-------\n\n2183daf Fix the `ini_parse_quantity()` polyfill","shortMessageHtmlLink":"bug #442 Fix the ini_parse_quantity() polyfill (TimWolla)"}},{"before":"3155f1dc39b5ba0583013976c0d1796770385df9","after":null,"ref":"refs/heads/stof-patch-1","pushedAt":"2023-09-19T10:44:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"}},{"before":"2e000ff32007a0ee3aeb14a7ddeecd1fc19033c1","after":"5e9d505fca8397f67b285b7e13ea53f080f45e4e","ref":"refs/heads/1.x","pushedAt":"2023-09-19T10:44:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #447 Fix the appveyor CI setup (stof)\n\nThis PR was merged into the 1.x branch.\n\nDiscussion\n----------\n\nFix the appveyor CI setup\n\nthis is the same fix than https://github.com/symfony/polyfill/pull/441 but for appveyor as the previous PR handled only the GitHub Actions config.\n\nCommits\n-------\n\n3155f1d Fix the appveyor CI setup","shortMessageHtmlLink":"minor #447 Fix the appveyor CI setup (stof)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENNp-NAA","startCursor":null,"endCursor":null}},"title":"Activity · symfony/polyfill"}