Make WordPress Core


Ignore:
Timestamp:
05/06/2015 07:42:38 PM (10 years ago)
Author:
helen
Message:

The UTF-8 regex can occasionally fail on very low memory machines. Reduce the amount of memory it uses.

Merges [32375] to the 3.9 branch.

props pento.
See #32204.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9/src/wp-includes/wp-db.php

    r32389 r32398  
    25902590                }
    25912591
    2592                 $regex .= '){1,50}                          # ...one or more times
     2592                $regex .= '){1,40}                          # ...one or more times
    25932593                    )
    25942594                    | .                                  # anything else
Note: See TracChangeset for help on using the changeset viewer.