|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-01 15:42 UTC] sander@php.net
[2002-07-01 20:25 UTC] excalibur at hub dot org
[2002-07-01 21:09 UTC] sniper@php.net
[2002-08-02 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
Hi, './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-mcrypt=/usr/local' '--with-imap=/usr/local' '--with-pgsql=/usr/local' '--with-ldap=/usr/local' '--with-xml' '--with-expat-dir=/usr/local' '--enable-ftp' '--with-gettext=/usr/local' '--with-mcal=/usr/local' '--enable-trans-sid' '--prefix=/usr/local' 'i386--freebsd4.4' I'm running PHP 4.1.1, with the following flags: I've seen similar bugs reported, but mine is defferent enough I think that it warrented it's own posting: I have a number of scripts that do a standard include, ie. include ('includes/config.inc'); that worked fine under 4.0 - 4.0.6 with out issue. As of 4.1.0 and the current version 4.1.1 this statement no longer works. Warning: Failed opening 'includes/config.inc' for inclusion (include_path='.:/usr/local/lib/php') in /usr/local/www/horde/mailadmin/index.php on line 3 When I used phpinfo I see that a local include's path (that I never set) is defaulting to ':.::/usr/local/lib/php', when it should be defaulting to the master path that was set '/usr/local/www/phplib:/usr/local/www/horde/mailadmin:.'. now... the other issue that I have noticed... is that the ":.:" is not getting used contrary to other posts that I have seen both here in the bugs reporting system and as sub-notes on the docs... that's about all I can think of right now...