diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-16 01:15:48 -0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2018-02-18 09:38:47 +0100 |
commit | 4f43d312ad0d4658ed789360f1762b21424c43ce (patch) | |
tree | bc590217a5c9704e74a9f3819590fac7bcc5c409 /ext/mysqli | |
parent | 079598a85d57027ca85ae8bf934c39c1b61a6c0f (diff) | |
download | php-git-4f43d312ad0d4658ed789360f1762b21424c43ce.tar.gz |
Remove redelcaration of zend_parse_parameters_none
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/mysqli_nonapi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index 0cae20a902..296c6fbd4e 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -35,11 +35,6 @@ #define SAFE_STR(a) ((a)?a:"") -#ifndef zend_parse_parameters_none -#define zend_parse_parameters_none() \ - zend_parse_parameters(ZEND_NUM_ARGS(), "") -#endif - /* {{{ php_mysqli_set_error */ static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err) |