Bug with 32-bit PHP
-
There could be a problem with the way this plugin generates IDs for new tabs. Each time the user click on “Add” a new ID is generated by using the jQuery $.now() function that is a shorthand for (new Date).getTime(). However, the integer returned by this function is only compatible with 64-bit version of PHP since it is higher than 2147483647 on 32-bit systems.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug with 32-bit PHP’ is closed to new replies.