From c3e3c98ec666812daaaca896cf5ef758a8a6df14 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 Aug 2014 19:24:55 +0200 Subject: master renames phase 1 --- 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 7276ba6942..d4d4c62c4a 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -126,7 +126,7 @@ typedef struct dba_handler { DBA_SYNC_FUNC(x); \ DBA_INFO_FUNC(x) -#define VALLEN(p) Z_STRVAL_PP(p), Z_STRSIZE_PP(p) +#define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p) PHP_FUNCTION(dba_open); PHP_FUNCTION(dba_popen); -- cgit v1.2.1 From d0cb715373c3fbe9dc095378ec5ed8c71f799f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 19 Sep 2014 18:33:14 +0200 Subject: s/PHP 5/PHP 7/ --- 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 d4d4c62c4a..d19000cf0f 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ -- cgit v1.2.1