[PHP-INST] Re: PROBLEM IN INSTALLING

2002-10-28 Thread Bryon Densley
Kishore, without testing the machine and trying to replicate it it almost sounds like you might have a bad install of windows or at least a box that would be better off being rebuilt. I recently tried running apache and php together with MySQL on a machine for a short period with 64MB of memory and

Re: [PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread Rasmus Lerdorf
I have posted about it a dozen times to this list. On Mon, 28 Oct 2002, darcy christ wrote: > wow. i'm surprised that redhat would include it in their release. i > never knew redhat to be so bleeding edge... > is there anywhere where i can follow the progress of this relationship? > > On Monday

Re: [PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread darcy christ
wow. i'm surprised that redhat would include it in their release. i never knew redhat to be so bleeding edge... is there anywhere where i can follow the progress of this relationship? On Monday, October 28, 2002, at 05:06 PM, Rasmus Lerdorf wrote: i've just upgraded to apache 2.0 and the ph

[PHP-INST] PHP4 as CGI on Apache

2002-10-28 Thread Michael Schmidt
Hi folks, i'm quite new to all this and want to install PHP4 as CGI on Apache due to security reasons. Now I'm wondering: Is there a way to tell apache to send the .php-files to the PHP-Interpreter? I don't want to have to put a #!-statement at the beginning of each php-file... Thanks in advance

Re: [PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Rasmus Lerdorf
Make sure you load the mysql.so extension in your php.ini file. On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > > I'm pretty sure this is the [shared] option. I wrote the same thing to a > guy a couple weeks ago and it helped him. Granted i live on Solaris, but i > have never seen any documentati

Re: [PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread Rasmus Lerdorf
>i've just upgraded to apache 2.0 and the php_admin_values i had setup You mean downgraded? > within the VirtualHost directives does work. This is the message i > receive when i try to start the server: > > php_admin_value not allowed here > >i thought i would start with the php us

Re: [PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Jeffrey_N_Dyke
I'm pretty sure this is the [shared] option. I wrote the same thing to a guy a couple weeks ago and it helped him. Granted i live on Solaris, but i have never seen any documentation around using sharedbut if there is i'm sure someone will speak up. hth Jeff |---|

[PHP-INST] Problems Installing PHP 4.2.3 and Apache 2.0.43 under Win2k pro

2002-10-28 Thread Diego Coppari
I can't make it works ... if i install Apache 2 it works nice .. but when i try to install PHP nothing happens .. Apache service stop works .. can anybody tell me how to configure it ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread darcy christ
hi, i've just upgraded to apache 2.0 and the php_admin_values i had setup within the VirtualHost directives does work. This is the message i receive when i try to start the server: php_admin_value not allowed here i thought i would start with the php user groups first since many of you

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

2002-10-28 Thread php user
Hi, I have found the ldap.h file on my system and have pointed the path properly but the config still says it can't find it does anyone know what the problem may be? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: php/gd problem

2002-10-28 Thread Blacky-php
Try to configure with --with-gd=/usr/local if your gd instalation directory is /usr/local. Configure will search for include and lib folders threre. Good luck Rafal Back Richard Pijnenburg napisa?: Dear List, I've installed GD with libpng, jpeg, freetype(2) and zlib So now I wanted to install

[PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Nelson
This is probably quite trivial, but can anyone help: I get following error message anytime I use MySQL -related commands with PHP Fatal error: Call to undefined function: mysql_connect() in ... I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr" option), MySQL 3.23.52 a

[PHP-INST] One more time gd with php

2002-10-28 Thread Blacky-php
I've tried to install php with gd. Gd instalation directory is /usr/local Also png, tiff, jpeg and zlib libraries are instaled. Configuration of php_4.23 looks ok. All of path are known. But compilation of php goes wrong with something like this: make[3]: Leaving directory `/usr/local/src/php-4.2.

Re: [PHP-INST] have php parse .html files, no access to serversetup.

2002-10-28 Thread Robert Foster
Thanks Jim, that seems easy enough. :) Since I never went through an actual install of php(Hosting company handled it) this part of it is a bit of a mystery for me. I take it the .htaccess file should go in my web root directory. I've been using php more and more so I wouldn't be surprised if all

php-install Digest 28 Oct 2002 20:28:42 -0000 Issue 1092

2002-10-28 Thread php-install-digest-help
php-install Digest 28 Oct 2002 20:28:42 - Issue 1092 Topics (messages 8938 through 8941): problem with installation of PHP 8938 by: bkodi001.fiu.edu 4.3pre2 Mcrypt Compile Failure 8939 by: Mitch Vincent have php parse .html files, no access to server setup. 8940 by:

Re: [PHP-INST] have php parse .html files, no access to serversetup.

2002-10-28 Thread Jim Thome
Bob, Add this line to your .htaccess file: AddType application/x-httpd-php .html No security problems, just an added load on your server to parse (potentially) static files. Jim >>> Robert Foster <[EMAIL PROTECTED]> 10/28/02 12:46PM >>> I would like to be able to have my Hosted web server par

[PHP-INST] have php parse .html files, no access to server setup.

2002-10-28 Thread Robert Foster
I would like to be able to have my Hosted web server parse my .html files for php commands also, instead of just files with the .php extension. Currently only .php files are parsed by PHP. Is it possible to do this with an .htaccess file? What directory should I put the .htaccess file in? An exampl

[PHP-INST] 4.3pre2 Mcrypt Compile Failure

2002-10-28 Thread Mitch Vincent
OS 10.2.1 - Latest libmcrypt. Seems to have something to do with compatibility with older mcrypt libs, but even after some hacking I couldn't get it to work right... gcc -Iext/mcrypt/ -I/Users/mitch/desktop/php-4.3.0pre2/ext/mcrypt/ -DPHP_ATOM_INC -I/Users/mitch/desktop/php-4.3.0pre2/include

[PHP-INST] problem with installation of PHP

2002-10-28 Thread bkodi001
i have installed php on win2k and IIS as webserver.i edited php.ini file: file as explained in install file extension_dir= C:\php\php-4.2.3-Win32\extensions but its still giving me erros as shown below. help me Warning: Failed opening 'c:\inetpub\wwwroot\phpinfo.php' for inclusion (include_path=

php-install Digest 28 Oct 2002 08:02:05 -0000 Issue 1091

2002-10-28 Thread php-install-digest-help
php-install Digest 28 Oct 2002 08:02:05 - Issue 1091 Topics (messages 8933 through 8937): Re: php/gd problem 8933 by: John Coder Re: PHP install problem, engine not parsing php files 8934 by: M. Ben Nicolas Re: Apache2 and PHP 4.2.3 8935 by: Ken Robinson Printing

[PHP-INST] function help

2002-10-28 Thread Marcus Van Wyk
Hi there Please assist me with the following. I'm try to create a function so that is does the following. if ($Row[s_dial1]=="0"){ print (" 0 1 2 3 4 print (""); } if ($Row[s_dial1]=="1"){ print (" 0 1 2 3 4 print (""); } This in turn does the following If the Db field $Row[s_dial1] = 0 the dro