Version rationale: patch for a scoped PHP parity/security fix affecting one removed upstream function without package runtime or import-model changes.
PHP
- Breaking: removed
php/funchand/create_functionfor PHP 8.3 parity and security posture. The function was deprecated in PHP 7.2, removed in PHP 8.0, and Locutus now treats closure export behavior inphp/var/var_exportas the current\Closure::__set_state(array(...))form instead of referencing the removed API.