]> granicus.if.org Git - php/commitdiff
Changed php_error to php_error_docref.
authorIlia Alshanetsky <iliaa@php.net>
Sat, 18 Jan 2003 19:51:21 +0000 (19:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 18 Jan 2003 19:51:21 +0000 (19:51 +0000)
ext/xslt/sablot.c

index 43e761a3d4808428940a1222a00fffcede31d4ea..b365b6732b5ac8afae0080d1482c8261e4f59119 100644 (file)
@@ -1797,7 +1797,7 @@ static MH_ERROR error_print(void *user_data, SablotHandle proc, MH_ERROR code, M
                XSLT_REG_ERRMSG(errmsg, handle);
 
                /* Output a warning */
-               php_error(E_WARNING, msgbuf);
+               php_error_docref(NULL TSRMLS_CC, E_WARNING, msgbuf);
 
                /* Cleanup */
                efree(msgbuf);