Skip to content

Conversation

@danielmorell
Copy link
Collaborator

@danielmorell danielmorell commented Dec 22, 2025

Description of the change

This resolves an issue #145. Version 3.1.0 added PHPScoper however the composer ClassLoader file is not being updated as expected by PHPScoper. To resolve this issue we have a custom patcher to handle the autoload_real.php file. Unfortunatly, composer generates a file with escaped slashes and we were looking for a string without escaped slashes. This PR fixes this issue.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New release

Related issues

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers assigned
  • Issue from task tracker has a link to this pull request
  • Changes have been reviewed by at least one other engineer

@danielmorell danielmorell added this to the v3.1.1 milestone Dec 22, 2025
@danielmorell danielmorell merged commit 5062253 into master Dec 22, 2025
104 of 120 checks passed
@danielmorell danielmorell deleted the fixed/issue-145-incorrect-classloader-namespace-replacement branch December 22, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rollbar 3.1.0 broke our site

3 participants