|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-07-06 00:54 UTC] yohgaki@php.net
-Status: Open
+Status: Feedback
[2014-07-06 00:54 UTC] yohgaki@php.net
[2014-07-14 20:48 UTC] mesmerism at gmail dot com
-Status: Feedback
+Status: Closed
[2014-07-14 20:48 UTC] mesmerism at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Mar 13 04:00:01 2026 UTC |
Description: ------------ get_meta_tags() segmentation fault since 5.4.25. It is easily reproducible directly in interactive mode. It used to work fine somewhere before 5.4.25, but not sure which version. It is as simple as this: # php -a Interactive mode enabled <?php $m = get_meta_tags('http://www.google.com'); ?> Segmentation fault