Date: 12/27/00
- Next message: Carl J. Mosca: "[phplib] chasing down parse error"
- Previous message: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- In reply to: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Next in thread: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Reply: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Actually, I beleive you can use the ini_alter() or other ini_*() functions
to manipulate the php.ini vaiables from your sc. I use ini_alter to change
the include path inside scripts.
please refer http://www.php.net/info (the ini functions are listed here)
> >php_value include_path
> ./php:./php/php:./ihtml:./encrypt/management/phpMyAdmin
> >php_value auto_prepend_file ./php/php/prepend.php
> >
> >The version of php is 4.0.3p1 and it is installed as a CGI.
>
> That's why it doesn't work. The .htaccess values are for Apache and only
> work with mod_php.
> If I remember well you can when using CGI put the php.ini(s) file anywhere
> in the php path.
> But it is a while ago I used PHP CGI. Better check the doc for that.
>
> Yep it looks like I am correct, see bottom two comments on
> http://www.php.net/manual/configuration.php
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Carl J. Mosca: "[phplib] chasing down parse error"
- Previous message: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- In reply to: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Next in thread: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Reply: Jeroen Laarhoven: "Re: RE: [phplib] Issues getting my phplib to work with my ISP."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

