WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Services Views module and PHP 7.1 issue #393

Closed waynedyck closed 6 years ago

waynedyck commented 6 years ago

When using Services Views on PHP 7.1 node title and text fields only return the first character.

This bug was addressed and patched in issue #2910966 and the fix has to do with how PHP handles empty index operators, the string is silently converted to an array of size 1.