From dcc31699efbe130a9a33f4a19631dce1fa158624 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:14:25 +0200 Subject: repo reorg --- facedetect-php54.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 facedetect-php54.patch (limited to 'facedetect-php54.patch') 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} -- cgit