> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > > > As it happens, DONE is defined to be -2. :-) > > Ok, I will use that, but 'DONE' doesn't really give the impression of > being a fatal error return value.
I know. It's original use was for use during request processing, when a module wanted to be sure that it was the last function run for a specific hook. Basically this value ensured that no other functions were run for that hook. Ryan