patrickallaert
Repos
59
Followers
135
Following
9

Events

push

PHP 8.1.17 released

Created at 1 week ago

Announce PHP 8.1.17

Created at 1 week ago

8.1.17 tarballs

Created at 2 weeks ago

Add tarballs for php-8.1.17

Created at 2 weeks ago
create tag
patrickallaert create tag php-8.1.17
Created at 2 weeks ago

Fix module shutdown crash during ZTS JIT shutdown

Commit a21195650e53 fixed a leak by adding a TSRM destructor for the JIT globals in ZTS mode. In case the main thread shuts down the TSRM, it will call all the destructors. The JIT globals destructor will be invoked, but will always access the main thread globals using JIT_G. This means that instead of freeing the JIT globals in the different threads, the one in the main thread is freed repeatedly over and over, crashing PHP. Fix it by always passing the pointer instead of relying on JIT_G.

Closes GH-10835.

(cherry picked from commit b3e28e22904aca99beb5e8a26a34d7c8b46c69ee)

Created at 2 weeks ago
user question: signed message is in encrypted format

I think I am facing the same issue. I only wanted to sign a message, not encrypt it. This is what has been seen on the mailing list: https://externals.io/message/119661

This is what I can see in my "Sent items": image

Created at 3 weeks ago
push

Announce PHP 8.1.17RC1

Created at 3 weeks ago
create tag
patrickallaert create tag php-8.1.17RC1
Created at 1 month ago

PHP-8.1 is now for PHP 8.1.18-dev

Created at 1 month ago

PHP-8.1 is now for PHP 8.1.18-dev

Merge branch 'PHP-8.1' into PHP-8.2

Created at 1 month ago
create branch
patrickallaert create branch PHP-8.1.17
Created at 1 month ago
pull request opened
Fixed: Deprecation notices in string interpolation with PHP 8.2

| Question | Answer | ------------------ | ------------------ | JIRA issue | | Type| improvement | Target version | e.g.: Ibexa v4.3 | BC breaks | no | Tests pass | yes | Doc needed | no

Fixes new PHP 8.2 deprecation notices: Deprecated: Using ${var} in strings is deprecated, use {$var} instead in ...

TODO:

  • [ ] Implement tests.
  • [ ] Fix new code according to Coding Standards ($ composer fix-cs).
  • [ ] Ask for Code Review.
Created at 1 month ago
create branch
patrickallaert create branch php-8.2-deprecation-notices-string-interpolation
Created at 1 month ago
create branch
patrickallaert create branch php-8.2-deprecation-notices-string-interpolation
Created at 1 month ago
pull request opened
Fixed: Deprecation notices in string interpolation with PHP 8.2

| Question | Answer | |--------------------------|-----------------------------------------------------| | JIRA issue | | | Type | improvement | | Target Ibexa version | v4.3 | | BC breaks | no |

Fixes new PHP 8.2 deprecation notices: Deprecated: Using ${var} in strings is deprecated, use {$var} instead in ...

Checklist:

  • [X] Provided PR description.
  • [X] Tested the solution manually.
  • [ ] Provided automated test coverage.
  • [X] Checked that target branch is set correctly (main for features, the oldest supported for bugs).
  • [ ] Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • [ ] Asked for a review (ping for example @ibexa/php-dev for back-end changes and/or @ibexa/javascript-dev for front-end changes).
Created at 1 month ago
create branch
patrickallaert create branch php-8.2-deprecation-notices-string-interpolation
Created at 1 month ago
pull request opened
Fixed: Deprecation notices in string interpolation with PHP 8.2

| Question | Answer | ---------------------------------------- | ------------------ | JIRA issue | | Type | improvement | Target Ibexa version | v4.3 | BC breaks | no

Fixes new PHP 8.2 deprecation notices: Deprecated: Using ${var} in strings is deprecated, use {$var} instead in ...

Checklist:

  • [X] Provided PR description.
  • [X] Tested the solution manually.
  • [ ] Provided automated test coverage.
  • [X] Checked that target branch is set correctly (main for features, the oldest supported for bugs).
  • [ ] Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • [ ] Asked for a review (ping @ibexa/engineering).
Created at 1 month ago
pull request opened
Fix #575: Remove deprecation notices with string interpolation

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #575 | License | Apache2

Description

Remove new deprecation notices with PHP 8.2.

Todos

  • [ ] Tests
  • [ ] Documentation
  • [ ] Changelog
Created at 1 month ago
patrickallaert create branch 575-fix-deprecation-notices-string-interpolation
Created at 1 month ago
String interpolation deprecation notices with PHP 8.2

| Q | A | ---------------- | --- | Bundle version | | Symfony version | | PHP version | 8.2

Expected behavior

No deprecation notices should be thrown by the bundle

Actual behavior

Deprecation notices like: Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /vendor/jms/translation-bundle/DependencyInjection/JMSTranslationExtension.php on line 44

Steps to reproduce

Created at 1 month ago
push

PHP 8.1.15 released

Created at 1 month ago

Announce PHP 8.1.15 (part 2)

Created at 1 month ago

Announce PHP 8.1.15

Created at 1 month ago