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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 23:01:29 2024 UTC