mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1589: Use of mb_stripos in Composite.php #1990
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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):
Issue was closed with resolution "Fixed"