Posted by sims123 on 09/21/06 16:36
Okay I read clob is not working for php version 5.1.X
(http://bugs.php.net/bug.php?id=38612) but fix is to have PHP 5.1.6 +
OCI8 1.2.2 .
I am trying to install PHP 5.1.6 + OCI8 1.2.2, but even after that I am
not sure if it will work with PEAR. I am able to successfully insert the
data in clobs though using PEAR.
I also need to use different languages and my data is also utf8. But I
encode the data to base64 before I save. Like:
$content = base64_encode($content);
--
sims123
------------------------------------------------------------------------
sims123's Profile: http://techiegroups.com/member.php?userid=353
View this thread: http://www.techiegroups.com/showthread.php?t=116947
Navigation:
[Reply to this message]
|