| Derick Rethans 2006-05-07, 7:03 pm |
| derick Fri May 5 12:47:07 2006 UTC
Modified files:
/php-bugs-web report.php
Log:
- Update this text a bit (Patch by Sebastian Nohn)
http://cvs.php.net/viewcvs.cgi/php-...5&diff_format=u
Index: php-bugs-web/report.php
diff -u php-bugs-web/report.php:1.64 php-bugs-web/report.php:1.65
--- php-bugs-web/report.php:1.64 Thu Dec 8 15:46:56 2005
+++ php-bugs-web/report.php Fri May 5 12:47:07 2006
@@ -67,6 +67,9 @@
<p>If you're sure that your report is a genuine bug that has not been reported before,
you can scroll down and click the submit button to really enter the details into our database.
</p>
+<p>Please do not report compile errors for HEAD snapshots (currently 6CVS) via our bug
+tracking system. If the same compile error persists for some time, please drop a mail to
+our <a href="http://www.php.net/mailing-lists.php">internals</a> list.</p>
<div class="warnings">
@@ -225,6 +228,9 @@
<p style="color: red"><strong>Always disable any Zend or other 3rd party extensions (Turck MMCache, ionCube loader, Xdebug, APC)
before submitting a *PHP* bug.</strong></p>
+<p>Do not report compile errors in HEAD versions (currently 6CVS). If a compile error persists, please drop a mail
+to our <a href="http://www.php.net/mailing-lists.php">internals mailing list</a>.</p>
+
<p><strong>Failure to follow these instructions may result in your bug
simply being marked as "bogus".</strong></p>
|