[PHP-DEV] 64-bit issues From: Brad Crowder (earlc <email protected>)
Date: 05/12/00

Folx,

Just a note to let you know that there is at least one issue with building
php4rc2 on an operating system where sizeof(int) != sizeof(long) (4 - 8).

the function OnUpdateInt in php_ini.c needs to be consistent in its
treatment, and definitions of variables that use OnUpdateInt need to use int
as the storage type.

Brad

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>