
Ok, what are you trying to do?
Not installed X3. Writes an error:
Warning: include(__DIR__/boot.php) [function.include]: failed to open stream: No such file or directory in /var/www/example.com/index.php on line 43
Warning: include() [function.include]: Failed opening '__DIR__/boot.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/example.com/index.php on line 43
Constant __DIR__ introduced in php 5.3 +.
In the version of php 5.2 it is not defined.