Re: [phplib] Apache, PHP4, PHPLIB, include_path From: Martin Burger (mburger <email protected>)
Date: 02/22/01

Tuesday, February 20, 2001, 11:45, you wrote:

> I try to use PHPLIB with PHP4 on a machine running "Apache/1.3.14
> (Win32) mod_jk PHP/4.0.4". With PHP3 (CGI) it works fine.

With PHP Version 4.0.5-dev it works. Both are from www.php4win.de

> php_value auto_prepend_file d:\server\htdocs\www.test.de\php\prepend.php3
> php_value include_path d:\server\htdocs\www.test.de\php\:./

This has to be:

php_value include_path ;/server/htdocs/www.test.de/php;.;
php_value auto_prepend_file prepend.php3

Regards,

Martin Burger

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>