From e937eeb2e5eb1a133e96485b8fdd6b8e0eac80a7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 22 Nov 2000 21:47:15 +0000 Subject: Run through conv_z_macros --- ext/dba/php_dba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dba/php_dba.h') diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index d8d1c9cbfe..699b80f777 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -91,7 +91,7 @@ extern zend_module_entry dba_module_entry; DBA_OPTIMIZE_FUNC(x); \ DBA_SYNC_FUNC(x) -#define VALLEN(p) (*p)->value.str.val, (*p)->value.str.len +#define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p) PHP_FUNCTION(dba_open); PHP_FUNCTION(dba_popen); -- cgit v1.2.1