diff options
Diffstat (limited to 'cups-php54.patch')
-rw-r--r-- | cups-php54.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cups-php54.patch b/cups-php54.patch new file mode 100644 index 0000000..4cfbf39 --- /dev/null +++ b/cups-php54.patch @@ -0,0 +1,12 @@ +diff -up cups-1.5.0/scripting/php/phpcups.c.orig cups-1.5.0/scripting/php/phpcups.c +--- cups-1.5.0/scripting/php/phpcups.c.orig 2011-12-27 16:54:21.520359399 +0100 ++++ cups-1.5.0/scripting/php/phpcups.c 2011-12-27 16:54:55.461360314 +0100 +@@ -40,7 +40,7 @@ + * PHP function list... + */ + +-function_entry phpcups_functions[] = ++zend_function_entry phpcups_functions[] = + { + PHP_FE(cups_cancel_job, NULL) + PHP_FE(cups_get_dests, NULL) |