The E_ERROR to E_RECOVERABLE_ERROR should be readded with the
proper tests.
This commit is contained in:
Anatol Belski 2015-07-21 11:18:36 +02:00
parent 1767992e4e
commit 6065b29fe4
13 changed files with 41 additions and 70 deletions

View file

@ -23,7 +23,7 @@
#define PS_SANITY_CHECK \
if (PS(default_mod) == NULL) { \
php_error_docref(NULL, E_RECOVERABLE_ERROR, "Cannot call default session handler"); \
php_error_docref(NULL, E_CORE_ERROR, "Cannot call default session handler"); \
RETURN_FALSE; \
}