Title: Bug with 32-bit PHP
Last modified: April 1, 2017

---

# Bug with 32-bit PHP

 *  [th3br41n](https://wordpress.org/support/users/th3br41n/)
 * (@th3br41n)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/bug-with-32-bit-php/#post-8983120)
 * Thanks for the mentioned issue. didn’t think about it.
 * Can you please tell is that local or live server you are trying?
 * Regards
 *  Thread Starter [th3br41n](https://wordpress.org/support/users/th3br41n/)
 * (@th3br41n)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/bug-with-32-bit-php/#post-8991871)
 * I’m using an Apache 2 server with PHP 5.6 64-bit on a production server (Linux),
   while I’m using an Apache 2 server with PHP 5.6 32-bit on a local server (Windows).
   I have experienced the bug on my local server.
    -  This reply was modified 9 years, 1 month ago by [th3br41n](https://wordpress.org/support/users/th3br41n/).
    -  This reply was modified 9 years, 1 month ago by [th3br41n](https://wordpress.org/support/users/th3br41n/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug with 32-bit PHP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tabs_409de3.svg)
 * [Tabs & Accordion](https://wordpress.org/plugins/tabs/)
 * [Support Threads](https://wordpress.org/support/plugin/tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [th3br41n](https://wordpress.org/support/users/th3br41n/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/bug-with-32-bit-php/#post-8991871)
 * Status: not resolved