Re: [PHP-DEV] Bug #10644: __FILE__ missing path delimiters

2001-05-05 Thread Jani Taskinen

On Fri, 4 May 2001, Chuck Hagenbuch wrote:

 Try checking it today..now it says 4/5/2001 (4th of May 2001).
 This is of course 'wrong' as it should be 04.05.2001 which is the correct
 way to show dates. Should it be changed? (just cosmetics, IMO)

Ah. Actually, the correct way I've seen endorsed that has no ambiguity is
2001-05-04. And yes, I think it should be changed. It's not just cosmetics;
it's geniunely ambiguous and confusing.

That's right. That one you suggested is the standard.
Fixed now.

--Jani



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug #10644: __FILE__ missing path delimiters

2001-05-04 Thread Jani Taskinen

On 3 May 2001 [EMAIL PROTECTED] wrote:

From: [EMAIL PROTECTED]
Operating system: Linux (Debian) 2.2
PHP version:  4.0.5
PHP Bug Type: Scripting Engine problem
Bug description:  __FILE__ missing path delimiters

With 4.0.6 latest cvs (not 4.0.5; is there a reason the latest cvs
option in the versions menu is dated March?), __FILE__ is returning the

You're american, right? :)

Try checking it today..now it says 4/5/2001 (4th of May 2001).
This is of course 'wrong' as it should be 04.05.2001 which is the correct
way to show dates. Should it be changed? (just cosmetics, IMO)

filename with no path delimiters. For example, if the script is
/var/www/foo.php, __FILE__ contains 'varwwwfoo.php'.

Works for me.

--Jani



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]