Articles
|
News
|
Weblogs
|
Books
|
Forums
Artima Forums
|
Articles
|
Weblogs
|
Java Answers
|
News
Sponsored Link
•
PHP Buzz Forum
Integers in PHP, running with scissors, and portability
0
replies on
1
page.
Welcome
Guest
Sign In
Back to Topic List
Reply to this Topic
Search Forum
Threaded View
Previous Topic
Next Topic
Flat View: This topic has
0
replies on
1
page
Max Zone
Posts: 9170
Nickname: dzone
Registered: Jun, 2006
dzone.com is a link-sharing community where member participation determines what gets published
Integers in PHP, running with scissors, and portability
Posted: Mar 29, 2007 4:34 AM
Reply
This post originated from an RSS feed registered with PHP Buzz by Max Zone.
Original Post:
Integers in PHP, running with scissors, and portability
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Latest
PHP Buzz
Posts
Latest PHP Buzz Posts by
Max Zone
Latest Posts From
dzone.com: php
Advertisement
PHP is not able to handle unsigned integers, and converts values over 2^31 to signed. So if your IDs go slightly over 2 billion, and PHP decides to treat them as integers, you're in trouble.
Read:
Integers in PHP, running with scissors, and portability
Previous Topic
Next Topic
Sponsored Links
Web
Artima.com
Copyright
© 1996-2019 Artima, Inc. All Rights Reserved. -
Privacy Policy
-
Terms of Use