mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
6.2 KiB
6.2 KiB