[PHP-INST] how to install php under iis 6

2002-10-29 Thread Ali YUKSEL
how can install php under ii 6.0? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Question about install PHP4 with MySQL 3.23.53

2002-10-29 Thread John Coder
On Tue, 2002-10-29 at 23:27, Liu, Zhilin (UMC-Student) wrote: > Hi, > > I am trying to install php4.2.3 with the support of MySQL. I use rpm to install >Mysql as following: > > rpm -i MySQL-3.23.53a-1.i386.rpm > rpm -i MySQL-client-3.23.53a-1.i386.rpm > rpm -i MySQL-devel-3.23.53a-1.i386.rpm >

php-install Digest 30 Oct 2002 04:27:22 -0000 Issue 1094

2002-10-29 Thread php-install-digest-help
php-install Digest 30 Oct 2002 04:27:22 - Issue 1094 Topics (messages 8957 through 8967): Re: --with-ldap=cannot find ldap.h 8957 by: toby - Problems "make"ing PHP 4.2.3 & 4.2.2 8958 by: Stephan Mehlhase Compiling a completely static binary 8959 by: David Phillips

[PHP-INST] Question about install PHP4 with MySQL 3.23.53

2002-10-29 Thread Liu, Zhilin (UMC-Student)
Hi, I am trying to install php4.2.3 with the support of MySQL. I use rpm to install Mysql as following: rpm -i MySQL-3.23.53a-1.i386.rpm rpm -i MySQL-client-3.23.53a-1.i386.rpm rpm -i MySQL-devel-3.23.53a-1.i386.rpm rpm -i MySQL-shared-3.23.53a-1.i386.rpm MySQL was automatically ins

Re: [PHP-INST] Strange server configuration

2002-10-29 Thread claudel
> Show us the code. Most likely, they turned off > register globals. Yes, I can now access variables via $_REQUEST. After reading the registerglobals manual, I see I have been relying on register_globals being on. Now it that was turned off without my notification, everything stopped workin

[PHP-INST] Re: PHP4 as CGI on Apache

2002-10-29 Thread Stephan Mehlhase
On 28 Okt 2002, you wrote in php.install: > Is there a way to tell > apache to send the .php-files to the PHP-Interpreter? You can edit your httpd.conf - what you have exactly to change, i don't know - try looking at www.php.net -- PHP Install Mailing List (http://www.php.net/) To unsubscri

[PHP-INST] PHP 4.2.* & GD 2.0.4

2002-10-29 Thread EG Ortego
Iv'e been trying to compile php with gd, I had been running PHP 4.2.1 and first tryed to use that version when I was unsucessful I figured the next PHP version might be sucessful, well I I have gd installed and working but get identical make errors in PHP-4.2.1 and PHP-4.2.3... gcc -I. -I/usr/l

Re: [PHP-INST] Strange server configuration

2002-10-29 Thread Jim Thome
http://www.php.net/manual/en/security.registerglobals.php >>> claudel <[EMAIL PROTECTED]> 10/29/02 10:17 AM >>> Hello. I have been using a hosted server for a while, however they have recently changed the configurations and until their support replies I am left with the strange occurence of this:

Re: [PHP-INST] Strange server configuration

2002-10-29 Thread David Phillips
claudel writes: > Hello. I have been using a hosted server for > a while, however they have recently changed the > configurations and until their support replies > I am left with the strange occurence of this: > > http://63.160.181.101/test.php?var=test > > The variable is not being passed via php.

[PHP-INST] problem with variables

2002-10-29 Thread luis meneses
> > I just updated to Red Hat 8.0 and I am having some > problems with php and variables. > > When i try to pass a value in a variable it just > doesn't get through. > > for example : > > index.php?var=1 > > but noting happensthe page doesn't output the > value.. > > I am using Apache 2

[PHP-INST] Strange server configuration

2002-10-29 Thread claudel
Hello. I have been using a hosted server for a while, however they have recently changed the configurations and until their support replies I am left with the strange occurence of this: http://63.160.181.101/test.php?var=test The variable is not being passed via php. This has happened to all the

[PHP-INST] Compiling a completely static binary

2002-10-29 Thread David Phillips
I would like to compile a completely static PHP CGI binary. I don't just want the PHP modules compiled statically into the binary. I want ALL libraries that PHP uses to be linked into the executable. ldd should say "not a dynamic executable". I spent a good while messing around with all the PHP

[PHP-INST] Problems "make"ing PHP 4.2.3 & 4.2.2

2002-10-29 Thread Stephan Mehlhase
I have a Problem while making PHP to my SuSe Linux 7.3 machine. After configuring it (no additional parameters) I tried to make it, but became a errormessage concerning "yacc" There appeared how to use "yacc" and the making Process was canceled before one File was compiled. That happend in t

Re: [PHP-INST] --with-ldap=cannot find ldap.h

2002-10-29 Thread toby -
look out for php_ldap.dll make sure its in ur extensions folder and if this doesnt help try copying php_ldap.dll to ur apache folder too hope this helps good luck toby _ Unlimited Internet access for only $21.95/month. 

[PHP-INST] Re: Probleme with PHP-4.2.3 + iPlanet-4.1 on Solaris 7

2002-10-29 Thread andre . lagadec
Hi, Finally, I resolve my problem : in /etc/hosts, my server was just defined like that "x.y.z.t myserver", and I change this line to "x.y.z.t myserver myserver.mydomain.fr", where "myserver" is the name of my server and "mydomain.fr" is the name of my domain. Before, when I start a http serve

php-install Digest 29 Oct 2002 09:37:44 -0000 Issue 1093

2002-10-29 Thread php-install-digest-help
php-install Digest 29 Oct 2002 09:37:44 - Issue 1093 Topics (messages 8942 through 8956): Re: have php parse .html files, no access to serversetup. 8942 by: Robert Foster One more time gd with php 8943 by: Blacky-php Call to undefined function: mysql_connect () 8944