Skip to content

Commit

Permalink
apcu_store() only requires one arg if an array is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Oct 7, 2019
1 parent 192c7f0 commit ecd5957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apc_arginfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/* {{{ arginfo */

ZEND_BEGIN_ARG_INFO_EX(arginfo_apcu_store, 0, 0, 2)
ZEND_BEGIN_ARG_INFO_EX(arginfo_apcu_store, 0, 0, 1)
ZEND_ARG_INFO(0, key)
ZEND_ARG_INFO(0, var)
ZEND_ARG_INFO(0, ttl)
Expand Down

0 comments on commit ecd5957

Please sign in to comment.