projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c3ed5d9
)
- Fixed ZTS build
author
Felipe Pena
<felipe@php.net>
Wed, 30 Dec 2009 12:50:17 +0000
(12:50 +0000)
committer
Felipe Pena
<felipe@php.net>
Wed, 30 Dec 2009 12:50:17 +0000
(12:50 +0000)
http_api.c
patch
|
blob
|
history
diff --git
a/http_api.c
b/http_api.c
index 00461d9d7e49050e8212769e0667548eaa6f2486..7979e7bdefcd551e0ac3847dc260a2b6b1e29098 100644
(file)
--- a/
http_api.c
+++ b/
http_api.c
@@
-182,7
+182,7
@@
zval *_http_exception_wrap(zval *old_exception, zval *new_exception, zend_class_
}
#if PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 3
Z_ADDREF_P(old_exception);
- zend_exception_set_previous(new_exception, old_exception);
+ zend_exception_set_previous(new_exception, old_exception
TSRMLS_CC
);
#endif
zval_ptr_dtor(&old_exception);
return new_exception;