Changeset 314
- Timestamp:
- 11/17/07 04:23:30 (8 months ago)
- Files:
-
- trunk/INSTALL.UNIX (modified) (1 diff)
- trunk/INSTALL.WIN32 (modified) (1 diff)
- trunk/pear/BuildPhingPEARPackageTask.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL.UNIX
r221 r314 15 15 16 16 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, 18 18 since there is no WEB-Application for Phing provided, and the ISAPI module 19 19 will not work on command line. The PHP binary must have compiled-in XML trunk/INSTALL.WIN32
r221 r314 13 13 14 14 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 will15 running and you properly installed PHP 5.3.x. Windows 9x versions will 16 16 probably work, but are not supported. Make sure that XSL is enabled (e.g. 17 17 enable php_xsl.dll in your php.ini file) if you want to perform builds trunk/pear/BuildPhingPEARPackageTask.php
r307 r314 36 36 37 37 private $version; 38 private $state = ' stable';38 private $state = 'alpha'; 39 39 private $notes; 40 40 … … 170 170 171 171 // "core" dependencies 172 $package->setPhpDep('5. 1.0');172 $package->setPhpDep('5.3.0'); 173 173 $package->setPearinstallerDep('1.4.0'); 174 174
