mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Gary Pendergast
c160106af1
WPDB: When checking that text isn't too long to insert into a column,
LONGTEXT
columns could fail, as their length is longer than PHP_INT_MAX
. Treating their length as a float
instead of an int
fixes this.
See #32165. git-svn-id: https://develop.svn.wordpress.org/trunk@33276 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%