From:             koyote at task dot com dot br
Operating system: Windows Xp
PHP version:      5.0.4
PHP Bug Type:     InterBase related
Bug description:  Ibase dont work with special caracteres (^ ~ �)

Description:
------------
I have a table of cities and some of then have accent, like Arax� .
If i make a normal sql SELECT * FROM CITIES
where have ID, NAME and STATE. The function starts to collect from the
database and print in the screen. But when it reads a city that have
accent it stops and generates a Warning.
I had search a lot in the internet and i couldnt find anything about it. I
think that ibase have problems to read accent in Interbase Databases.


Reproduce code:
---------------
 <?php $result[$i] = ibase_fetch_row($this->sth); ?>

Expected result:
----------------
It should return a string with all the values from each field of the row.

Actual result:
--------------
PHP Warning: ibase_fetch_row() [function.ibase-fetch-row]: arithmetic
exception, numeric overflow, or string truncation Cannot transliterate
character between character sets in
C:\Inetpub\wwwroot\croquiteca\banco.php on line 45 

-- 
Edit bug report at http://bugs.php.net/?id=33089&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33089&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33089&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33089&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33089&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33089&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33089&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33089&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33089&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33089&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33089&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33089&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33089&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33089&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33089&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33089&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33089&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33089&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33089&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33089&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33089&r=mysqlcfg

Reply via email to