|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
+- Fixed a crash in CGI mode, in case no file was provided (Daniel Beulshausen
+ & Zeev)
- Fixed possible crash bug in imap_fetchstructure() (Jani)
- Fixed possible crash bug in imap_open() (Jani & Mark Musone)
- Added url_rewriter.tags configuration directive (Sascha)
#include "zend_execute.h"
#include "zend_highlight.h"
#include "zend_indent.h"
+#include "zend_extensions.h"
#include "php_content_types.h"
#include "php_ticks.h"
php_end_ob_buffers(SG(request_info).headers_only?0:1);
}
- if (setjmp(EG(bailout))==0) {
+ if (PG(modules_activated) && setjmp(EG(bailout))==0) {
php_call_shutdown_functions();
}