projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7e945d9
)
fix two long/zend_long mismatches
author
Michael Wallner
<mike@php.net>
Wed, 20 Jan 2016 09:15:24 +0000
(10:15 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 20 Jan 2016 09:15:24 +0000
(10:15 +0100)
src/php_pqres.c
patch
|
blob
|
history
diff --git
a/src/php_pqres.c
b/src/php_pqres.c
index f2ddf98029497a7d9314a1f82bde1d4a009f8cac..68645a19c9902d65f94ca52468c632abad36d9bc 100644
(file)
--- a/
src/php_pqres.c
+++ b/
src/php_pqres.c
@@
-145,7
+145,7
@@
zval *php_pqres_typed_zval(php_pqres_t *res, Oid typ, zval *zv)
goto noconversion;
}
{
- long lval;
+
zend_
long lval;
double dval;
switch (is_numeric_str_function(str, &lval, &dval)) {
@@
-561,7
+561,7
@@
typedef struct php_pqres_col {
static ZEND_RESULT_CODE column_nn(php_pqres_object_t *obj, zval *zcol, php_pqres_col_t *col)
{
- long index = -1;
+
zend_
long index = -1;
char *name = NULL;
if (!zcol) {