Skip to content

Conversation

@reedy
Copy link
Contributor

@reedy reedy commented Jan 6, 2026

No description provided.

@alecpl
Copy link
Contributor

alecpl commented Jan 6, 2026

Thanks. Looks like all tests fail because of PHP Deprecated: PHP Startup: Directive 'report_memleaks' is deprecated in Unknown on line 0.

@alecpl
Copy link
Contributor

alecpl commented Jan 6, 2026

Try this:

--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
         with:
           php-version: ${{ matrix.php }}
           coverage: none
+          ini-values: display_startup_errors=off
 
       - name: Execute tests
         run: pear run-tests tests/*.phpt

@alecpl
Copy link
Contributor

alecpl commented Jan 6, 2026

I see you're already on it pear/pear-core#161

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.

2 participants