DDC-1589: Use of mb_stripos in Composite.php #1990

Closed
opened 2026-01-22 13:36:34 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jan 9, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user chroder:

In Doctrine\ORM\Query\Expr\Composite::processQueryPart(), mb_stripos() is used. The mbstring extension should be checked for and fallback on stripos() used, or the requirement on the mbstring extension should be documented.

Originally created by @doctrinebot on GitHub (Jan 9, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user chroder: In Doctrine\ORM\Query\Expr\Composite::processQueryPart(), mb_stripos() is used. The mbstring extension should be checked for and fallback on stripos() used, or the requirement on the mbstring extension should be documented.
admin added the Bug label 2026-01-22 13:36:34 +01:00
admin closed this issue 2026-01-22 13:36:35 +01:00
Author
Owner

@doctrinebot commented on GitHub (Jan 9, 2012):

Comment created by @beberlei:

This was fixed in master, that is now backported to 2.1.x

@doctrinebot commented on GitHub (Jan 9, 2012): Comment created by @beberlei: This was fixed in master, that is now backported to 2.1.x
Author
Owner

@doctrinebot commented on GitHub (Jan 9, 2012):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Jan 9, 2012): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1990