home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / compatinfo.bat < prev    next >
DOS Batch File  |  2007-12-20  |  970b  |  23 lines

  1. @echo off
  2.  
  3. rem CLI Script to Check Compatibility of chunk of PHP code
  4.  
  5. rem PHP versions 4 and 5
  6.  
  7. rem LICENSE: This source file is subject to version 3.01 of the PHP license
  8. rem that is available through the world-wide-web at the following URI:
  9. rem http://www.php.net/license/3_01.txt.  If you did not receive a copy of
  10. rem the PHP License and are unable to obtain it through the web, please
  11. rem send a note to license@php.net so we can mail you a copy immediately.
  12.  
  13. rem @category   PHP
  14. rem @package    PHP_CompatInfo
  15. rem @author     Laurent Laville <pear@laurent-laville.org>
  16. rem @license    http://www.php.net/license/3_01.txt  PHP License 3.01
  17. rem @version    CVS: $Id: compatinfo.bat,v 1.4 2007/02/11 16:20:50 farell Exp $
  18. rem @link       http://pear.php.net/package/PHP_CompatInfo
  19. rem @since      File available since Release 1.3.0
  20.  
  21. "\xampp\php\.\php.exe" -d include_path="\xampp\php\pear" -f "\xampp\php\pear/PHP/CompatInfo/pcicmd.php" -- %*
  22.  
  23.