News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

MySQL Performance Blog:
Integers in PHP, running with scissors, and portability
March 29, 2007 @ 09:30:00

According to this new post on the MySQL Performance Blog, PHP has a bit of an issue when it comes to working with integers.

Until recently I thought that currently popular scripting languages, which mostly evolved over last 10 years or something, must allow for easier portability across different platforms compared to ye good olde C/C++.

However, PHP just brought me a new definition of "portable" - and that was when working with... integers.

He points out that PHP isn't able to correctly handle unsigned integers ("and converts values over 2^31 to signed"). He goes on to talk about how this differs between platforms too (32 vs 64 bit) and some of the research he did to find out just what was going on (including some code examples to illustrate the point).

0 comments voice your opinion now!
integer pertability unsigned convert research example integer pertability unsigned convert research example




Community Events





Don't see your event here?
Let us know!


manifesto unittest api test conference language community symfony2 opinion phpunit custom development release series application podcast interview introduction framework package

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework