DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23886>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23886 Apache craches when running PHP reg Exp Summary: Apache craches when running PHP reg Exp Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This is the PHP code. PHP runs otherwise fine, I'm running [Server Software: Apache/2.0.47 (Win32) PHP/4.3.3]. Apache is also otherwise running best. When executing this code Apache crashes (not PHP): [...] function parseFile () { preg_match('~<(\w+)/?>(.?)*</\1>~ms', $this->sXmlFileContents, $aXmlTags); foreach ($aXmlTags as $n => $t) { echo '<p>('.$n.') '.$t."<br>\n"; } } [...] Apache crashes stating (translated from German language by me) Apache.exe - program error The exception "unknown software exception" (0x00000fd) occured in the program at 0x00c38fed. Click "OK" to stop program excecution / Cancel to debug Since it takes a moment to reload my localhost homepage after that it seems that apache is restarting after the crash. Full PHP sources would be available on request. Cheers Denis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
