php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19728 Parse Error in bug-pwd-finder.php
Submitted: 2002-10-02 18:06 UTC Modified: 2002-10-02 20:55 UTC
From: sjon at sjondamon dot org Assigned:
Status: Closed Package: Website problem
PHP Version: 4.2.3 OS: N/A
Private report: No CVE-ID: None
 [2002-10-02 18:06 UTC] sjon at sjondamon dot org
Parse error in bug-pwd-finder.php line 33.
Derick made a boo-boo. (Stoute Derick, Foei!) Instead of:
    if (empty($password) {
it should be:
    if (empty($password)) {

:)
Regards, Sjon.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-02 20:55 UTC] sniper@php.net
Fixed.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 23:01:27 2024 UTC