php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15137 get_meta_tags()
Submitted: 2002-01-21 04:43 UTC Modified: 2002-01-21 06:24 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: mk at dgu dot pl Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.6 OS: WIndows 98 SE
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: mk at dgu dot pl
New email:
PHP Version: OS:

 

 [2002-01-21 04:43 UTC] mk at dgu dot pl
Function get_meta_tags() returned bad value while in <META> tags "content" is a 1st value and "name" is second
example: "<META content="abc, dbf, ghi" name=keywords>
with this example get_meta_tags() return content as a name and name as a content.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-21 04:55 UTC] hholzgra@php.net
IMHO we should re-implement get_meta_tags() using expat?
 [2002-01-21 06:24 UTC] elixer@php.net
This was fixed just after 4.0.6 was branched.  See revision 1.164 of ext/standard/string.c.

Works in 4.1.1.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 20:01:32 2024 UTC