ID:               27823
 Updated by:       [EMAIL PROTECTED]
 Reported By:      roy at pine dot nl
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Solaris 7
 PHP Version:      4.3.5
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




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

[2004-04-13 04:01:46] roy at pine dot nl

It also works with the 4.3.5 CLI binary.

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

[2004-04-09 08:46:59] roy at pine dot nl

It seems to work with the CLI binary i compiled from
http://snaps.php.net/php5-latest.tar.gz .

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

[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