fix PHP 5.4 build

Esse commit está contido em:
Remi Collet
2011-12-28 16:15:07 +01:00
commit 73d145227d
+1 -1
Ver Arquivo
@@ -30,7 +30,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}