You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Deprecation Notice: Class Aerospike\GeoJSON located in ./vendor/aerospike/aerospike-client-php/src/GeoJSON/GeoJSON.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
PHP 7.3
Aerospike client 7.5.2
Composer 10.5
Can be reproduced with
Autoloader optimization is common practice for high load web sites as it allows completely bypass class name conversion to real path.
According to autoload config this class must be one level higher, just like another class Aerospike\Bytes
The text was updated successfully, but these errors were encountered: