[PHP] Windows + php + oracle PL/SQL = ORA-06550

2008-03-13 Thread Martin Jerga
Hello everyone, I just installed Zend Core 2.5.0 (simply apache + php 5) with oracle instant client. I enabled the oracle extension. Everything works ok, but I ran into one strange problem. I can connect to the oracle server without problems, I can also perform SELECTs,INSERTs, etc. The problem

Re: [PHP] Windows PHP permissions question

2003-11-26 Thread Jason Wong
On Wednesday 26 November 2003 02:38, Robin Kopetzky wrote: > I have a program that is trying to write to a directory on a Windows server > and I don't know how to setup the permissions to read/write/delete just > from this directory. I have it permissions set to 'Everyone' but that > doesn't work.

Re: [PHP] Windows PHP permissions question

2003-11-26 Thread Burhan Khalid
Robin Kopetzky wrote: Good Morning/Afternoon. I have a program that is trying to write to a directory on a Windows server and I don't know how to setup the permissions to read/write/delete just from this directory. I have it permissions set to 'Everyone' but that doesn't work. Help?!?! If you are

[PHP] Windows PHP permissions question

2003-11-25 Thread Robin Kopetzky
Good Morning/Afternoon. I have a program that is trying to write to a directory on a Windows server and I don't know how to setup the permissions to read/write/delete just from this directory. I have it permissions set to 'Everyone' but that doesn't work. Help?!?! Robin 'Sparky' Kopetzky Black M

[PHP] Windows & PHP

2003-10-31 Thread mohamad taghlobi
Thank you very match, James LOBLEY ! For your answer to my previous message. I would also like to know WINDOWS support(bear), PHP. Otherwise, you would have an idea of what it is necessary to make? - Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en frança

Re: [PHP] Windows PHP vs Linux PHP

2003-01-15 Thread Jim Lucas
ay, January 15, 2003 9:52 AM Subject: [PHP] Windows PHP vs Linux PHP > Hi, > > I asked previously about the differences between the two and the concensus > was any differences are in the operating systems themselves and not with > PHP. Knowing this, how do I get rid of these errors t

Re: [PHP] Windows PHP vs Linux PHP

2003-01-15 Thread 1LT John W. Holmes
>> Set your php.ini file and error reporting as such: >> >> error_reporting = E_ALL & ~E_NOTICE >Or initialize your variables before using them ... especially true if >register_globals is on. Yeah, that's the best recommendation. Especially if you plan on distributing your code for others to u

RE: [PHP] Windows PHP vs Linux PHP

2003-01-15 Thread Matt Schroebel
> -Original Message- > From: Jeff Lewis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 1:00 PM > To: Beauford.2002; PHP General > Subject: Re: [PHP] Windows PHP vs Linux PHP > > > Set your php.ini file and error reporting as such: >

Re: [PHP] Windows PHP vs Linux PHP

2003-01-15 Thread Jeff Lewis
Wednesday, January 15, 2003 12:52 PM Subject: [PHP] Windows PHP vs Linux PHP > Hi, > > I asked previously about the differences between the two and the concensus > was any differences are in the operating systems themselves and not with > PHP. Knowing this, how do I get rid of these err

[PHP] Windows PHP vs Linux PHP

2003-01-15 Thread Beauford.2002
Hi, I asked previously about the differences between the two and the concensus was any differences are in the operating systems themselves and not with PHP. Knowing this, how do I get rid of these errors that keep coming up in Windows, that don't in Linux. One specific one is "Notice: Undefined v

[PHP] Windows : php : executing a command line program

2001-01-22 Thread Mike Chambers
I am testing on Window 2000, Apache, and PHP 4 (latest release). Is it possible to execute a command / program from PHP? I tried using the system() function, but i get an unable to fork error. I looked through the mailing list archives, and it looks like this might be known bug. Is there any o