From:             dejan at kozina dot com
Operating system: *
PHP version:      4.3.4
PHP Bug Type:     *Web Server problem
Bug description:  PHP.net website problem

Description:
------------
URL: http://it2.php.net/manual/en/faq.html.php
The server sends the whole source, php included, instead of running the
script.


Reproduce code:
---------------
<?php 
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
manual_setup(array(
  'head' => array('ISO-8859-1', 'en'),
  'home' => array('index.php', 'PHP Manual'),
  'this' => array('faq.html.php', 'PHP and HTML'),
  'prev' => array('faq.using.php', 'Using PHP'),
  'next' => array('faq.com.php', 'PHP and COM'),
  'up'   => array('faq.php', 'FAQ'),
  'toc'  => array(
and so on...


-- 
Edit bug report at http://bugs.php.net/?id=26890&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26890&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26890&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26890&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26890&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26890&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26890&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26890&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26890&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26890&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26890&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26890&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26890&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26890&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26890&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26890&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26890&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26890&r=float

Reply via email to