mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-05 15:47:30 +02:00
prepare to tag v0.7.13
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
* CIMAGE_DEBUG will be false by default, if its not defined.
|
* CIMAGE_DEBUG will be false by default, if its not defined.
|
||||||
*/
|
*/
|
||||||
if (!defined("CIMAGE_DEBUG")) {
|
if (!defined("CIMAGE_DEBUG")) {
|
||||||
//define("CIMAGE_DEBUG", false);
|
define("CIMAGE_DEBUG", false);
|
||||||
define("CIMAGE_DEBUG", true);
|
//define("CIMAGE_DEBUG", true);
|
||||||
define("CIMAGE_DEBUG_FILE", "/tmp/cimage");
|
define("CIMAGE_DEBUG_FILE", "/tmp/cimage");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ return array(
|
|||||||
* mode: 'production'
|
* mode: 'production'
|
||||||
*/
|
*/
|
||||||
//'mode' => 'production',
|
//'mode' => 'production',
|
||||||
'mode' => 'development',
|
//'mode' => 'development',
|
||||||
//'mode' => 'strict',
|
//'mode' => 'strict',
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user