Changeset 314

Show
Ignore:
Timestamp:
11/17/07 04:23:30 (8 months ago)
Author:
hans
Message:

updating min php versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL.UNIX

    r221 r314  
    1515 
    1616  At this point we assume you have a running Linux or other UNIX dialect with 
    17   a properly installed release of PHP 5.0.2+. You need the CLI version of PHP, 
     17  a properly installed release of PHP 5.3.x You need the CLI version of PHP, 
    1818  since there is no WEB-Application for Phing provided, and the ISAPI module 
    1919  will not work on command line. The PHP binary must have compiled-in XML 
  • trunk/INSTALL.WIN32

    r221 r314  
    1313 
    1414  At this point we assume you have a running Windows NT/2000/XP system  
    15   running and you properly installed PHP 5.0.2+. Windows 9x versions will 
     15  running and you properly installed PHP 5.3.x. Windows 9x versions will 
    1616  probably work, but are not supported. Make sure that XSL is enabled (e.g. 
    1717  enable php_xsl.dll in your php.ini file) if you want to perform builds  
  • trunk/pear/BuildPhingPEARPackageTask.php

    r307 r314  
    3636 
    3737        private $version; 
    38         private $state = 'stable'; 
     38        private $state = 'alpha'; 
    3939        private $notes; 
    4040         
     
    170170 
    171171                // "core" dependencies 
    172                 $package->setPhpDep('5.1.0'); 
     172                $package->setPhpDep('5.3.0'); 
    173173                $package->setPearinstallerDep('1.4.0'); 
    174174