]> granicus.if.org Git - php/commit
Replace fopen() inside domxml_xslt_process() with streams code to prevent
authorIlia Alshanetsky <iliaa@php.net>
Tue, 25 Nov 2003 16:05:18 +0000 (16:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 25 Nov 2003 16:05:18 +0000 (16:05 +0000)
commitbbbf8effb4bfaa6f3487f804f42be041dbb2d3ea
tree0bddcf448c8d8a2e0901a4c9dc93dc2c03c5b0e8
parent16f65cff5b542f26143ae4bdb4f03140cfea990a
Replace fopen() inside domxml_xslt_process() with streams code to prevent
a possible crash and enforce safe_mode & open_basedir restrictions.

Revert workaround for bug #26384, which is due to a bug in libxslt.
Christian will commit a better workaround shortly.
ext/domxml/php_domxml.c