From e9aca43f53b8a090e7e8ffe20eeed179986321f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2011 17:20:35 +0100 Subject: cups with php 5.4 --- cups-php54.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cups-php54.patch (limited to 'cups-php54.patch') 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) -- cgit