diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-27 17:20:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-27 17:20:35 +0100 |
commit | e9aca43f53b8a090e7e8ffe20eeed179986321f3 (patch) | |
tree | dbd006d19c854c12252cae7c7d36e03a75a3645c /cups-php54.patch | |
parent | 65608e0f8bbc0190cc1b7646f653e796c807f02b (diff) |
cups with php 5.4
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) |