From: Kalle Sommer Nielsen Date: Mon, 19 Oct 2015 15:07:31 +0000 (+0200) Subject: Remove the VALLEN macro, this is not used anyway and wouldn't work as it was assuming... X-Git-Tag: php-7.1.0alpha1~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1986d52cd4dbc1dadc80251b37d97297f0c9ba23;p=php Remove the VALLEN macro, this is not used anyway and wouldn't work as it was assuming zval** --- diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index aef4ceae7d..38a5b7ca1a 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -129,8 +129,6 @@ typedef struct dba_handler { DBA_SYNC_FUNC(x); \ DBA_INFO_FUNC(x) -#define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p) - PHP_FUNCTION(dba_open); PHP_FUNCTION(dba_popen); PHP_FUNCTION(dba_close);