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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 11:01:31 2025 UTC