php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72043 preg_match restart Apache (Not with PHP 7.0.x or 5.5.x)
Submitted: 2016-04-17 12:28 UTC Modified: 2018-03-26 13:10 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:2 (100.0%)
From: dominique at ottello dot net Assigned: cmb (profile)
Status: Not a bug Package: PCRE related
PHP Version: 5.6.20 OS: Windows 7 64bit
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dominique at ottello dot net
New email:
PHP Version: OS:

 

 [2016-04-17 12:28 UTC] dominique at ottello dot net
Description:
------------
Execution of this code works fine with Apache 2.4.16 to 2.4.20 and PHP 5.3.29, 5.4.45, 5.5.30 or 7.0.5 but crash and restart Apache with PHP 5.6.15 to 5.6.20
AH00428: Parent: child process 5912 exited with status 255 -- Restarting.

All things otherwise identical, the problem occurs only with PHP 5.6.15 to 5.6.20. I have not tested with versions prior to 5.6.15.



Test script:
---------------
$c_vhostConfFile = 'myfile.conf';
//myfile.conf is a copy of:
//$c_vhostConfFile = 'j:/wamp/bin/apache/apache2.4.20/conf/extra/httpd-vhosts.conf';
$myVhostsContents = file_get_contents($c_vhostConfFile);
// ServerName to find
$server = "wampserver.aviatechno";
$p_value = preg_quote($server);
$mask = "{
	<VirtualHost                       # beginning of VirtualHost
	((?!</VirtualHost>).)*             # avoid premature end
	\n\s*ServerName\s+${p_value}\s*\n  # Test server name
	.*?                                # we stop as soon as possible
	</VirtualHost>\s*\n                # end of VirtualHost
	}isx";
if(preg_match($mask, $myVhostsContents, $VirtualHost_match) !== false)
	echo "<pre>".htmlspecialchars($VirtualHost_match[0])."</pre>\n";
else
	echo "<p>preg_match error</p>\n";
?>


Expected result:
----------------
The whole content of the VirtualHost definition that is:

<VirtualHost *:80>
   DocumentRoot "G:/www/wampserver"
   ServerAdmin webmaster@ottello.net
   ServerAlias www.wampserser.aviatechno
   ServerName wampserver.aviatechno
  <Directory "G:/www/wampserver/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride all
    Require local
  </Directory>
</VirtualHost>


Actual result:
--------------
Apache crash and restart. No error in php_error.log

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-04-18 08:15 UTC] dominique at ottello dot net
The problem was detected with the 32-bit versions of Apache and PHP, but is exactly the same with 64-bit versions.
 [2016-04-29 09:13 UTC] dominique at ottello dot net
-Package: Apache related +Package: PCRE related
 [2016-04-29 09:13 UTC] dominique at ottello dot net
PHP version 5.6.21 doesn't correct this problem.
Apache crashes with all versions of PHP 5.6. and works fine with other versions like 5.5.45 or 7.0.0 to 7.0.6
 [2016-05-01 17:54 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2016-05-01 17:54 UTC] ab@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2016-05-02 13:01 UTC] dominique at ottello dot net
-Status: Feedback +Status: Open
 [2016-05-02 13:01 UTC] dominique at ottello dot net
You have send me email with how to generate a backtrace.
I just spent more than five hours trying to generate this report "backtrace" and it comes to no conclusive result.
Apache is running as a service and, despite numerous attempts, I find it totally impossible to start it in debug mode (-X).
 [2016-05-03 11:08 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2016-05-03 11:08 UTC] ab@php.net
Yes, the debug option only makes sense for the Apache binary separately. It is not suitable for a service. However it won't make any difference - if there's a crash, you'll be able to catch it with debug diag.

Thanks.
 [2016-05-15 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2016-05-22 11:19 UTC] dominique at ottello dot net
Nota: The same script does not crash if executed with PHP CLI (Apache not started) with: "php.exe bug_preg_match.php"
Four hours trying to generate crash dump. Il seems to work but the analysis always crash also.
Report could not be displayed.
FileName:
C:\Users\Dominique\Documents\DebugDiag\Reports\httpd_PID_6752 Date_05_22_2016__Time_11_53_14_AM_943_Second _Chance_Exception_C00000FD_CrashHangAnalysis (1).mht
ShellExecute returned: 31

