diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2015-10-19 17:07:31 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2015-10-19 17:07:31 +0200 |
commit | 1986d52cd4dbc1dadc80251b37d97297f0c9ba23 (patch) | |
tree | 876546e8cbbf0d24c91fcbfca95894373671bc24 /ext/dba/php_dba.h | |
parent | 85678fc3bdfb5d893210c532c21c133f71a4da63 (diff) | |
download | php-git-1986d52cd4dbc1dadc80251b37d97297f0c9ba23.tar.gz |
Remove the VALLEN macro, this is not used anyway and wouldn't work as it was assuming zval**
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r-- | ext/dba/php_dba.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |