From:             yossb at nirlat dot co dot il
Operating system: Win2000pro
PHP version:      4.3.2
PHP Bug Type:     COM related
Bug description:  COM returns bad characters

Description:
------------
We are using OLE with DLL files, Writen VB, and compiled as COM . 
No problem to get from the OLE all English&Digits, but the Hebrew chars we
get : ?????????. ( ASCII 63 )
We expected to get from ASCII  224 To ASCII 250.
If we send Hebrew string directly from PHP we get Hebrew ok.
 ( We check the OLE and the DLL in ASP & IIS . We get the Hebrew OK. ) 
We are using APACHE 1.3 & PHP 4.3.2. 
It looks like Bug #9263.
We tried to write:
 $com = new COM ( "D_dll.OleDll", "localhost", CODEPAGE DEAFULT CP_UTF8 )
We get compiler ERR "....unexpected T_STRING..."

Please help ! thanks 



-- 
Edit bug report at http://bugs.php.net/?id=24382&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24382&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24382&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24382&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24382&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24382&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24382&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24382&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24382&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24382&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24382&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24382&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24382&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24382&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24382&r=gnused

Reply via email to