Currently getting the following error:
Fatal error: Uncaught FFI\ParserException: <EOF> expected, got '/' at line 1 in .../2023/day03/ffi/src/Parser/FfiParser.php on line 24
I'd expect that kind of error if I'd forgotten to add #[no_mangle]
on the externally published function. ...
No point trying to compile/test the day-template/
project in GitHub Actions.
Add page size field to existing form, complete with sensible default fallbacks and event listeners to ignore invalid values.
pageSizes
The size of pages in the dropdown can be configured with the pageSizes
option, which defaults to: 10, 20, 50, 100.
$for...
Seems to have no errors with both composer update --prefer-lowest
and composer update --prefer-stable
:+1:
Q | A |
---|---|
Branch? | 3.4 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no? |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | n/a |
Make a start on upgrading the codebase with PHP 7.1+
features, ready for PHP 5.6.x
support to end on 31st December 2018.
Ongoing.
To remove the need for determine global vs namespaced functions and reducing the number of opcodes cached by OpCache.
The format ::7f00:1
(::127.0.0.1
) is deprecated in favour of adding 2 bytes of 1's in-front of the version 4 address (::ffff:7f00:1
or ::ffff:127.0.0.1
). Update the getVersion() to check for this nibble of 1's when checking if the IP address is version 4 or not.
This fixes #14.
Fixes #1.
Q | A |
---|---|
Bug fix? | No |
New feature? | No |
BC breaks? | Yes |
Deprecations? | No |
Tests pass? | Yes |
Fixed tickets | N/A |
License | MIT |
Doc PR | symfony/symfony-docs#5974 |
To improve developer experience, require just on...
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #16889 |
License | MIT |
Doc PR | symfony/symfony-docs#5974 |
Unless a property with the same casing exists...
Q | A |
---|---|
Doc fix? | no |
New docs? | yes (symfony/symfony#15858) |
Applies to | 2.8 , 3.0 |
Fixed tickets | N/A |
This is still a work in progress, but I'd like feedback from anyone regarding structure, grammar and any other improvements w...
Pass the correct $siteBuilder
instead of $site
to createSite()
. Fixes undefined variable notice, and required instanceof fatal error.