1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 18:39:53 +02:00

testing before release v0.7.0

This commit is contained in:
Mikael Roos
2015-02-02 12:39:58 +01:00
parent 16a7a3dad5
commit c012cb2537
8 changed files with 243 additions and 203 deletions

View File

@@ -13,7 +13,8 @@ return array(
* Default values:
* mode: 'production'
*/
//'mode' => 'production', // 'development', 'strict'
'mode' => 'development',
//'mode' => 'production', // 'development', 'strict'
@@ -21,8 +22,8 @@ return array(
* Where are the sources for the classfiles.
*
* Default values:
* autoloader: null
* cimage_class: null
* autoloader: null // used from v0.6.2
* cimage_class: null // used until v0.6.1
*/
'autoloader' => __DIR__ . '/../autoload.php',
//'cimage_class' => __DIR__ . '/../CImage.php',