php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26890 PHP.net website problem
Submitted: 2004-01-13 00:09 UTC Modified: 2004-01-19 10:40 UTC
From: dejan at kozina dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: 4.3.4 OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dejan at kozina dot com
New email:
PHP Version: OS:

 

 [2004-01-13 00:09 UTC] dejan at kozina dot com
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...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-13 05:03 UTC] sniper@php.net
Misconfigured mirror? (reclassified)

 [2004-01-19 10:40 UTC] goba@php.net
Same as #26840
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 22:01:35 2025 UTC