PHP :: Bug #21310 :: no such file (paths)
| Bug #21310 | no such file (paths) | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-12-31 05:10 UTC | Modified: | 2003-03-17 07:50 UTC |
|
||||||||||
| From: | czuma at poland dot org | Assigned: | wez (profile) | |||||||||||
| Status: | Closed | Package: | *Directory/Filesystem functions | |||||||||||
| PHP Version: | 4.3.1 | OS: | Solaris 8 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-12-31 05:10 UTC] czuma at poland dot org
After upgrading to 4.3.0 version some PHP scripts stop working. I have checked, that the reason is problem with opening and including files. FIRST EXAMPLE: I had to change variable: $blocked_list["kom.pl"] = "blockkom.txt"; ---> $blocked_list["kom.pl"] = "<full-path>blockkom.txt"; SECOND EXAMPLE: ----------------------------------------------------------- Warning: main(main/linie.php) [function.main]: failed to create stream: No such file or directory in /www/klient34/start/dolacz.php on line 5 Warning: main() [function.main]: Failed opening 'main/linie.php' for inclusion (include_path=''.:..:/usr/local/lib/php'') in /www/klient34/start/dolacz.php on line 5 ------------------------------------------------------------
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-01-05 16:59 UTC] czuma at poland dot org
[2003-02-04 16:52 UTC] jflemer@php.net
[2003-03-17 07:50 UTC] wez@php.net