|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-11-01 03:43 UTC] laruence@php.net
[2012-11-01 03:43 UTC] laruence@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 15:00:01 2025 UTC |
Description: ------------ reproduced on: php 5.3.10 php 5.4.6 Test script: --------------- $text = file_get_contents('http://dl.dropbox.com/u/31119503/php_segfault/data.txt'); preg_match('/(?:^.*$\n*)+/mx', $text); Expected result: ---------------- preg_match return false Actual result: -------------- Segmentation fault (core dumped)