Skip to content

Commit

Permalink
add Sundown\Buffer class.
Browse files Browse the repository at this point in the history
  • Loading branch information
chobie committed Sep 4, 2011
1 parent c2e0d3a commit 4b10a7e
Show file tree
Hide file tree
Showing 6 changed files with 653 additions and 515 deletions.
2 changes: 1 addition & 1 deletion src/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PHP_ARG_ENABLE(sundown,Whether to enable the "sundown" extension,
[ --enable-sundown Enable "sundown" extension support])

if test $PHP_SUNDOWN != "no"; then
PHP_NEW_EXTENSION(sundown,php_sundown.c array.c buffer.c markdown.c html.c html_smartypants.c autolink.c, $ext_shared)
PHP_NEW_EXTENSION(sundown,php_sundown.c sundown_markdown.c sundown_buffer.c render_base.c render_html.c array.c buffer.c markdown.c html.c html_smartypants.c autolink.c, $ext_shared)
fi
Loading

0 comments on commit 4b10a7e

Please sign in to comment.