acrcloud / acrcloud_sdk_php

27 stars 18 forks source link

SDK for PHP 7.3 #2

Open TheFrankman opened 4 years ago

TheFrankman commented 4 years ago

Unable to initialise module for on debian stretch after upgrading to php 7.3

Composer install returns :

PHP Warning:  PHP Startup: acrcloud_extr_tool: Unable to initialize module
Module compiled with module API=20170718
PHP    compiled with module API=20180731
These options need to match
 in Unknown on line 0
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
renanmedina commented 4 years ago

Facing the same problem. it would be great to have the .so compiled to 7.3.

qiuxuewen commented 4 years ago

Unable to initialise module for on debian stretch after upgrading to php 7.3

Composer install returns :

PHP Warning:  PHP Startup: acrcloud_extr_tool: Unable to initialize module
Module compiled with module API=20170718
PHP    compiled with module API=20180731
These options need to match
 in Unknown on line 0
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file

Added php73 for Linux, please try it.

zsoro2 commented 4 years ago

The problem still appears at php@7.4 on my side.

TheFrankman commented 4 years ago

Sounds like you're losing a lot of business by not keeping this repo up to date. It also raises concerns that with new PHP versions you could be waiting months for an update. Best looking for alternative solutions. Gracenote offer audio recognition. You'll have to get your head around their SDK and C but at least from what I can see, it's supported.

zsoro2 commented 4 years ago

Thank you for advice. Anyway, I tried the python SDK for testing, it worked smoothly.