|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-10 16:25 UTC] jimw@php.net
[2001-03-29 11:47 UTC] sniper@php.net
[2001-04-28 15:31 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
The PHP4 RC1 Roxen module has obviously a problem with the include_path variable. In my pages I usually type something like include("file.txt"); and it used to work with PHP3 in both cases, Apache module or CGI. Now when I installed Roxen 2.0.46 and compiled PHP4 as a Roxen module it cannot determine the include_path, not even after I experimentally copied the php3.ini to php.ini in order to use this file with PHP4 to check the issue. Problem as I see it is, that I might be well able to adjust my own scripts but as soon as I grab somebody elses it might not work --> phpMyAdmin. The include path variable in php(3).ini is empty because I want to use it for many domains and the path line would just be endless. However, it used to work this way with PHP3. Cheers, Andreas