Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]Fix deprecated warnings for preg_match() and mb_strtolower() in Webmail sieve filters #1281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Baraka24
Copy link
Member

While running: php console.php sieve:filters in Tiki see handle the filtering in Tiki , we are getting:

$ php console.php sieve:filters

Undefined variable $tikiroot on line 16 of C:\Apache24\htdocs\tiki1\tiki\lib\cypht\integration\classes.php preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated on line 179 of C:\Apache24\ht docs\tiki1\tiki\vendor_bundled\vendor\jason-munro\cypht\lib\request.php mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated on line 194 of C:\Apache24\ htdocs\tiki1\tiki\vendor_bundled\vendor\jason-munro\cypht\lib\module.php

@Baraka24 Baraka24 added the needsCherryPicksTo2.x To be backported to all supported branches up to 2.x label Oct 14, 2024
lib/request.php Outdated Show resolved Hide resolved
lib/module.php Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needsCherryPicksTo2.x To be backported to all supported branches up to 2.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants