[PHP-INST] php installed but vars not passing??

2001-11-18 Thread onion
hi list, new lurker here... so i'm trying to config my IIS webserver to recognize and execute php scripts... it's almost there but i'm having some probs. the server sees the .php extension, and executes code inside the file. but, if i try to pass any information/variable/whatever via an html for

php-install Digest 19 Nov 2001 07:51:41 -0000 Issue 562

2001-11-18 Thread php-install-digest-help
php-install Digest 19 Nov 2001 07:51:41 - Issue 562 Topics (messages 5009 through 5018): Re: Rights to dirs 5009 by: chandra 5011 by: Chris Re: problem loading .php3 5010 by: chandra 5012 by: Chris 5013 by: chandra 5014 by: Chris Re: Install

Re: [PHP-INST] RPM Installation Did Not Install PHP Modules

2001-11-18 Thread Chris
Greetings, Don't ya just love that Linux RPM thing. :-\ Fortunately, they seem to acknowledge the fact that it's screwed-up and are trying something new... We'll see. Anyway, have you tried: httpd -l to see if Apache thinks the modules are available? It might be a start. It should list the whole

[PHP-INST] RPM Installation Did Not Install PHP Modules

2001-11-18 Thread Gabriel Richards
I installed PHP/Apache/MySQL via the Red Hat installation process (7.2), but Apache isn't processing PHP files, they show up as plain text in the browser. I checked with the FAQ and related documentation which said to ensure that the AddModule and LoadModule directives where there and not commente

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-18 Thread Kexiao Liao
Hi, It seems that php4.0.6 cann't support oracle9i on Linux redhat7.2. After insall/compile php4.0.6 successfully with oracle9i on Linux redhat7.2. The php can't communiate with Oracle9i Server. However if we reinstall/recompile php4.0.6 with oracle8.1.7 on Linux redhat 7.0. The php can talk w

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread Chris
> Hi Chris > > Thanks for the info. I had already checked for those entries and they > are already in there. Any more suggestion. O, h... Well, I *did* run into troubles when I renamed the php.ini-dist to php.ini. It resulted in all the php to stop functioning correctly (I guess the def

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread chandra
Hi Chris Thanks for the info. I had already checked for those entries and they are already in there. Any more suggestion. As for looking up the Apache documentation. I did that and only after struggling to make any head way did I decide to post my question here. Regards Chandra > Hello, > I a

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread Chris
Hello, I actually *already* answered this for you in your Re: [PHP-INST] problem loading .php4 question. But in case you still need an answer AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps to your httpd.conf or httpsd.conf file. P.S. this *really

Re: [PHP-INST] Rights to dirs

2001-11-18 Thread Chris
Hello, You will find the answer in your Apache Config file: httpd.conf or httpsd.conf, depenpending on if you are using ssl or not. The line to look for is: AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps If .php w

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread chandra
I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I have everything properly installed (php and apache) according to the manuals and comments that I found in this site... the problem is that when I try to open a php3 extension page in the server, I get the error cannot load MySQL e

Re: [PHP-INST] Rights to dirs

2001-11-18 Thread chandra
I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I have everything properly installed (php and apache) according to the manuals and comments that I found in this site... the problem is that when I try to open a php4 page in the server, I get the error cannot load MySQL extension,

php-install Digest 18 Nov 2001 19:38:39 -0000 Issue 561

2001-11-18 Thread php-install-digest-help
php-install Digest 18 Nov 2001 19:38:39 - Issue 561 Topics (messages 5008 through 5008): Rights to dirs 5008 by: outbound.centrum.cz Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To

[PHP-INST] Rights to dirs

2001-11-18 Thread outbound
Hello, I have just installed php but have a problem. I can see other's users their files using opendir, readdir... How to disable it ? I have tried to use open_basedir = "." but it has no effect :( I still can list / and all other directories where nobody has RX rights :( Please help ! :o) R