responsive_tables_filter_preprocess_page() would be a bit faster if the presence of "<table" was tested with strpos() instead of preg_match().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liam Morland created an issue. See original summary.

Liam Morland’s picture

Assigned: Liam Morland » Unassigned
Status: Active » Needs review
FileSize
948 bytes

Status: Needs review » Needs work
Liam Morland’s picture

Issue summary: View changes
Liam Morland’s picture

Issue summary: View changes
Liam Morland’s picture

Status: Needs work » Needs review

mark_fullmer’s picture

Status: Needs review » Fixed

Interesting chart of how the two operations match up, here: https://lzone.de/articles/php-string-search.htm

All Behat tests pass on PHP 5.2 and PHP 5.6. Committed to 7.x-1.x-dev.

Thanks, Liam!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.