Changed the names to match the PECL nomenclature
commit3640d802b4fddb60f761b7d694842e31efd0f1b0
authoraki <g.akshat@gmail.com>
Mon, 30 Jun 2008 19:46:46 +0000 (1 01:16 +0530)
committeraki <g.akshat@gmail.com>
Mon, 30 Jun 2008 19:46:46 +0000 (1 01:16 +0530)
tree1246fb7846c0d54d407f084ba877913099653237
parent1859906f9f8a4f84edba474e70a2806247075f08
Changed the names to match the PECL nomenclature
257 files changed:
src/cairo/.cvsignore [new file with mode: 0644]
src/cairo/.deps [new file with mode: 0644]
src/cairo/.libs/Cairo.o [new file with mode: 0644]
src/cairo/.libs/cairo.la [new symlink]
src/cairo/.libs/cairo.lai [new file with mode: 0644]
src/cairo/.libs/cairo.so [new file with mode: 0755]
src/cairo/.libs/phpCairo.la [new symlink]
src/cairo/.libs/phpCairo.lai [new file with mode: 0644]
src/cairo/.libs/phpCairo.o [new file with mode: 0644]
src/cairo/.libs/phpCairo.so [new file with mode: 0755]
src/cairo/CREDITS [new file with mode: 0644]
src/cairo/Cairo.c [new file with mode: 0644]
src/cairo/Cairo.lo [new file with mode: 0644]
src/cairo/CairoContext.c [new file with mode: 0644]
src/cairo/CairoException.c [new file with mode: 0644]
src/cairo/CairoExceptionMacro.c [new file with mode: 0644]
src/cairo/CairoFont.c [new file with mode: 0644]
src/cairo/CairoMatrix.c [new file with mode: 0644]
src/cairo/CairoPath.c [new file with mode: 0644]
src/cairo/CairoPattern.c [new file with mode: 0644]
src/cairo/CairoSurface.c [new file with mode: 0644]
src/cairo/EXPERIMENTAL [new file with mode: 0644]
src/cairo/LICENSE [new file with mode: 0644]
src/cairo/Makefile [new file with mode: 0644]
src/cairo/Makefile.fragments [new file with mode: 0644]
src/cairo/Makefile.global [new file with mode: 0644]
src/cairo/Makefile.objects [new file with mode: 0644]
src/cairo/README [new file with mode: 0644]
src/cairo/acinclude.m4 [new file with mode: 0644]
src/cairo/aclocal.m4 [new file with mode: 0644]
src/cairo/autom4te.cache/output.0 [new file with mode: 0644]
src/cairo/autom4te.cache/requests [new file with mode: 0644]
src/cairo/autom4te.cache/traces.0 [new file with mode: 0644]
src/cairo/build/libtool.m4 [new file with mode: 0644]
src/cairo/build/mkdep.awk [new file with mode: 0644]
src/cairo/build/scan_makefile_in.awk [new file with mode: 0644]
src/cairo/build/shtool [new file with mode: 0755]
src/cairo/cairo.la [new file with mode: 0644]
src/cairo/cairo.xml [new file with mode: 0644]
src/cairo/config.guess [new file with mode: 0755]
src/cairo/config.h [new file with mode: 0644]
src/cairo/config.h.in [new file with mode: 0644]
src/cairo/config.h.in~ [new file with mode: 0644]
src/cairo/config.log [new file with mode: 0644]
src/cairo/config.m4 [new file with mode: 0644]
src/cairo/config.nice [new file with mode: 0755]
src/cairo/config.status [new file with mode: 0755]
src/cairo/config.sub [new file with mode: 0755]
src/cairo/config.w32 [new file with mode: 0644]
src/cairo/configure [new file with mode: 0755]
src/cairo/configure.in [new file with mode: 0644]
src/cairo/hs_err_pid4267.log [new file with mode: 0644]
src/cairo/install-sh [new file with mode: 0644]
src/cairo/less [new file with mode: 0644]
src/cairo/libtool [new file with mode: 0755]
src/cairo/ltmain.sh [new file with mode: 0644]
src/cairo/manual/Makefile [new file with mode: 0644]
src/cairo/manual/file-entities.ent [new file with mode: 0644]
src/cairo/manual/functions.xml [new file with mode: 0644]
src/cairo/manual/manual.xml.in [new file with mode: 0644]
src/cairo/manual/phpCairo/configure.xml [new file with mode: 0644]
src/cairo/manual/phpCairo/functions/cairo-version-string.xml [new file with mode: 0644]
src/cairo/manual/phpCairo/functions/cairo-version.xml [new file with mode: 0644]
src/cairo/manual/phpCairo/reference.xml [new file with mode: 0644]
src/cairo/missing [new file with mode: 0644]
src/cairo/mkinstalldirs [new file with mode: 0644]
src/cairo/modules/cairo.so [new file with mode: 0755]
src/cairo/modules/phpCairo.so [new file with mode: 0755]
src/cairo/package.xml [new file with mode: 0644]
src/cairo/package2.xml [new file with mode: 0644]
src/cairo/phpCairo.dsp [new file with mode: 0644]
src/cairo/phpCairo.la [new file with mode: 0644]
src/cairo/phpCairo.lo [new file with mode: 0644]
src/cairo/php_cairo.h [new file with mode: 0644]
src/cairo/run-tests.php [new file with mode: 0644]
src/cairo/run.sh [new file with mode: 0755]
src/cairo/tests/CairoContext____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__append_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__arc.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__arc_negative.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__clip.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__clip_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__clip_preserve.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__close_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__copy_clip_rectangle_list.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__copy_page.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__copy_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__copy_path_flat.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__curve_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__device_to_user.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__device_to_user_distance.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__fill.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__fill_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__fill_preserve.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__font_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_antialias.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_current_point.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_dash.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_dash_count.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_fill_rule.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_font_face.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_font_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_font_options.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_group_target.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_line_cap.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_line_join.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_line_width.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_matrix_limit.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_operator.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_scaled_font.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_source.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_target.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__get_tolerance.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__glyph_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__glyph_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__has_current_point.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__identity_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__in_fill.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__in_stroke.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__line_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__mask.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__mask_surface.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__move_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__new_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__new_sub_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__paint.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__paint_with_alpha.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__path_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__pop_group.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__pop_group_to_source.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__push_group.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__push_group_with_content.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__rectangle.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__rel_curve_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__rel_line_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__rel_move_to.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__reset_clip.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__restore.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__rotate.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__save.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__scale.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__select_font_face.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_antialias.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_dash.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_fill_rule.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_font_face.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_font_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_font_options.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_font_size.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_line_cap.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_line_join.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_line_width.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_miter_limit.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_operator.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_source.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_source_rgb.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_source_rgba.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_source_surface.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__set_tolerance.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__show_glyphs.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__show_page.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__show_text.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__stroke.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__stroke_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__stroke_preserve.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__text_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__text_path.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__transform.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__translate.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__user_to_device.phpt [new file with mode: 0644]
src/cairo/tests/CairoContext__user_to_device_distance.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontFace____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontFace____destruct.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__get_antialias.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__get_hint_metrics.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__get_hint_style.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__get_subpixel_order.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__set_antialias.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__set_hint_metrics.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__set_hint_style.phpt [new file with mode: 0644]
src/cairo/tests/CairoFontOptions__set_subpixel_order.phpt [new file with mode: 0644]
src/cairo/tests/CairoGradient____contruct.phpt [new file with mode: 0644]
src/cairo/tests/CairoGradient__add_color_stop_rgb.phpt [new file with mode: 0644]
src/cairo/tests/CairoGradient__add_color_stop_rgba.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__create_from_data.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__create_from_png.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__get_data.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__get_format.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__get_height.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__get_stride.phpt [new file with mode: 0644]
src/cairo/tests/CairoImageSurface__get_width.phpt [new file with mode: 0644]
src/cairo/tests/CairoLinearGradient____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoLinearGradient__get_linear_points.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__init_rotate.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__invert.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__multiply.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__rotate.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__scale.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__transform_distance.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__transform_point.phpt [new file with mode: 0644]
src/cairo/tests/CairoMatrix__translate.phpt [new file with mode: 0644]
src/cairo/tests/CairoPDFSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoPDFSurface__set_size.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__dsc_begin_page_setup.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__dsc_begin_setup.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__dsc_comment.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__get_level_string.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__get_levels.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__restrict_to_level.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__set_eps.phpt [new file with mode: 0644]
src/cairo/tests/CairoPSSurface__set_size.phpt [new file with mode: 0644]
src/cairo/tests/CairoPath____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoPath__str.phpt [new file with mode: 0644]
src/cairo/tests/CairoPattern____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoPattern__get_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoPattern__set_matrix.phpt [new file with mode: 0644]
src/cairo/tests/CairoQuartzSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoRadialGradient____constuct.phpt [new file with mode: 0644]
src/cairo/tests/CairoRadialGradient__get_radial_circles.phpt [new file with mode: 0644]
src/cairo/tests/CairoSVGSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoScaledFont____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoScaledFont__extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoScaledFont__get_font_face.phpt [new file with mode: 0644]
src/cairo/tests/CairoScaledFont__text_extents.phpt [new file with mode: 0644]
src/cairo/tests/CairoSolidPattern____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoSolidPattern__get_rgba.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern__get_extend.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern__get_filter.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern__get_surface.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern__set_extend.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurfacePattern__set_filter.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__create_similar.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__finish.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__flush.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__get_content.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__get_device_offset.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__get_font_options.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__mark_dirty_rectangle.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__set_device_offset.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__set_fallback_resolution.phpt [new file with mode: 0644]
src/cairo/tests/CairoSurface__write_to_png.phpt [new file with mode: 0644]
src/cairo/tests/CairoWin32Surface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoXlibSurface____construct.phpt [new file with mode: 0644]
src/cairo/tests/CairoXlibSurface__get_depth.phpt [new file with mode: 0644]
src/cairo/tests/CairoXlibSurface__get_height.phpt [new file with mode: 0644]
src/cairo/tests/CairoXlibSurface__get_width.phpt [new file with mode: 0644]
src/cairo/tests/cairo_version.phpt [new file with mode: 0644]
src/cairo/tests/cairo_version_string.phpt [new file with mode: 0644]
src/cairo/uu.php [new file with mode: 0644]