mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
really fix the build
This commit is contained in:
parent
3cbe879b89
commit
88a6a97a86
1 changed files with 1 additions and 2 deletions
|
@ -214,11 +214,10 @@ PHP_FUNCTION(yp_next) {
|
||||||
static int php_foreach_all (int instatus, char *inkey, int inkeylen, char *inval, int invallen, char *indata)
|
static int php_foreach_all (int instatus, char *inkey, int inkeylen, char *inval, int invallen, char *indata)
|
||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
CLS_FETCH();
|
|
||||||
|
|
||||||
zval *status, *key, *value;
|
zval *status, *key, *value;
|
||||||
zval **args [3] = { &status, &key, &value };
|
zval **args [3] = { &status, &key, &value };
|
||||||
zval *retval;
|
zval *retval;
|
||||||
|
CLS_FETCH();
|
||||||
|
|
||||||
MAKE_STD_ZVAL (status);
|
MAKE_STD_ZVAL (status);
|
||||||
ZVAL_LONG (status, ypprot_err (instatus));
|
ZVAL_LONG (status, ypprot_err (instatus));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue