projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a3b3f
)
Fix compiler warning
author
Andrey Hristov
<andrey@php.net>
Thu, 14 Jan 2010 11:39:18 +0000
(11:39 +0000)
committer
Andrey Hristov
<andrey@php.net>
Thu, 14 Jan 2010 11:39:18 +0000
(11:39 +0000)
ext/mysqlnd/mysqlnd_debug.c
patch
|
blob
|
history
diff --git
a/ext/mysqlnd/mysqlnd_debug.c
b/ext/mysqlnd/mysqlnd_debug.c
index 8fe58ab8433d6c01669cbf19c62a3c62271ac70f..1de52920d065085f1c31f0aa417db98c11d67a05 100644
(file)
--- a/
ext/mysqlnd/mysqlnd_debug.c
+++ b/
ext/mysqlnd/mysqlnd_debug.c
@@
-317,7
+317,7
@@
MYSQLND_METHOD(mysqlnd_debug, func_enter)(MYSQLND_DEBUG * self,
}
if ((self->flags & MYSQLND_DEBUG_TRACE_MEMORY_CALLS) == 0 && self->skip_functions) {
- char ** p = self->skip_functions;
+ c
onst c
har ** p = self->skip_functions;
while (*p) {
if (*p == func_name) {
zend_stack_push(&self->call_stack, "", sizeof(""));