Menu

#20 Search segfaults on some servers

1.6.8
closed-fixed
nobody
None
5
2016-12-02
2015-07-01
No

Due to a bug in some older versions of PHP the check for method_exists('Normalizer', 'normalize') fails. We better work around by adding a check for class_exists('Normalizer') first.

Reported and discussed in the forum.

Discussion

  • Christoph Michael Becker

    See also the related report. The best solution seems to check for class_exists('Normalizer', false).

     
  • Christoph Michael Becker

    Fixed with r1682.

     
  • Christoph Michael Becker

    • status: open --> closed-fixed
     
MongoDB Logo MongoDB