Dump from Windows event Viewer (Sorry, but it is ,only in French)
Nom du journal :Application
Source :       Application Error
Date :         22/05/2016 12:53:18
ID de l’événement :1000
Catégorie de la tâche :(100)
Niveau :       Erreur
Mots clés :    Classique
Utilisateur :  N/A
Ordinateur :   DOMI
Description :
Nom de l’application défaillante httpd.exe, version : 2.4.18.0, horodatage : 0x5667fd57
Nom du module défaillant : php5ts.dll, version : 5.6.21.0, horodatage : 0x572186a2
Code d’exception : 0xc00000fd
Décalage d’erreur : 0x000000000013b134
ID du processus défaillant : 0x13b0
Heure de début de l’application défaillante : 0x01d1b41825bbdc43
Chemin d’accès de l’application défaillante : J:\wamp64\bin\apache\apache2.4.18\bin\httpd.exe
Chemin d’accès du module défaillant: J:\wamp64\bin\apache\apache2.4.18\bin\php5ts.dll
ID de rapport : 63baddc1-200b-11e6-b944-00240164840a
XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-05-22T10:53:18.000000000Z" />
    <EventRecordID>432947</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DOMI</Computer>
    <Security />
  </System>
  <EventData>
    <Data>httpd.exe</Data>
    <Data>2.4.18.0</Data>
    <Data>5667fd57</Data>
    <Data>php5ts.dll</Data>
    <Data>5.6.21.0</Data>
    <Data>572186a2</Data>
    <Data>c00000fd</Data>
    <Data>000000000013b134</Data>
    <Data>13b0</Data>
    <Data>01d1b41825bbdc43</Data>
    <Data>J:\wamp64\bin\apache\apache2.4.18\bin\httpd.exe</Data>
    <Data>J:\wamp64\bin\apache\apache2.4.18\bin\php5ts.dll</Data>
    <Data>63baddc1-200b-11e6-b944-00240164840a</Data>
  </EventData>
</Event>
 [2016-05-22 11:29 UTC] dominique at ottello dot net
Loading control script C:\Program Files\DebugDiag\Scripts\CrashRule_Process_httpd.exe.vbs
DumpPath set to C:\Program Files\DebugDiag\Logs\Crash rule for all instances of httpd.exe
[22/05/2016 12:53:14]
  Process created. BaseModule - J:\wamp64\bin\apache\apache2.4.18\bin\httpd.exe. BaseThread - System ID: 6988
  C:\Windows\SYSTEM32\ntdll.dll loaded at 0x76ce0000
  C:\Windows\system32\kernel32.dll loaded at 0x76bc0000
  C:\Windows\system32\KERNELBASE.dll loaded at 0xfcc50000
  J:\wamp64\bin\apache\apache2.4.18\bin\libhttpd.dll loaded at 0x610c0000
  J:\wamp64\bin\apache\apache2.4.18\bin\pcre.dll loaded at 0xedf70000
  C:\Windows\system32\VCRUNTIME140.dll loaded at 0xf2fe0000
  C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll loaded at 0xf0f00000
  C:\Windows\system32\ucrtbase.DLL loaded at 0xede70000
  C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll loaded at 0xf0ef0000
  C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll loaded at 0xf0d60000
  C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll loaded at 0xf0950000
  C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll loaded at 0xf06c0000
  C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll loaded at 0xf0700000
  C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll loaded at 0xf06d0000
  C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll loaded at 0xefba0000
  C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll loaded at 0xefb90000
  C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll loaded at 0xefa90000
  C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll loaded at 0xefa80000
  C:\Windows\system32\ADVAPI32.dll loaded at 0xfedf0000
  C:\Windows\system32\msvcrt.dll loaded at 0xfef50000
  C:\Windows\SYSTEM32\sechost.dll loaded at 0xfd120000
  C:\Windows\system32\RPCRT4.dll loaded at 0xfd740000
  C:\Windows\system32\WS2_32.dll loaded at 0xfdc00000
  C:\Windows\system32\NSI.dll loaded at 0xfd410000
  J:\wamp64\bin\apache\apache2.4.18\bin\libaprutil-1.dll loaded at 0x619a0000
  J:\wamp64\bin\apache\apache2.4.18\bin\libapriconv-1.dll loaded at 0x71f60000
  J:\wamp64\bin\apache\apache2.4.18\bin\libapr-1.dll loaded at 0x61960000
  C:\Windows\system32\MSWSOCK.dll loaded at 0xfc200000
  C:\Windows\system32\user32.dll loaded at 0x76ac0000
  C:\Windows\system32\GDI32.dll loaded at 0xfdc50000
  C:\Windows\system32\LPK.dll loaded at 0xfd0b0000
  C:\Windows\system32\USP10.dll loaded at 0xfdb30000
  C:\Windows\system32\SHELL32.dll loaded at 0xfe060000
  C:\Windows\system32\SHLWAPI.dll loaded at 0xfeed0000
  C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll loaded at 0xefa70000
  C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll loaded at 0xef930000
  C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll loaded at 0xef920000
  C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll loaded at 0xef8d0000
  C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll loaded at 0xef8c0000
  C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll loaded at 0xee580000
  C:\Windows\system32\IMM32.DLL loaded at 0xfd980000
  C:\Windows\system32\MSCTF.dll loaded at 0xfd870000
  C:\Windows\system32\CRYPTSP.dll loaded at 0xfc260000
  C:\Windows\system32\rsaenh.dll loaded at 0xfbf60000
  C:\Windows\system32\CRYPTBASE.dll loaded at 0xfc8c0000
  Thread created. New thread - System ID: 3492
  Initializing control script
  Clearing any existing breakpoints
  
  Current Breakpoint List(BL)
  Thread exited. Exiting thread - System ID: 3492. Exit code - 0x00000000
  C:\Windows\System32\wship6.dll loaded at 0xfc1f0000
  C:\Windows\System32\wshtcpip.dll loaded at 0xfbc20000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_access_compat.so loaded at 0x71f00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_actions.so loaded at 0x71f10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_alias.so loaded at 0x71b50000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_allowmethods.so loaded at 0x70fc0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_asis.so loaded at 0x701f0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_basic.so loaded at 0x6fa20000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_digest.so loaded at 0x6fa10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_core.so loaded at 0x6fa00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_file.so loaded at 0x6eec0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_core.so loaded at 0x6eeb0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_groupfile.so loaded at 0x6eea0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_host.so loaded at 0x65590000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_user.so loaded at 0x64be0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_autoindex.so loaded at 0x61950000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache.so loaded at 0x613d0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache_disk.so loaded at 0x61940000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cgi.so loaded at 0x61880000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_dir.so loaded at 0x61420000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_env.so loaded at 0x613c0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_file_cache.so loaded at 0x613b0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_include.so loaded at 0x61390000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_isapi.so loaded at 0x61330000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_log_config.so loaded at 0x61280000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_mime.so loaded at 0x61270000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_negotiation.so loaded at 0x61260000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_rewrite.so loaded at 0x5eb60000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_setenvif.so loaded at 0x61250000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_userdir.so loaded at 0x5eb90000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_vhost_alias.so loaded at 0x610b0000
  J:\wamp64\bin\php\php5.6.21\php5apache2_4.dll loaded at 0xee570000
  J:\wamp64\bin\apache\apache2.4.18\bin\php5ts.dll loaded at 0xe4570000
  C:\Windows\system32\ODBC32.dll loaded at 0xecb80000
  C:\Windows\system32\ole32.dll loaded at 0xfde50000
  C:\Windows\system32\DNSAPI.dll loaded at 0xfc080000
  C:\Windows\system32\MSVCR110.dll loaded at 0xebbe0000
  C:\Windows\system32\odbcint.dll loaded at 0x5eb20000
  J:\wamp64\bin\php\php5.6.21\php5apache2_4.dll Unloaded from 0xee570000
  J:\wamp64\bin\apache\apache2.4.18\bin\php5ts.dll Unloaded from 0xe4570000
  C:\Windows\system32\MSVCR110.dll Unloaded from 0xebbe0000
  C:\Windows\system32\DNSAPI.dll Unloaded from 0xfc080000
  C:\Windows\system32\ole32.dll Unloaded from 0xfde50000
  C:\Windows\system32\ODBC32.dll Unloaded from 0xecb80000
  C:\Windows\system32\odbcint.dll Unloaded from 0x5eb20000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_vhost_alias.so Unloaded from 0x610b0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_userdir.so Unloaded from 0x5eb90000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_setenvif.so Unloaded from 0x61250000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_rewrite.so Unloaded from 0x5eb60000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_negotiation.so Unloaded from 0x61260000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_mime.so Unloaded from 0x61270000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_log_config.so Unloaded from 0x61280000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_isapi.so Unloaded from 0x61330000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_include.so Unloaded from 0x61390000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_file_cache.so Unloaded from 0x613b0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_env.so Unloaded from 0x613c0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_dir.so Unloaded from 0x61420000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cgi.so Unloaded from 0x61880000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache_disk.so Unloaded from 0x61940000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache.so Unloaded from 0x613d0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_autoindex.so Unloaded from 0x61950000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_user.so Unloaded from 0x64be0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_host.so Unloaded from 0x65590000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_groupfile.so Unloaded from 0x6eea0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_core.so Unloaded from 0x6eeb0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_file.so Unloaded from 0x6eec0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_core.so Unloaded from 0x6fa00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_digest.so Unloaded from 0x6fa10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_basic.so Unloaded from 0x6fa20000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_asis.so Unloaded from 0x701f0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_allowmethods.so Unloaded from 0x70fc0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_alias.so Unloaded from 0x71b50000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_actions.so Unloaded from 0x71f10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_access_compat.so Unloaded from 0x71f00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_access_compat.so loaded at 0x71f00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_actions.so loaded at 0x71f10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_alias.so loaded at 0x71b50000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_allowmethods.so loaded at 0x70fc0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_asis.so loaded at 0x701f0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_basic.so loaded at 0x6fa20000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_auth_digest.so loaded at 0x6fa10000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_core.so loaded at 0x6fa00000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authn_file.so loaded at 0x6eec0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_core.so loaded at 0x6eeb0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_groupfile.so loaded at 0x6eea0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_host.so loaded at 0x65590000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_authz_user.so loaded at 0x64be0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_autoindex.so loaded at 0x61950000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache.so loaded at 0x613d0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cache_disk.so loaded at 0x61940000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_cgi.so loaded at 0x61880000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_dir.so loaded at 0x61420000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_env.so loaded at 0x613c0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_file_cache.so loaded at 0x613b0000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_include.so loaded at 0x61390000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_isapi.so loaded at 0x61330000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_log_config.so loaded at 0x61280000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_mime.so loaded at 0x61270000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_negotiation.so loaded at 0x61260000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_rewrite.so loaded at 0x5eb60000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_setenvif.so loaded at 0x61250000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_userdir.so loaded at 0x5eb90000
  J:\wamp64\bin\apache\apache2.4.18\modules\mod_vhost_alias.so loaded at 0x610b0000
  J:\wamp64\bin\php\php5.6.21\php5apache2_4.dll loaded at 0xee570000
  J:\wamp64\bin\apache\apache2.4.18\bin\php5ts.dll loaded at 0xe4570000
  C:\Windows\system32\ODBC32.dll loaded at 0xecb80000
  C:\Windows\system32\ole32.dll loaded at 0xfde50000
  C:\Windows\system32\DNSAPI.dll loaded at 0xfc080000
  C:\Windows\system32\MSVCR110.dll loaded at 0xebbe0000
  C:\Windows\system32\odbcint.dll loaded at 0x5eb20000
  Thread created. New thread - System ID: 4340
  j:\wamp64\bin\php\php5.6.21\ext\php_opcache.dll loaded at 0xee540000
  j:\wamp64\bin\php\php5.6.21\zend_ext\php_xdebug-2.4.0-5.6-vc11-x86_64.dll loaded at 0xee500000
  j:\wamp64\bin\php\php5.6.21\ext\php_bz2.dll loaded at 0xee4e0000
  j:\wamp64\bin\php\php5.6.21\ext\php_curl.dll loaded at 0xecc80000
  J:\wamp64\bin\apache\apache2.4.18\bin\LIBEAY32.dll loaded at 0xea3d0000
  C:\Windows\system32\CRYPT32.dll loaded at 0xfcad0000
  C:\Windows\system32\MSASN1.dll loaded at 0xfca60000
  J:\wamp64\bin\apache\apache2.4.18\bin\libssh2.dll loaded at 0xed3c0000
  J:\wamp64\bin\apache\apache2.4.18\bin\SSLEAY32.dll loaded at 0xecb20000
  C:\Windows\system32\WLDAP32.dll loaded at 0xfd0c0000
  C:\Windows\system32\Normaliz.dll loaded at 0x76ea0000
  j:\wamp64\bin\php\php5.6.21\ext\php_com_dotnet.dll loaded at 0xee4c0000
  C:\Windows\system32\OLEAUT32.dll loaded at 0xfda50000
  j:\wamp64\bin\php\php5.6.21\ext\php_fileinfo.dll loaded at 0xe6a50000
  j:\wamp64\bin\php\php5.6.21\ext\php_gd2.dll loaded at 0xeaf60000
  j:\wamp64\bin\php\php5.6.21\ext\php_gettext.dll loaded at 0xee330000
  j:\wamp64\bin\php\php5.6.21\ext\php_gmp.dll loaded at 0xebf10000
  j:\wamp64\bin\php\php5.6.21\ext\php_intl.dll loaded at 0xebeb0000
  J:\wamp64\bin\apache\apache2.4.18\bin\icuuc57.dll loaded at 0x5df60000
  J:\wamp64\bin\apache\apache2.4.18\bin\icudt57.dll loaded at 0x591b0000
  C:\Windows\system32\MSVCP110.dll loaded at 0xe69a0000
  J:\wamp64\bin\apache\apache2.4.18\bin\icuin57.dll loaded at 0x5dd60000
  J:\wamp64\bin\apache\apache2.4.18\bin\icuio57.dll loaded at 0x5eb00000
  j:\wamp64\bin\php\php5.6.21\ext\php_imap.dll loaded at 0xe68b0000
  C:\Windows\system32\WINMM.dll loaded at 0xf9050000
  C:\Windows\system32\Secur32.dll loaded at 0xfc670000
  C:\Windows\system32\SSPICLI.DLL loaded at 0xfc820000
  j:\wamp64\bin\php\php5.6.21\ext\php_ldap.dll loaded at 0xed470000
  J:\wamp64\bin\apache\apache2.4.18\bin\libsasl.dll loaded at 0xecc40000
  j:\wamp64\bin\php\php5.6.21\ext\php_mbstring.dll loaded at 0xe6750000
  j:\wamp64\bin\php\php5.6.21\ext\php_exif.dll loaded at 0xede50000
  j:\wamp64\bin\php\php5.6.21\ext\php_mysql.dll loaded at 0xee320000
  j:\wamp64\bin\php\php5.6.21\ext\php_mysqli.dll loaded at 0xee2b0000
  j:\wamp64\bin\php\php5.6.21\ext\php_openssl.dll loaded at 0xedd40000
  j:\wamp64\bin\php\php5.6.21\ext\php_pdo_mysql.dll loaded at 0xee2a0000
  j:\wamp64\bin\php\php5.6.21\ext\php_pdo_sqlite.dll loaded at 0xea330000
  j:\wamp64\bin\php\php5.6.21\ext\php_soap.dll loaded at 0xeb8b0000
  j:\wamp64\bin\php\php5.6.21\ext\php_sockets.dll loaded at 0xeb890000
  C:\Windows\system32\IPHLPAPI.DLL loaded at 0xfa3a0000
  C:\Windows\system32\WINNSI.DLL loaded at 0xfa360000
  j:\wamp64\bin\php\php5.6.21\ext\php_sqlite3.dll loaded at 0xe6690000
  j:\wamp64\bin\php\php5.6.21\ext\php_xmlrpc.dll loaded at 0xeaf40000
  j:\wamp64\bin\php\php5.6.21\ext\php_xsl.dll loaded at 0xeae90000
  C:\Windows\system32\credssp.dll loaded at 0xfbe70000
  Thread created. New thread - System ID: 7144
  Thread created. New thread - System ID: 3224
  Thread created. New thread - System ID: 7008
  Thread created. New thread - System ID: 5376
  Thread created. New thread - System ID: 2856
  Thread created. New thread - System ID: 2864
  Thread created. New thread - System ID: 6940
  Thread created. New thread - System ID: 6168
  Thread created. New thread - System ID: 7000
  Thread created. New thread - System ID: 1972
  Thread created. New thread - System ID: 956
  Thread created. New thread - System ID: 6540
  Thread created. New thread - System ID: 4220
  Thread created. New thread - System ID: 1976
  Thread created. New thread - System ID: 5816
  Thread created. New thread - System ID: 3216
  Thread created. New thread - System ID: 6776
  Thread created. New thread - System ID: 3468
  Thread created. New thread - System ID: 4700
  Thread created. New thread - System ID: 6416
  Thread created. New thread - System ID: 3320
  Thread created. New thread - System ID: 6040
  Thread created. New thread - System ID: 5684
  Thread created. New thread - System ID: 5528
  Thread created. New thread - System ID: 4204
  Thread created. New thread - System ID: 6524
  Thread created. New thread - System ID: 1188
  Thread created. New thread - System ID: 6716
  Thread created. New thread - System ID: 4984
  Thread created. New thread - System ID: 4660
  Thread created. New thread - System ID: 6640
  Thread created. New thread - System ID: 6392
  Thread created. New thread - System ID: 1292
  Thread created. New thread - System ID: 5004
  Thread created. New thread - System ID: 3564
  Thread created. New thread - System ID: 6852
  Thread created. New thread - System ID: 6956
  Thread created. New thread - System ID: 6412
  Thread created. New thread - System ID: 7116
  Thread created. New thread - System ID: 4936
  Thread created. New thread - System ID: 1980
  Thread created. New thread - System ID: 5848
  Thread created. New thread - System ID: 6952
  Thread created. New thread - System ID: 6804
  Thread created. New thread - System ID: 2316
  Thread created. New thread - System ID: 3464
  Thread created. New thread - System ID: 3728
  Thread created. New thread - System ID: 5696
  Thread created. New thread - System ID: 6668
  Thread created. New thread - System ID: 2076
  Thread created. New thread - System ID: 5996
  Thread created. New thread - System ID: 6924
  Thread created. New thread - System ID: 6672
  Thread created. New thread - System ID: 6864
  Thread created. New thread - System ID: 3376
  Thread created. New thread - System ID: 1712
  Thread created. New thread - System ID: 6848
  Thread created. New thread - System ID: 5752
  Thread created. New thread - System ID: 4516
  Thread created. New thread - System ID: 4284
  Thread created. New thread - System ID: 6316
  Thread created. New thread - System ID: 6488
  Thread created. New thread - System ID: 3840
  Thread created. New thread - System ID: 4664
  Thread created. New thread - System ID: 3548
  Thread created. New thread - System ID: 6740
  Exception 0XC00000FD on thread 7144. DetailID = 1
