From c178c3b5e4e7edc7ae9113c3419c10e8a0477e1c Mon Sep 17 00:00:00 2001 From: Jan Borsodi Date: Thu, 4 Jan 2001 12:26:22 +0000 Subject: [PATCH] New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured. --- ext/qtdom/qtdom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/qtdom/qtdom.h b/ext/qtdom/qtdom.h index 32fc2c9b06..259f011957 100644 --- a/ext/qtdom/qtdom.h +++ b/ext/qtdom/qtdom.h @@ -44,6 +44,7 @@ PHP_RSHUTDOWN_FUNCTION(qtdom); PHP_MINFO_FUNCTION(qtdom); PHP_FUNCTION(qdom_tree); +PHP_FUNCTION(qdom_error); /* Declare any global variables you may need between the BEGIN -- 2.50.1