svn: /web/doc-editor/trunk/php/ RepositoryManager.php conf/conf.ini
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 08 Apr 2010 10:59:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297692
Log:
Remove unecessary conf var to link php binariry. Modify the way we call configure.php script to check the build
Changed paths:
U web/doc-editor/trunk/php/RepositoryManager.php
U web/doc-editor/trunk/php/conf/conf.ini
Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php 2010-04-08 10:54:52 UTC (rev 297691)
+++ web/doc-editor/trunk/php/RepositoryManager.php 2010-04-08 10:59:11 UTC (rev 297692)
@@ -324,7 +324,7 @@
);
$cmd = 'cd '.realpath($appConf[$project]['vcs.configure.script.path']).';'
- .$appConf['GLOBAL_CONFIGURATION']['php.bin'].' configure.php '
+ .'./configure.php '
.$appConf[$project]['vcs.configure.script.options'];
$cmd = str_replace("{LangCode}", $lang, $cmd).';';
Modified: web/doc-editor/trunk/php/conf/conf.ini
===================================================================
--- web/doc-editor/trunk/php/conf/conf.ini 2010-04-08 10:54:52 UTC (rev 297691)
+++ web/doc-editor/trunk/php/conf/conf.ini 2010-04-08 10:59:11 UTC (rev 297692)
@@ -10,6 +10,4 @@
vcs.type = svn
-data.path = "data/"
-
-php.bin = "/usr/bin/php"
\ No newline at end of file
+data.path = "data/"
\ No newline at end of file