Skip to content

Commit

Permalink
Add Image Class for [NFR] #902
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsxin committed Aug 7, 2013
1 parent 96ef695 commit 6672308
Show file tree
Hide file tree
Showing 6 changed files with 1,133 additions and 30 deletions.
4 changes: 3 additions & 1 deletion ext/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,11 @@ mvc/view/engine/volt/scanner.c \
annotations/parser.c \
annotations/scanner.c
image.c \
image/adapter.c \
image/adapterinterface.c \
image/exception.c \
image/adapter/gd.c"
image/adapter/gd.c \
image/adapter/imagick.c"

PHP_NEW_EXTENSION(phalcon, $phalcon_sources, $ext_shared)
PHP_ADD_EXTENSION_DEP([phalcon], [spl])
Expand Down
Loading

0 comments on commit 6672308

Please sign in to comment.