Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit bfb7969

Browse files
committed
Added arginfo structures to zend_function_entry
1 parent c19323a commit bfb7969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

igbinary.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ ZEND_END_ARG_INFO()
197197
/* {{{ igbinary_functions[] */
198198
/** Exported php functions. */
199199
zend_function_entry igbinary_functions[] = {
200-
PHP_FE(igbinary_serialize, NULL)
201-
PHP_FE(igbinary_unserialize, NULL)
200+
PHP_FE(igbinary_serialize, arginfo_igbinary_serialize)
201+
PHP_FE(igbinary_unserialize, arginfo_igbinary_unserialize)
202202
{NULL, NULL, NULL}
203203
};
204204
/* }}} */

0 commit comments

Comments
 (0)