-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The HashTable API in PHP 5 expects the null byte to be included in the key length. The original code from PHP-349 uses strlen(hash) when it should use strlen(hash) + 1.
- is related to
-
PHPC-349 Application Performance Monitoring (APM)
- Closed