Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #41944, comment 4


Ignore:
Timestamp:
09/21/2017 02:23:43 PM (8 years ago)
Author:
soulseekah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41944, comment 4

    v2 v3  
    3131The same with GMP/bcmath libraries.
    3232
    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.
     33So 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.
    3434
    3535{{{