This is a question for those guys, who works with unix (because I haven't got enough practice of it).
The talk is about i have currently working php3/apache/win32 and php3/apache/solaris. Plus oracle8 under solaris.
I wanna make them booth to work properly.
But I'v got a problem in exchanging data with oracle database.
F.e. I add a date value (let it be 10.01.2000) and then read it. The result is:
under win32 I get 10.01.2000, but under unix I get 10-JAN-00. How could it be if in booth cases I operate the same oracle servered database?
Else If trying to put some text in windows-1251 charset into the database under unix It's modified then into some @!#$ while under win32 all is OK. The same is with reading text from oracle db.
I'm not quite shure that it's because of php not because of apache. Anyways I still can't coope with this.
Thank you all.
Alex.
The talk is about i have currently working php3/apache/win32 and php3/apache/solaris. Plus oracle8 under solaris.
I wanna make them booth to work properly.
But I'v got a problem in exchanging data with oracle database.
F.e. I add a date value (let it be 10.01.2000) and then read it. The result is:
under win32 I get 10.01.2000, but under unix I get 10-JAN-00. How could it be if in booth cases I operate the same oracle servered database?
Else If trying to put some text in windows-1251 charset into the database under unix It's modified then into some @!#$ while under win32 all is OK. The same is with reading text from oracle db.
I'm not quite shure that it's because of php not because of apache. Anyways I still can't coope with this.
Thank you all.
Alex.