Various execute methods in Manager.c use Z_PARAM_STRING_OR_NULL when parsing required string params (e.g. $db, $namespace). This was likely copied from the constructor's handling of the optional $uri param, but it would be more correct to use Z_PARAM_STRING for required params.
- is related to
-
PHPC-2111 Replace zend_parse_parameter_calls with PHONGO_PARSE_PARAMETERS macros
-
- Closed
-