[GIT-PULLS] [php-src] PR #22884: ext/soap: Fix SOAP classmap validation for integer keys

[email protected] (LamentXU123) Sat, 25 Jul 2026 06:58:30 +0000
Newsgroups php.git-pulls
Message-ID <[email protected]>
Pull Request: https://github.com/php/php-src/pull/22884
Author: LamentXU123

Previously, SOAP only rejected packed arrays, which still allowed sparse integer-keyed arrays and mixed string integer-keyed arrays to be accepted.

Since `classmap` is expected to be an associative mapping, arrays containing integer keys are now rejected consistently.