[22/05/2016 12:53:15]
  Second chance exception - 0XC00000FD caused by thread with System ID: 7144 DetailID = 1
  Thread exited. Exiting thread - System ID: 4660. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6668. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6040. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 2076. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5696. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1976. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3728. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 2316. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 2864. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6952. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1980. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5848. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4936. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6988. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 7116. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6956. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3464. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3564. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1292. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6488. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5004. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6392. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6640. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1188. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4984. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6524. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5684. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4700. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3468. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5528. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5816. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 956. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3320. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1972. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6940. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6776. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 7008. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3224. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3216. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5996. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5752. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4516. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6412. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6864. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3840. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 7000. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6740. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6168. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 2856. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4340. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6672. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 1712. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6848. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6316. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3548. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4204. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 3376. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4220. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4664. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 4284. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6804. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6924. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6852. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6716. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6416. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 6540. Exit code - 0xffffffff
  Thread exited. Exiting thread - System ID: 5376. Exit code - 0xffffffff
  Process exited. Exit code - 0xffffffff

***********************
*  EXCEPTION DETAILS  *
***********************

DetailID = 1
	Count:    2
	Exception #:  0XC00000FD
	Stack:        
		php5ts!match+0x34 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 516]
		php5ts!match+0xa15 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 1612]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]
		php5ts!match+0xd437 [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 984]
		php5ts!match+0x98bc [c:\php-sdk\php56\vc11\x64\php-5.6.21-ts\ext\pcre\pcrelib\pcre_exec.c @ 2062]





