php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1485 Cannot store or retrieve german umlauts
Submitted: 1999-06-02 11:38 UTC Modified: 1999-07-10 12:09 UTC
From: henneberg at netco dot de Assigned:
Status: Closed Package: Oracle related
PHP Version: 3.0.7 OS: Linux 2.0.36
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: henneberg at netco dot de
New email:
PHP Version: OS:

 

 [1999-06-02 11:38 UTC] henneberg at netco dot de
ORACLE 8.0.5.0.0 Enterprise for Linux

character set "WE8DEC"
national character set "WE8DEC"

OCI8 Oracle version: 8.0
 Compile-time ORACLE_HOME: /u01/app/oracle/product/8.0.5
 Libraries used: -lclntsh -lpsa -lcore4 -lnlsrtl3 -lclntsh -lm

<?php
$stmt = OCIParse($conn,"update typ set typname='???????' where typid=3");
...
...
$stmt = OCIParse($conn,"select * from typ");
...
?>
Result: VD\vd|_

Java/Java Servlet JDBC and Microsoft  ODBC work good.

./configure --with-apxs=/opt/apache/bin/apxs \
            --with-config-file-path=/opt/apache/conf \
            --enable-track-vars \
            --with-oracle

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-10 12:09 UTC] thies at cvs dot php dot net
cannot reporduce sent a test-case to bug-reporter haven't heard since.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC