Re: [PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once() From: Stanislav Malyshev (stas <email protected>)
Date: 03/15/01

>> We are talking about all four functions here, not just include().
>> The resemblance of require() to the #include directive, as
>> documented:
>>
>> <quote>The require() statement replaces itself with the specified
>> file, much like the C preprocessor's #include works.</quote>

Well, huh - not a good quote. Escpecially that from PHP 4.0.3 IIRC it
doesn't work this way and require is basically the same as include. I
though it wasn't there, sorry. Manual seems to be somewhat back from the
PHP current position.

>> If it's a "known issue", are there any plans to fix it?

Well, depends on what you call "plans". If "it'd be good if it was fixed"
- yes. If "we know how to fix it and will do it tomorrow" - not yet. At
least not for me. If someone does know, he's welcome to share :)

-- 
Stanislav Malyshev, Zend Products Engineer
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.115

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>