***********************
*  EXCEPTION SUMMARY  *
***********************

	|--------------------|
	| Count | Exception  |
	|--------------------|
	| 2     | 0XC00000FD |
	|--------------------|

Debugging Overhead Cost:
	Total Elapsed Ticks = 1061 (100%)
	Total Ticks Spent in Debugger Engine = 172 (16%)
	Total Ticks Spent in Crash Rule Script = 250 (24%)
 [2016-05-27 14:56 UTC] dominique at ottello dot net
I see a malfunction preg_match only with PHP 5.6.x.
I'm just a simple PHP user, but I take time to recount the bug and how to see it.
Then I take a lot of time and energy to try to generate a "backtrace" but, nothing to do, it does not work.
I have already put a lot of information, all the ones I could get.
Nevertheless, despite all my efforts, and my comments, it is impossible to put the status re-opened.
This bug bothers me tremendously to the point to surpass, and only if using PHP 5.6.x version, I have to use a script in CLI mode.
This approach does not take into account this bug and to rely solely on the user I am, infuriates me to no end.
 [2016-05-27 15:18 UTC] nikic@php.net
-Status: No Feedback +Status: Feedback
 [2016-05-27 15:18 UTC] nikic@php.net
Google says that exception code 0XC00000FD means stack overflow and the back trace also looks a lot like it. This may either be a bug in PCRE, or, which is much more likely, this is the standard stack overflow you tend to get with very inefficient regular expressions on large inputs. The reason why you're seeing the stack overflow only with Apache but not CLI is likely that they have different stack sizes configured (IIRC PHP CLI builds have a huge stack size).

For your particular expression it is likely that the ((?!</VirtualHost>).)* triggers the pathological case. You should be able to avoid it either by splitting this up in two expressions (first match <VirtualHost>.*?</VirtualHost> and then match ServerName on the result) or by trying to rewrite it, e.g. using something like [^<]*(?:<(?!/VirtualHost)[^<]*)* ("unrolled loop" pattern).
 [2016-05-29 14:26 UTC] dominique at ottello dot net
-Status: Feedback +Status: Open
 [2016-05-29 14:26 UTC] dominique at ottello dot net
Hi,
With the use of "unrolled loop" the regexp don't crash Apache anymore with PHP 5.6.x

$mask = '{
	<VirtualHost                         # beginning of VirtualHost
	[^<]*(?:<(?!/VirtualHost)[^<]*)*     # avoid premature end
	\n\s*ServerName\s+'.$p_value.'\s*\n  # Test server name
	.*?                                  # we stop as soon as possible
	</VirtualHost>\s*\n                  # end of VirtualHost
	}isx';
 [2018-03-26 13:10 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2018-03-26 13:10 UTC] cmb@php.net
> With the use of "unrolled loop" the regexp don't crash Apache
> anymore with PHP 5.6.x

Fine, so this is not a bug in PHP or PCRE.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC