ID: 30233 Updated by: php-bugs@lists.php.net Reported By: php dot net at benjamin dot schulz dot name -Status: Feedback +Status: No Feedback Bug Type: Zend Engine 2 problem Operating System: linux PHP Version: 5CVS-2004-09-25 (dev) New Comment:
No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2005-01-13 02:22:45] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip ------------------------------------------------------------------------ [2004-09-25 23:32:27] php dot net at benjamin dot schulz dot name Description: ------------ not much time for investigation, just a short report, versions used: ~$ php -v PHP 4.3.7 (cli) (built: Jun 3 2004 18:50:33) ~$ php5 -v PHP 5.0.2 (cli) (built: Sep 24 2004 22:16:06) Reproduce code: --------------- var_dump((int)hexdec("80000000")); Expected result: ---------------- (PHP4) ~$ php -r 'var_dump((int)hexdec("80000000"));' int(-2147483648) Actual result: -------------- ~$ php5 -r 'var_dump((int)hexdec("80000000"));' int(2147483647) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30233&edit=1