[PHP-INST] php4 on win2000 and apache1.3

2002-07-07 Thread CM
I'm having trouble installing php on win2000 and apache1.3 It seems to work but only some of the basic functions. If I pass a submit a form and try to grab the variables i get errors "Undefined variable " (I know these scripts work because they work on a different server) Here's what I've d

[PHP-INST] Part 2: php_functions.c:93: parse error

2002-07-07 Thread leandro asnaghi-nicastro
Howdy. Reading on the list the many problems that people seem to have, I tried thinkering with the options some more. I added the following to my configure: ./configure --without-mysql --with-apxs2=/home/httpd/bin/apxs The: --without-mysql Is the addition. I wanted to see if that made a

Re: [PHP-INST] help installing PHP

2002-07-07 Thread toby -
hi david try 3 things first try to include ur server name in the path like http:\\localhost\shaggy\info.php shaggy is ur servername exmpl second try to save ur "info.php" like this ... inside quotes 3rd check if ur apache is running while u try to load ur page control pann

php-install Digest 8 Jul 2002 00:22:33 -0000 Issue 921

2002-07-07 Thread php-install-digest-help
php-install Digest 8 Jul 2002 00:22:33 - Issue 921 Topics (messages 7639 through 7642): Re: "Unresolved Import" in php4isapi.dll with PHP 4.2.1 with IIS5.1 on WinXP/IE6 7639 by: Tracker 1 php 4.2.1 /apache 2.0.36 sessions problems 7640 by: Benjamin Michotte .phps problem

[PHP-INST] help installing PHP

2002-07-07 Thread Ninjastalker (David)
OK, I'm running Windows 98, PHP version 4.2.1, and I'm trying to run PHP as a server module. I did everything all of those install things told me to do. Here's the problem: I start up Apache and access my localhost. I used index.html, but that's not the problem. I created a file called info.php

[PHP-INST] .phps problem

2002-07-07 Thread Benjamin Michotte
Hello, in my apache config, I have added AddType application/x-httpd-php-source .phps but when I try to load a .phps file, my browser asks me to save it. What I'd missed ? cu, binny -- default: assert(1==0); /* autant dire que j'ai pas envie que ca arrive */ -- pouaite, code de wmcoincoin

[PHP-INST] php 4.2.1 /apache 2.0.36 sessions problems

2002-07-07 Thread Benjamin Michotte
hello, I've just installed php 4.2.1 and apache 2.0.36 both on my workstation and my server's one. I'm running Slackware Linux 8.0.47 on the server and Slackware Linux 8.1-beta2 on my worstation. It's the same packages, the same configuration on both machines. On my workstation, all work very fi

[PHP-INST] Re: "Unresolved Import" in php4isapi.dll with PHP 4.2.1 with IIS5.1 on WinXP/IE6

2002-07-07 Thread Tracker 1
Probably a "bad" way to install.. but my method of installation was ALL .exe and .dll files in the system32 folder, and the php.ini in the winnt folder... and then the isapi extensions in the mmc for iis. This was for my dev. machine, where working was the main point.. ;) the server I deploy on i

php-install Digest 7 Jul 2002 11:49:39 -0000 Issue 920

2002-07-07 Thread php-install-digest-help
php-install Digest 7 Jul 2002 11:49:39 - Issue 920 Topics (messages 7636 through 7638): "Unresolved Import" in php4isapi.dll with PHP 4.2.1 with IIS5.1 on WinXP/IE6 7636 by: Stefan Misch 7638 by: Stefan Misch Problem with php4apache2.dll 7637 by: Ronald M Administr

[PHP-INST] Re: "Unresolved Import" in php4isapi.dll with PHP 4.2.1 with IIS5.1 on WinXP/IE6

2002-07-07 Thread Stefan Misch
I finally got it to work, although I don't understand why it is working now. I rebooted several times before. The only difference is, that php4isapi.dll and php4ts.dll are now in the System32 directory. But I have set a system path to the PHP SAPI-directory before, so it should have worked before