]> git.pld-linux.org Git - packages/php.git/blame - php-5.3.7-bug-54440.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.7-bug-54440.patch
CommitLineData
fb98beff
ER
1--- PHP_5_3/ext/libxml/libxml.c 2011/04/09 16:59:36 310108
2+++ PHP_5_3/ext/libxml/libxml.c 2011/04/09 18:32:55 310109
3@@ -310,9 +310,7 @@
4 }
5 }
6
7- if (LIBXML(stream_context)) {
8- context = zend_fetch_resource(&LIBXML(stream_context) TSRMLS_CC, -1, "Stream-Context", NULL, 1, php_le_stream_context());
9- }
10+ context = php_stream_context_from_zval(LIBXML(stream_context), 0);
11
12 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL, context);
13 if (isescaped) {
This page took 0.059754 seconds and 4 git commands to generate.