[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc / configure.php
From:       "Richard Quadling" <rquadling () php ! net>
Date:       2008-05-30 14:42:29
Message-ID: cvsrquadling1212158549 () cvsserver
[Download RAW message or body]

rquadling		Fri May 30 14:42:29 2008 UTC

  Modified files:              
    /phpdoc	configure.php 
  Log:
  Recent fix in TSRM/tsrm_win32.c to fix win32 shell calling breaks configure.php.
  http://cvs.php.net/viewvc.cgi/TSRM/tsrm_win32.c?r1=1.34&r2=1.35
  http://cvs.php.net/viewvc.cgi/TSRM/tsrm_win32.c?r1=1.27.2.1.2.8&r2=1.27.2.1.2.9
  http://cvs.php.net/viewvc.cgi/TSRM/tsrm_win32.c?r1=1.27.2.1.2.7.2.1&r2=1.27.2.1.2.7.2.2
  
  quietechorun() has a windows specific element which is now only required for PHP < \
5.2.7  
  If you are on windows with a version of 5.2.7-dev or 5.3.0-dev before 2008-05-29, \
you will need to upgrade PHP.  
http://cvs.php.net/viewvc.cgi/phpdoc/configure.php?r1=1.50&r2=1.51&diff_format=u
Index: phpdoc/configure.php
diff -u phpdoc/configure.php:1.50 phpdoc/configure.php:1.51
--- phpdoc/configure.php:1.50	Sun Apr 13 12:26:35 2008
+++ phpdoc/configure.php	Fri May 30 14:42:29 2008
@@ -19,11 +19,11 @@
   |             Gwynne Raskind <gwynne@php.net>                          |
   +----------------------------------------------------------------------+
   
-  $Id: configure.php,v 1.50 2008/04/13 12:26:35 bjori Exp $
+  $Id: configure.php,v 1.51 2008/05/30 14:42:29 rquadling Exp $
 */
 
 error_reporting(E_ALL);
-$cvs_id = '$Id: configure.php,v 1.50 2008/04/13 12:26:35 bjori Exp $';
+$cvs_id = '$Id: configure.php,v 1.51 2008/05/30 14:42:29 rquadling Exp $';
 
 echo "configure.php: $cvs_id\n";
 
@@ -118,9 +118,11 @@
 function quietechorun($e) // {{{
 {
     // enclose in "" on Windows
-    if (is_windows()) {
+    if (is_windows() && phpversion() < '5.2.7') {
         $e = '"'.$e.'"';
     }
+    echo PHP_EOL, PHP_EOL, $e, PHP_EOL, PHP_EOL;
+
     passthru($e);
 } // }}}
 



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic