]> git.pld-linux.org Git - packages/cups-filters.git/commitdiff
- rename function_entry to zend_function_entry
authorJan Palus <atler@pld-linux.org>
Thu, 1 May 2014 16:54:00 +0000 (18:54 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 1 May 2014 16:54:00 +0000 (18:54 +0200)
since php 5.4 compatibility headers for php3 were dropped.

cups-filters-php.patch

index eebe40f6eec53ac6d7bc58e4a83d67123ccd876f..3fa05f08e3e9f22be72a2805d6754327f6d33b3f 100644 (file)
  #  include <fcntl.h>
  #  include <sys/stat.h>
  #  if defined(WIN32) || defined(__EMX__)
+diff -urN cups-filters-1.0.53.orig/scripting/php/phpcups.c cups-filters-1.0.53/scripting/php/phpcups.c
+--- cups-filters-1.0.53.orig/scripting/php/phpcups.c   2014-05-01 18:48:49.622212848 +0200
++++ cups-filters-1.0.53/scripting/php/phpcups.c        2014-05-01 18:49:21.228878551 +0200
+@@ -44,7 +44,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)
This page took 0.138424 seconds and 4 git commands to generate.