|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-08-09 16:32 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2016-08-09 16:32 UTC] cmb@php.net
[2016-08-21 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 01:00:02 2025 UTC |
Description: ------------ preg_replace("#('(\\\\.|[^'\\\\])*')#sU", "$1", $content); or preg_replace('#(\'(\\\\.|[^\'\\\\])*\')#sU', '$1', $content); where $content is content of jquery.min.js of version 1.11.0 (https://code.jquery.com/jquery-1.11.0.min.js), which was loaded to $content by function file_get_contents. Linux with PHP 5.4.16: [Tue Aug 09 14:41:26.597648 2016] [core:notice] [pid 1409] AH00052: child pid 13046 exit signal Segmentation fault (11) Windows 10 with PHP 5.6.12: Parent: child process 18044 exited with status 3221225725 -- Restarting.