|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-22 02:15 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2010-04-22 02:15 UTC] felipe@php.net
[2010-04-22 09:32 UTC] daniel at produktion203 dot se
-Status: Feedback
+Status: Open
[2010-04-22 09:32 UTC] daniel at produktion203 dot se
[2010-05-12 16:06 UTC] mike@php.net
-Status: Open
+Status: Feedback
[2010-05-12 16:06 UTC] mike@php.net
[2010-05-27 21:19 UTC] daniel at produktion203 dot se
-Status: Feedback
+Status: Closed
[2010-05-27 21:19 UTC] daniel at produktion203 dot se
[2010-05-27 21:54 UTC] pajoye@php.net
-Status: Closed
+Status: Bogus
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 04:00:01 2025 UTC |
Description: ------------ There seems to be some problem with open_basedir in php 5.3.2 for freebsd, i used the 5.2 branch before and the exact same config worked fine then. open_basedir reports failure eventhough im within the allowed paths Include paths in php.ini: include_path = ".:/usr/local/share/pear:/usr/local/lib/php/include" Testhost in apache: <VirtualHost *:80> DocumentRoot "/home/customers/produktion203/testin.se" ServerName testin.se php_admin_value open_basedir /home/customers/produktion203/testin.se:/usr/local/share/pear:/usr/local/lib/php/include:/var/tmp </VirtualHost> Test script: --------------- <?php phpinfo(); Expected result: ---------------- Show the phpinfo(); Actual result: -------------- Warning: Unknown: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/customers/produktion203/testin.se:/usr/local/share/pear:/usr/local/lib/php/include:/var/tmp) in Unknown on line 0 Fatal error: Can't load /home/customers/produktion203/testin.se/nfo.php, open_basedir restriction. in Unknown on line 0