1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Lior Kaplan <kaplan@debian.org>
Date: Sat, 21 Jan 2012 16:45:21 +0200
Subject: Support PHP 5.4
Bug-Debian: http://bugs.debian.org/656489
---
sasl-0.1.0/sasl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sasl-0.1.0/sasl.c b/sasl-0.1.0/sasl.c
index f04730b..941a435 100644
--- a/sasl-0.1.0/sasl.c
+++ b/sasl-0.1.0/sasl.c
@@ -67,7 +67,7 @@ static void php_sasl_destroy_conn(zend_rsrc_list_entry *rsrc TSRMLS_DC)
/* {{{ sasl_functions[]
*/
-function_entry sasl_functions[] = {
+zend_function_entry sasl_functions[] = {
/* Common Functions */
PHP_FE(sasl_version, NULL)
PHP_FE(sasl_errstring, NULL)
|