php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48021 Language Error in php.net
Submitted: 2009-04-20 06:23 UTC Modified: 2009-04-20 07:25 UTC
From: thinknirmal at gmail dot com Assigned: kalle (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2009-04-20 06:23 UTC] thinknirmal at gmail dot com
Description:
------------
I accessed the download page of http://my.php.net and got the following error message:

Notice: Undefined variable: lang in /home/phpweb/include/layout.inc on line 178

Notice: Undefined variable: lang in /home/phpweb/include/layout.inc on line 178

Situation:

I had set personal preferences in http://www.php.net/my.php as the following:

Preferred language: English
Mirror site redirection: Malaysia (my.php.net)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-20 07:05 UTC] kalle@php.net
Guess something along the lines of $lang = 'en'; should be below $rtl = ''; in line 152 of /phpweb/include/layout.inc should do the trick
 [2009-04-20 07:25 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-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 16:00:01 2026 UTC