mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() The problem is that in the testcase, the session is started before the parent class is loaded. This causes an incomplete class in the session storage. Then in the soap code the check `Z_OBJCE_P(tmp_soap_p) == service->soap_class.ce` fails because it is the incomplete class. It is a silent failure. We cannot fix this easily. But we should let the user know something is wrong, because it leaves them confused otherwise. So emit an error to let them know and suggest a fix. Closes GH-12540. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
php_encoding.c | ||
php_encoding.h | ||
php_http.c | ||
php_http.h | ||
php_packet_soap.c | ||
php_packet_soap.h | ||
php_schema.c | ||
php_schema.h | ||
php_sdl.c | ||
php_sdl.h | ||
php_soap.h | ||
php_xml.c | ||
php_xml.h | ||
soap.c | ||
soap.stub.php | ||
soap_arginfo.h |