diff options
author | Derick Rethans <github@derickrethans.nl> | 2012-11-13 10:10:28 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2012-11-13 10:10:28 +0000 |
commit | d9aea7cd4d82fd9203d92241aa1e76aae754d94a (patch) | |
tree | 1ceb29b5cdc0abab3293aedaea58727e17fe2837 /ext/libxml/libxml.c | |
parent | db0f62349092aa462401a6a1a236c12d56d264b6 (diff) | |
parent | 6b9df7a4542c47fa6ab615461913ccdf7cdd4e10 (diff) | |
download | php-git-d9aea7cd4d82fd9203d92241aa1e76aae754d94a.tar.gz |
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Diffstat (limited to 'ext/libxml/libxml.c')
-rw-r--r-- | ext/libxml/libxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index a39c875b2c..c97ee6724d 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -918,7 +918,7 @@ static PHP_FUNCTION(libxml_set_streams_context) { zval *arg; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &arg) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &arg) == FAILURE) { return; } if (LIBXML(stream_context)) { |