News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: What problem does dependency injection solve?

Script-Tutorials.com: Vimeo API - OAuth and Upload Example

PHP Thinktank Blog: PHP-GTK with scottmattocks (IRC Talk Series)

PHP Security Blog: Cross Virtual Host Cookie Theft

Stoyan Stefanov's Blog: Blog-to-podcast with ffmpeg


Community Events











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


code object zendframework2 framework interview functional community phpunit podcast language introduction release series tool opinion conference unittest development testing example

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