|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-13 15:08 UTC] moriyoshi@php.net
[2003-05-15 17:27 UTC] momo@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 11:00:01 2025 UTC |
first, coz the overload of 19292 i started new bug: here the conf: ./configure --disable-cgi --disable-ctype \ --with-gd --with-zlib-dir=/usr/lib \ --enable-debug \ --with-apxs=/www/bin/apxs \ --with-wavsmpl now: ------------------------------------ [root@moshe-lap php-dev]# php -a Interactive mode enabled <? $p = fopen("/root/.bash_history","rb"); Warning: fopen(): open_basedir restriction in effect. File(/root/.bash_history) is not within the allowed path(s): (.:/usr/local/lib/php) in - on line 2 Warning: fopen(/root/.bash_history): failed to open stream: Operation not permitted in - on line 2 $p = fopen("/tmp/g","rb"); ----------------------------------- the problem also affects CLI.