mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Reverted ad4533fdba
The E_ERROR to E_RECOVERABLE_ERROR should be readded with the proper tests.
This commit is contained in:
parent
1767992e4e
commit
6065b29fe4
13 changed files with 41 additions and 70 deletions
|
@ -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; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue