diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2013-07-24 15:58:02 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2013-07-24 15:58:02 +0000 |
| commit | 19d701d359aae091eb2b2520ca2675de0e406a38 (patch) | |
| tree | 0523527a267050593f655a21caa987ee37f061df | |
| parent | fe9dbee338fcfeef7003848a6b5219454661d105 (diff) | |
- replace function_entry with zend_function_entry
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@344 455248ca-bdda-0310-9134-f4ebb693071a
| -rw-r--r-- | php_imlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_imlib.c b/php_imlib.c index a17811e..e1a2828 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -82,7 +82,7 @@ static int le_imlib_cm; static int le_ps_font, le_ps_enc; #endif -function_entry imlib_functions[] = { +zend_function_entry imlib_functions[] = { PHP_FE(imlib_add_color_to_color_range,NULL) PHP_FE(imlib_blend_image_onto_image,NULL) PHP_FE(imlib_clone_image,NULL) |
