1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
ndossche 8f9a8c00e7 Fix GH-21421: SoapClient typemap property breaks engine assumptions
The conversion away from resources introduced the contents of the
typemap property, which internally uses IS_PTR zvals.
These should never be exposed because to userland they break engine
assumptions. To solve this, we hide this in an internal field.
We also disable cloning in the process which is broken in most cases
because it doesn't clone internal data.

Closes GH-21422.
2026-03-23 22:07:45 +01:00
..
2026-03-22 09:58:02 +01:00
2026-03-21 14:29:36 +01:00
2026-03-02 18:51:57 +01:00
2026-02-27 15:05:28 +01:00
2026-03-22 00:43:10 +01:00
2026-02-04 17:10:53 +01:00
2026-03-10 20:30:37 +01:00
2026-03-11 22:31:39 +01:00