Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add image class #1017

Closed
wants to merge 17 commits into from
Closed
Prev Previous commit
Next Next commit
Add Image Class for [NFR] #902
  • Loading branch information
dreamsxin committed Aug 7, 2013
commit 6672308a032d645110968e230d8fd895c5d93017
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot the trailing \ here. Should be

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