summaryrefslogtreecommitdiffstats
path: root/facedetect-php54.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:14:25 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:14:25 +0200
commitdcc31699efbe130a9a33f4a19631dce1fa158624 (patch)
treef2701fbd07d871b64c867fd6bed27828ddfb8a83 /facedetect-php54.patch
repo reorgHEADmaster
Diffstat (limited to 'facedetect-php54.patch')
-rw-r--r--facedetect-php54.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/facedetect-php54.patch b/facedetect-php54.patch
new file mode 100644
index 0000000..62730ed
--- /dev/null
+++ b/facedetect-php54.patch
@@ -0,0 +1,12 @@
+diff -up facedetect/facedetect.c.php54 facedetect/facedetect.c
+--- facedetect/facedetect.c.php54 2011-12-28 16:07:45.167341320 +0100
++++ facedetect/facedetect.c 2011-12-28 16:08:01.979341725 +0100
+@@ -28,7 +28,7 @@
+ *
+ * Every user visible function must have an entry in facedetect_functions[].
+ */
+-static function_entry facedetect_functions[] = {
++static zend_function_entry facedetect_functions[] = {
+ PHP_FE(face_detect, NULL)
+ PHP_FE(face_count, NULL)
+ {NULL, NULL, NULL}