[PHP-INST] Re: When i go to a page, it asks for me to download

2002-11-15 Thread Robert W. Kramer III
I'm having the same problem. I'm also fairly sure it means that PHP isn't enabled in apache2/conf/httpd.conf. But I've followed the instructions at http://www.php.net/manual/en/install.apache2.php We are running Apache 2.0.43 with mod_perl-2. The URL above recommends using PHP 4.3.0-dev with the

Re: [PHP-INST] When i go to a page, it asks for me to download

2002-11-15 Thread John Coder
On Fri, 2002-11-15 at 16:58, Matt Jaeger wrote: > i installed the sapi method in win 2kpro im running apache 1.3.x > when i go to my index.php (its a simple test page) > it requests a download. do you know why? Did you add the approprate lines to your httpd.conf file? for Windows ME they are: conf

Re: [PHP-INST] How can I activate XML functions in Apache / Mandrake Distro

2002-11-15 Thread Pierre-Alain Joye
On Fri, 15 Nov 2002 17:13:27 -0800 (PST) Manuel Soto <[EMAIL PROTECTED]> wrote: > I've mandrake 9.0 and use the Apache it has by default > but xml functions are unavailable, for example this > line does not works. > > $xml_parser = xml_parser_create(); > > Does any body may advise me what do I h

[PHP-INST] How can I activate XML functions in Apache / Mandrake Distro

2002-11-15 Thread Manuel Soto
I've mandrake 9.0 and use the Apache it has by default but xml functions are unavailable, for example this line does not works. $xml_parser = xml_parser_create(); Does any body may advise me what do I have to install to get it working? Thanks, MS

php-install Digest 16 Nov 2002 00:45:22 -0000 Issue 1121

2002-11-15 Thread php-install-digest-help
php-install Digest 16 Nov 2002 00:45:22 - Issue 1121 Topics (messages 9146 through 9160): Question about mysql_connect() function 9146 by: CSParker1.aol.com 9147 by: Jeffrey_N_Dyke.Keane.com 9148 by: CSParker1.aol.com 9149 by: xfesty 9150 by: Jeffrey_N

[PHP-INST] When i go to a page, it asks for me to download

2002-11-15 Thread Matt Jaeger
i installed the sapi method in win 2kpro im running apache 1.3.x when i go to my index.php (its a simple test page) it requests a download. do you know why? -- Jæger -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Installation problems with GD :(

2002-11-15 Thread Hans-Martin Frey
Hello, i have the same problem on solaris. Any help would be great thanxx Hans-Martin David Uzzell wrote: > I have been able to solve most of my install problems with all the ext's > I need to have install. > > ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug > --enable-pi

[PHP-INST] Re: Installation problems with GD :(

2002-11-15 Thread Jens Wilke
David Uzzell wrote: > Any help you could provide would be great as I ahev spent 2 days on this > already and I am going round the twist with this one problem. I spent some days too, the answer was here: http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=ap9h18%24ql4%241%40FreeBSD.csi

[PHP-INST] PHP 4.2.3 on debian with XML fails

2002-11-15 Thread Andreas Jud
Hello, I've tried to install PHP 4.3.2 with xml-support! ./configure & make & make install went fine! If I try to start apache I've got the following error! Cannot load /usr/lib/apache/1.3/libphp4.so into server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: xml_utf8_decode failed If I rem

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
it is the shared peieceget rid of that and you'll be fine. there is another way around this that Rasmus posted a couple weeks ago so you wodn't have to reconfigurecheck the archives of this list. It was probably three weeks ago now. search for mysql or even for [EMAIL PROTECTED] Jeff

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:18:04 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > >--with-mysql=shared,/opt/bcs' > > Shorten it to --with-mysql will use the internal php mysql support > Try it :-)) This worked, thank you all for your help... Christopher

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
it would be under a section called mysql. if it is not there then you'll have to reconfigure. --with-mysql=/path/to/mysql CSParker1@aol.

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Skully
It's a block you cant miss. That means you havent compiled php with mysql 2 ways to compile: --with-mysql --with-mysql=/path/to/mysql This should work -Skully - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:09:33 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > It´s really easy...you don´t have any mysql support build in! Say again > ./configure --your-stuff --with-mysql :-)) This is listed in the "Configure Command" box: --with-mysql=shared,/opt/bcs'

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:53:15 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > if it does not, i'd reconfigure. > well first check if a phpinfo() call shows mysql is installed? Im looking over my phpinfo page and don't see anything about mysql... What section would it be under..

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
so?? No you don't get access denied? if it does not, i'd reconfigure. well first check if a phpinfo() call shows mysql is installed? CSParker1@aol.

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread xfesty
On Saturday, November 16, 2002, at 01:44 AM, [EMAIL PROTECTED] wrote: Is there a setting in php.ini that would disable the mysql_connect() function? I have the same exact script on two servers but one of them keeps giving me "Call to undefined function: mysql_connect()" Probably just means that

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:47:37 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > i know you need to connect to run other functions, but does you set up > recognize other mysql_functions? at least giving you an access denied > error, instead of undefined function? No, it does not...

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
i know you need to connect to run other functions, but does you set up recognize other mysql_functions? at least giving you an access denied error, instead of undefined function?

[PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
Is there a setting in php.ini that would disable the mysql_connect() function? I have the same exact script on two servers but one of them keeps giving me "Call to undefined function: mysql_connect()" Thanks for any help... Christopher

php-install Digest 15 Nov 2002 09:30:23 -0000 Issue 1120

2002-11-15 Thread php-install-digest-help
php-install Digest 15 Nov 2002 09:30:23 - Issue 1120 Topics (messages 9134 through 9145): Cobalt XTR - Query string completely ignored 9134 by: xfesty Problem With Form Data 9135 by: CSParker1.aol.com 9136 by: xfesty 9137 by: Marco Tabini 9138 by: CSP

[PHP-INST] Can't run php-4.2.3 under apache 1.x

2002-11-15 Thread Mad Jack
I have successfull configured and compiled php-4.2.3 from sources. That is my config.nice: #! /bin/sh # # Created by configure './configure' \ '--with-pgsql=/usr/local/pgsql' \ '--with-zlib' \ '--with-layout=GNU' \ '--with-ssl' \ '--with-dom=/usr/local/lib' \ '--without-mysql' \ '--with-xslt-sabl