Changes between Version 2 and Version 3 of Ticket #41944, comment 4
- Timestamp:
- 09/21/2017 02:23:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41944, comment 4
v2 v3 31 31 The same with GMP/bcmath libraries. 32 32 33 So I invite you to show me a snippet of code that gets a large (> PHP_MAX_INT) numeric value from say <code>$_GET['id']</code> and does a <code>SELECT * FROM wp_posts WHERE ID = %u</code>on it.33 So I invite you to show me a snippet of code that gets a large (> PHP_MAX_INT) numeric value from say {{{$_GET['id']}}} and does a {{{SELECT * FROM wp_posts WHERE ID = %}}} on it. 34 34 35 35 {{{