ID:               33529
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Mac OS X
 PHP Version:      4.3.11
 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:
------------------------------------------------------------------------

[2005-06-30 22:56:48] [EMAIL PROTECTED]

Description:
------------
The content of the __FILE__ constant is relative while running through
a Virtual Host on OS X.

The bug is not seen while working with the CLI version or if the script
is not in a VirtualHost directive.

Configure is as follow (majorly taken from OS X compile flags):
'./configure' '--prefix=/usr' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--with-apxs' '--enable-cli' '--with-zlib'
'--with-xml' '--enable-exif' '--enable-ftp' '--enable-sockets'
'--with-curl=/usr' '--with-config-file-path=/etc'
'--sysconfdir=/private/etc'

Apache is the one distributed with Tiger 10.4.1 (1.3.33).

The same code runs fine on Linux and Windows with the same config
(vhosts settings).

Reproduce code:
---------------
<?php print __FILE__;



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


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

Reply via email to