Changeset 17811
- Timestamp:
- 04/30/09 11:36:10 (4 years ago)
- Files:
-
- plugins/jeCheckHostConfigPlugin/README (modified) (2 diffs)
- plugins/jeCheckHostConfigPlugin/package.xml.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/jeCheckHostConfigPlugin/README
r17760 r17811 31 31 ./symfony checkHostConfig 32 32 33 34 35 Here is an example of config/checkHostConfig.yml file 33 Here is an example of config/checkHostConfig.yml file. 36 34 37 35 apache: … … 40 38 modules: [PDO, pdo_mysql] 41 39 40 Copy one in your **project/config/checkHostConfig.yml**. There is a sample one with 41 much comments in **project/plugin/jeCheckHostConfig/config/checkHostConfig.yml.sample** 42 42 43 43 == Notes == plugins/jeCheckHostConfigPlugin/package.xml.tmpl
r17754 r17811 46 46 <release> 47 47 <version> 48 <release>0.5.2</release> 49 <api>0.5.2</api> 50 </version> 51 <stability> 52 <release>stable</release> 53 <api>stable</api> 54 </stability> 55 <date>2009-04-30</date> 56 <license uri="http://svn.symfony-project.com/plugins/jeCheckHostConfigPlugin/trunk/LICENSE"> 57 MIT license 58 </license> 59 <notes> 60 * made apache/php cmd_path more configurable (based on garfield-fr's feedback) 61 * added the possibility to launch symfony check_configuration.php 62 </notes> 63 </release> 64 <release> 65 <version> 48 66 <release>0.5.1</release> 49 67 <api>0.5.1</api>