php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48738 Notice issued about $RCS on docs.php.net/index.php
Submitted: 2009-06-30 12:46 UTC Modified: 2009-06-30 12:52 UTC
From: RQuadling at GoogleMail dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2009-06-30 12:46 UTC] RQuadling at GoogleMail dot com
Description:
------------
Hi.

On http://docs.php.net, there is an E_NOTICE being displayed. The $RCS 
array is no longer in include/version.inc

Fixing this is simply to add ...

$RCS = array();

to either index.php (before the require_once lines)

or to include/version.inc.

Expected result:
----------------
[No error]

Actual result:
--------------
Notice: Undefined variable: RCS in 
/local/Web/sites/docs.php.net/index.php on line 166


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-30 12:52 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 19:01:30 2024 UTC