[packages/cups-filters] - rename function_entry to zend_function_entry

atler atler at pld-linux.org
Thu May 1 18:55:45 CEST 2014


commit fa79957fd4eb1f9b678c5123c670805c8c64b688
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu May 1 18:54:00 2014 +0200

    - rename function_entry to zend_function_entry
    
    since php 5.4 compatibility headers for php3 were dropped.

 cups-filters-php.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/cups-filters-php.patch b/cups-filters-php.patch
index eebe40f..3fa05f0 100644
--- a/cups-filters-php.patch
+++ b/cups-filters-php.patch
@@ -51,3 +51,15 @@
  #  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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups-filters.git/commitdiff/fa79957fd4eb1f9b678c5123c670805c8c64b688



More information about the pld-cvs-commit mailing list