iliaa Sat Jan 18 14:51:21 2003 EDT Modified files: /php4/ext/xslt sablot.c Log: Changed php_error to php_error_docref. Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.70 php4/ext/xslt/sablot.c:1.71 --- php4/ext/xslt/sablot.c:1.70 Tue Dec 31 11:08:10 2002 +++ php4/ext/xslt/sablot.c Sat Jan 18 14:51:20 2003 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sablot.c,v 1.70 2002/12/31 16:08:10 sebastian Exp $ */ +/* $Id: sablot.c,v 1.71 2003/01/18 19:51:20 iliaa Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1797,7 +1797,7 @@ 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);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php