bjori           Sat Sep  8 19:53:40 2007 UTC

  Modified files:              
    /phpdoc     configure.php 
  Log:
  PHP installs by default into directory with a space, awesome!
  # I love you notepad!
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/configure.php?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/configure.php
diff -u phpdoc/configure.php:1.1 phpdoc/configure.php:1.2
--- phpdoc/configure.php:1.1    Sat Sep  8 17:59:31 2007
+++ phpdoc/configure.php        Sat Sep  8 19:53:40 2007
@@ -17,10 +17,10 @@
   | Authors:    Dave Barr <[EMAIL PROTECTED]>                                 |
   +----------------------------------------------------------------------+
   
-  $Id: configure.php,v 1.1 2007/09/08 17:59:31 bjori Exp $
+  $Id: configure.php,v 1.2 2007/09/08 19:53:40 bjori Exp $
 */
 
-$cvs_id = "$Id: configure.php,v 1.1 2007/09/08 17:59:31 bjori Exp $";
+$cvs_id = "$Id: configure.php,v 1.2 2007/09/08 19:53:40 bjori Exp $";
 $srcdir = "./";
 
 echo "configure.php: $cvs_id\n";
@@ -854,10 +854,10 @@
 globbetyglob($ac['INIPATH'], 'make_scripts_executable');
 file_put_contents('./entities/phpweb.ent', '');
 
-passthru(escapeshellcmd($ac['PHP']) . ' ' . ' -c ' . 
escapeshellarg($ac['INIPATH']) . ' -q ./scripts/file-entities.php');
+passthru('"' .escapeshellcmd($ac['PHP']) . '" ' . ' -c ' . 
escapeshellarg($ac['INIPATH']) . ' -q ./scripts/file-entities.php');
 passthru('rm -f entities/missing*');
 passthru('rm -f entities/missing-ids.xml');
-passthru(escapeshellcmd($ac['PHP']) . ' ' . ' -c ' . 
escapeshellarg($ac['INIPATH']) . ' -q ./scripts/missing-entities.php');
+passthru('"' .escapeshellcmd($ac['PHP']) . '" ' . ' -c ' . 
escapeshellarg($ac['INIPATH']) . ' -q ./scripts/missing-entities.php');
 
 //print_r($ac);
 

Reply via email to