|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-02-03 23:41 UTC] xrstf-misc at yahoo dot com
[2012-02-04 00:43 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2012-02-04 00:43 UTC] felipe@php.net
[2012-02-04 01:20 UTC] xrstf-misc at yahoo dot com
-Status: Feedback
+Status: Open
[2012-02-04 01:20 UTC] xrstf-misc at yahoo dot com
[2012-02-04 07:37 UTC] pajoye@php.net
[2012-02-04 07:37 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
[2012-02-04 07:39 UTC] pajoye@php.net
[2012-02-05 15:19 UTC] xrstf-misc at yahoo dot com
-Status: Feedback
+Status: Open
[2012-02-05 15:19 UTC] xrstf-misc at yahoo dot com
[2012-02-06 17:23 UTC] giunta dot gaetano at gmail dot com
[2012-02-09 13:59 UTC] hanssen at aeteurope dot nl
[2012-02-10 01:50 UTC] xrstf-misc at yahoo dot com
[2012-03-13 19:42 UTC] pete dot walker at cap2 dot co dot uk
[2013-06-05 12:11 UTC] arjen at react dot com
[2020-03-05 09:58 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2020-03-05 09:58 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 08:00:01 2025 UTC |
Description: ------------ I know this is not really helpful, but that's the best I can describe it. Sorry that I cannot give a short, minimal test script to reproduce the bug. Sometimes, when coding, I change one single line of code (i.e. change a string literal) and when re-running the script in my browser, Apache/PHP crashes. In this case, the affected line was $params['subject'][] = array('metainfo', 'Metainfos'); I changed the line to $params['subject'][] = array('metainfo', t('metainfos')); which suddenly crashes PHP. When I change the argument of t() to 'metainfo' or 'metainfoX' or 'metainfosX', PHP does not crash. If I change the value back to 'metainfos', it crashes. Every newly spaned apache worker also crashes. If I move the line just down one line, PHP does not crash. Sounds like a parser bug in combination with APC (see below) Environment: PHP 5.3.10 TS Win7 x64 Apache 2.2.17 (PHP module) VS2008 shows me the following backtrace: http://pastie.org/pastes/3312359/text Let me know if you need more details.