ID: 39056 Updated by: [EMAIL PROTECTED] Reported By: ddi at elecom dot ru -Status: No Feedback +Status: Closed Bug Type: InterBase related Operating System: All PHP Version: 5.1.6 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Fixed in HEAD and PHP_5_3 Previous Comments: ------------------------------------------------------------------------ [2006-10-14 01:00:00] php-bugs at lists dot php dot net 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". ------------------------------------------------------------------------ [2006-10-06 06:50:22] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2006-10-06 06:26:52] ddi at elecom dot ru Description: ------------ The _php_ibase_var_zval function of ibase_query.c has error: static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000, 1000000000, LL_LIT (10000000000),LL_LIT (100000000000),LL_LIT (10000000000000),LL_LIT (100000000000000),LL_LIT (1000000000000000),LL_LIT (1000000000000000),LL_LIT (1000000000000000000) }; Must be static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, LL_LIT (10000000000),LL_LIT (100000000000),LL_LIT (1000000000000),LL_LIT (10000000000000),LL_LIT (100000000000000),LL_LIT (1000000000000000),LL_LIT (10000000000000000) }; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39056&edit=1