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

Commit

Permalink
Added arginfo structures to zend_function_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 5, 2011
1 parent c19323a commit bfb7969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions igbinary.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ ZEND_END_ARG_INFO()
/* {{{ igbinary_functions[] */
/** Exported php functions. */
zend_function_entry igbinary_functions[] = {
PHP_FE(igbinary_serialize, NULL)
PHP_FE(igbinary_unserialize, NULL)
PHP_FE(igbinary_serialize, arginfo_igbinary_serialize)
PHP_FE(igbinary_unserialize, arginfo_igbinary_unserialize)
{NULL, NULL, NULL}
};
/* }}} */
Expand Down

0 comments on commit bfb7969

Please sign in to comment.