php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62006
Patch cairo_wrapper.c.diff revision 2012-05-11 19:27 UTC by php-bugs-2012 at ryandesign dot com

Patch cairo_wrapper.c.diff for cairo_wrapper Bug #62006

Patch version 2012-05-11 19:27 UTC

Return to Bug #62006 | Download this patch
Patch Revisions:

Developer: php-bugs-2012@ryandesign.com

--- cairo_wrapper.c.orig	2008-03-28 17:20:13.000000000 -0500
+++ cairo_wrapper.c	2012-05-11 14:01:27.000000000 -0500
@@ -127,7 +127,7 @@
 /* }}} */
 
 /* {{{ cairo_wrapper_functions[] */
-function_entry cairo_wrapper_functions[] = {
+zend_function_entry cairo_wrapper_functions[] = {
 	PHP_FE(cairo_image_surface_create, cairo_image_surface_create_arg_info)
 	PHP_FE(cairo_surface_destroy, cairo_surface_destroy_arg_info)
 	PHP_FE(cairo_create        , cairo_create_arg_info)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC