svn: /web/doc-editor/trunk/php/conf/ project.php.ini
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 27 Dec 2010 21:42:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306764
Log:
Add new option to configure.php to redirect STDERR to STDOUT allowing to catch easily the STDERR output
Changed paths:
U web/doc-editor/trunk/php/conf/project.php.ini
Modified: web/doc-editor/trunk/php/conf/project.php.ini
===================================================================
--- web/doc-editor/trunk/php/conf/project.php.ini 2010-12-27 21:36:52 UTC (rev 306763)
+++ web/doc-editor/trunk/php/conf/project.php.ini 2010-12-27 21:42:05 UTC (rev 306764)
@@ -26,7 +26,7 @@
vcs.path = "{GLOBAL_CONFIGURATION['data.path']}{PHP['vcs.module']}/"
vcs.configure.script.path = "{PHP['vcs.path']}doc-base/"
-vcs.configure.script.options = "--with-lang={LangCode} --srcdir={PHP['vcs.configure.script.path']} {XmlDetails}"
+vcs.configure.script.options = "--redirect-stderr-to-stdout --with-lang={LangCode} --srcdir={PHP['vcs.configure.script.path']} {XmlDetails}"
news.url.en = "http://news.php.net/group.php?format=rss&group=php.doc";
news.url.lang = "http://news.php.net/group.php?format=rss&group=php.doc.{LANG}"