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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 03:01:28 2025 UTC