Re: [PHPLIB] Installation problem From: Arne B.Olsen (abolsen <email protected>)
Date: 01/21/00

----- Original Message -----
From: M <email protected> <Marms <email protected>>
To: <phplib <email protected>>
Sent: Friday, January 21, 2000 8:33 PM
Subject: [PHPLIB] Installation problem

> Hi,
>
> I can't configure php3.ini to have prepend.php3 well included
> I run Mandrake 7.0 / Apache 1.3.9 / php 3.0.13
> I've also tryed on Win98/Apache 1.3.6/php 3.0.11
> same result
Make a test.php3 page with this code in it:
<?php phpinfo(); ?>
and look for php3.ini file path is set to: /somwhere/somedir (just over the second table)
And make shure you have the php3.ini file in that directory. When the above is ok check
that the column in the next table contains auto_prepend_file | /path/to/prepend.php3
Also you might need the include path to be set to one/several directories for include files.... (files that should be kept hidden for the webserver (i.e. username/pwd for database connections etc.)

Best regards

Arne

> could someone send me his config file ?
> or giveme the exact line to change.
>
> I've putted php engine in /home/httpd/phplib
> my http root is /home/httpd/html
>
>
> M <email protected>
> -
> PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
> To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
> the body, not the subject, of your message.
>

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.