|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-03-16 06:42 UTC] eav at mobil-soft dot ru
Description: ------------ From FB 2.0 release notes Size limit for exception messages increased V. Horsun Maximum size of exception messages raised from 78 to 1021 bytes. PatchesIBASE_MSGSIZE (last revision 2011-03-16 05:44 UTC by eav at mobil-soft dot ru)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
This example with firebird-client-2.0.3_2. Standard errcode for user exception -836. With firebird-client > 2.0 PHP in segmentation fault for ibase_fetch_assoc. $link=ibase_connect('my_fb','test','test','win1251',0,1,''); $_iquery="select * from currencyconvertion('40389810100000124671','403898409000000123476',840,1000.00,28.6500)"; $trans=ibase_trans(IBASE_COMMITTED+IBASE_NOWAIT+IBASE_REC_VERSION,$link); $query_prep=ibase_prepare($link,$trans,$_iquery); $result=ibase_execute($query_prep); $row=ibase_fetch_assoc($result,IBASE_TEXT); echo 'ErrCode - '.ibase_errcode(); ------------- Warning: ibase_fetch_assoc(): exception 688 NEGATIVEREMAINDER 21.03.11 At procedure 'PROCEDURE1' line: 26, col: 86 At trigger 'PROCEDURE2' line: 11, col: 3 At procedure 'PROCEDURE3' line: 56, col: 4 At procedure 'PROCEDURE4' line: 187, col: 1 At trigger 'PROCEDURE5' line: 250, col: 1 At procedure 'PROCEDURE6' line: 65, col: 5 At procedure 'PROCEDURE7' line: 39, col: 3 At procedure 'PROCEDURE8' line: 285, col: 1 in /home/eav/temp.php on line 38 ErrCode - 741685298