ID:               27823
 Comment by:       hurst at webteks dot com
 Reported By:      roy at pine dot nl
 Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: Solaris 7
 PHP Version:      4.3.5
 New Comment:

This exact same problem occurs on a slightly different

Sun OS: SunOS matterhorn 5.8,

using both PHP4.3.5 and PHP4.2.0



--with-apache=../apache_1.3.29


Previous Comments:
------------------------------------------------------------------------

[2004-04-01 04:03:28] roy at pine dot nl

Description:
------------
The __FILE__ bug under Solaris (http://bugs.php.net/bug.php?id=13936)
is still there.

I tried the same script setup under FreeBSD and PHP 4.3.4 where it
works like intended.

Reproduce code:
---------------
--- test.php

<?php

print __FILE__;

print "<p>";

require("test2.php");

?>



--- test2.php

<?php

print __FILE__;

?>



Expected result:
----------------
/home/whatever/www/test.php



/home/whatever/www/test2.php

Actual result:
--------------
/home/whatever/www/test.php



./test2.php


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27823&edit=1

Reply via email to