php-install Digest 20 Aug 2002 04:41:41 -0000 Issue 986

2002-08-19 Thread php-install-digest-help
php-install Digest 20 Aug 2002 04:41:41 - Issue 986 Topics (messages 8158 through 8172): The server encountered an internal error when trying to execute any PHP script 8158 by: Mr. I 8163 by: Mr. I Re: XP Home install question 8159 by: Mr. I Re: Installing PHP on W

[PHP-INST] Re: Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2

2002-08-19 Thread xiaobo
pls delete this line: AddModule mod_php4.c try again. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] which should i download if i have already installed Apache ?!

2002-08-19 Thread Phil Driscoll
On Sunday 18 August 2002 6:41 pm, speedup wrote: > a.. which should i download if i have already installed Apache ?! > thx > > > a.. PHP 4.2.2 zip package [5,275Kb] - 22 July 2002 > (CGI binary plus server API versions for Apache, Apache2 (experimental), > ISAPI, NSAPI, Servlet and Pi3Web. MySQL s

[PHP-INST] which should i download if i have already installed Apache ?!

2002-08-19 Thread speedup
a.. which should i download if i have already installed Apache ?! thx a.. PHP 4.2.2 zip package [5,275Kb] - 22 July 2002 (CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3Web. MySQL support built-in, many extensions included, packaged as zip) a

RE: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Moraes, Fabio
i must say i almost did not undestand what you said ! :D sorry my bad english, but i'm brazilian. i believe your problem will be corrected if you turn on option 'register_globals' in your php.ini or, and preferred, use global variables like $_GET['var'] and $_POST['var'] i hope it helps you. b

RE: [PHP-INST] PHP scripts are not interpreted!

2002-08-19 Thread Moraes, Fabio
err... How did you inserted "LoadModule" directive if its parameter is a filename that does not exist on your system ? ;) If PHP is not an apache module, you dont need to add LoadModule directive. Redescribe your error and i'll try to help you. --fabio moraes. -Original Message- From:

RE: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Moraes, Fabio
i recommend to use global variables like $_GET[] or $_POST[] for security purposes. thanks, --fabio moraes. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 1:26 PM To: Richard Vincent Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Scripts

Re: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Mon, 19 Aug 2002, Richard Vincent wrote: > Hello, > > I recently installed PHP on my win 2000 server and it appeared to be working > great .. but I have recently detected one problem. It's not seeing > querystring variable info and instatiating v

[PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Richard Vincent
Hello, I recently installed PHP on my win 2000 server and it appeared to be working great .. but I have recently detected one problem. It's not seeing querystring variable info and instatiating variables inside the script that correspond to the querystring Any ideas .. Please help. Richard

[PHP-INST] PHP scripts are not interpreted!

2002-08-19 Thread Igor Osch Simoes
I've installed PHP and Apache in a Mandrake 8.2 Linux distribution from the source code. To install i followed everything that was written on the README and INSTALL files. I configured the httpd.conf as was written on the README and INSTALL files, but PHP didn't work. After some time I see on

[PHP-INST] Re: The server encountered an internal error when trying to execute any PHP script

2002-08-19 Thread Mr. I
Ok, changed lines order, aliased php and now CGI works. Any ideas about PHP via SAPI? It still won't work. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Apache on win2000 and PHP 4

2002-08-19 Thread Mr. I
"Luká¹ moravec" <[EMAIL PROTECTED]> wrote in message 007001c243d6$d039dab0$ea42fea9@lukuo2tej2n56g">news:007001c243d6$d039dab0$ea42fea9@lukuo2tej2n56g... > When I used other way the apache does not work but i do not know where > to insert these lines (in htconf)... > > LoadModule php4_module c:/p

[PHP-INST] Re: Two version of php in the same system

2002-08-19 Thread Mr. I
Indeed here is ... Easiest is CGI - just put line #!/path/to/your/php.exe at the start of the file and enable server-parsing this dir. Or you can try loading php4apache.dll (or other server) under different aliases. But it's harder - you need to teach PHP to stop using shared PHP.INI in windows fo

[PHP-INST] Re: Installing PHP on Win XP

2002-08-19 Thread Mr. I
"Ezekiel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You need apache httpd server to use php. You don't need web server ... Just use c:\php\php.exe scriptname.php>generated.html to ejoy php scripts without any web server. -- PHP Install Mailing List (

[PHP-INST] Re: XP Home install question

2002-08-19 Thread Mr. I
And still, I advise downloading latest release ( http://snaps.php.net/win32/ ) and adding these lines to your php.ini in windows folder: ; cgi.force_redirect is necessary to provide security running PHP as a CGI under ; most web servers. Left undefined, PHP turns this on by default. You can ; tur

[PHP-INST] The server encountered an internal error when trying to execute any PHP script

2002-08-19 Thread Mr. I
Ok, my configuration: Win2k, Apache 2.0.40 + PHP 4.2.3 (todays dev release) Apache Httpd.conf (/WWWROOT/ and other folders are correct aliases - I can browse without problems through my site): ScriptAlias /cgi-bin/ "/WWWROOT/cgi-bin/" AllowOverride None Options None Order allow,deny

php-install Digest 19 Aug 2002 12:37:24 -0000 Issue 985

2002-08-19 Thread php-install-digest-help
php-install Digest 19 Aug 2002 12:37:24 - Issue 985 Topics (messages 8154 through 8157): Compilation Error 8154 by: nntp.rz.uni-karlsruhe.de 4.2.2 w CLI and 4.0.6 w CGI on one Server 8155 by: Patrick Meisel XP Home install question 8156 by: Jonathan Goulding Sablo

[PHP-INST] Sablotron

2002-08-19 Thread Michael Hall
G'day: I'm trying to compile PHP with XSLT support using PHP 4.2.1 and RedHat 7.2. Sablotron 0.95 compiled without complaints. After some unsuccessful attempts to recompile PHP with XSLT, I found some PHP patches on the Ginger Alliance site, so I applied them and tried to recompile again. N