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
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
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
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
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
>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
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
|---|
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
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
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
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
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
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.
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 - 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:
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
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
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
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 - 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
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
21 matches
Mail list logo