ID: 4556
Updated by: elixer
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Closed
Bug Type: Strings related
Assigned To: 
Comments:

Fixed in CVS, please give it a whirl.

Sean

Previous Comments:
---------------------------------------------------------------------------

[2000-08-17 16:22:39] [EMAIL PROTECTED]
Damn. Here's one which definately has metatags:

<?php
$metas = get_meta_tags("http://www.zend.com",1);
print_r($metas);
?>

And it doesn't work.

--Jani

---------------------------------------------------------------------------

[2000-08-17 11:12:44] [EMAIL PROTECTED]
That page doesn't have metatags. It has META HTTP-EQUIV's, which are entirely 
different matter, and, in fact, nobody needs them. But get_meta_tags should be 
rewritten anyway (just like url_scanner was), because it doesn't get too much cases.

---------------------------------------------------------------------------

[2000-08-17 11:06:48] [EMAIL PROTECTED]
Oops, forgot to add that example:

<?php
$metas = get_meta_tags("http://kolumbus.fi",1);
print_r($metas);
?>

And this prints out:

array(0) { } 

And there are metas in that page..

--Jani

---------------------------------------------------------------------------

[2000-08-17 04:54:37] [EMAIL PROTECTED]
What didn't work at all? Could you please give a reproducing example?

---------------------------------------------------------------------------

[2000-08-17 03:03:39] [EMAIL PROTECTED]
Just tried get_meta_tags() with latest-CVS. And it didn't work at all..

--Jani

---------------------------------------------------------------------------

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=4556&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to