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
Hi, Im trying compile Tensor extension in my windows, but I got an error.
Here's a message from a command
composer compile
> zephir compile
Preparing for PHP compilation...
The system cannot find the path specified.
The system cannot find the path specified.
In Compiler.php line 862:
[ErrorException]
implode(): Passing glue string after array is deprecated. Swap the parameters
Exception trace:
at C:\laragon\www_temporary\Tensor\vendor\phalcon\zephir\Library\Compiler.php:862
Zephir\{closure}() at n/a:n/a
implode() at C:\laragon\www_temporary\Tensor\vendor\phalcon\zephir\Library\Compiler.php:862
Zephir\Compiler->compile() at C:\laragon\www_temporary\Tensor\vendor\phalcon\zephir\Library\Console\Command\CompileCommand.php:59
Zephir\Console\Command\CompileCommand->execute() at C:\laragon\www_temporary\Tensor\vendor\symfony\console\Command\Command.php:255
Symfony\Component\Console\Command\Command->run() at C:\laragon\www_temporary\Tensor\vendor\symfony\console\Application.php:1010
Symfony\Component\Console\Application->doRunCommand() at C:\laragon\www_temporary\Tensor\vendor\symfony\console\Application.php:255
Symfony\Component\Console\Application->doRun() at C:\laragon\www_temporary\Tensor\vendor\phalcon\zephir\Library\Console\Application.php:162
Zephir\Console\Application->doRun() at C:\laragon\www_temporary\Tensor\vendor\symfony\console\Application.php:148
Symfony\Component\Console\Application->run() at C:\laragon\www_temporary\Tensor\vendor\phalcon\zephir\zephir:22
compile [--backend BACKEND] [--dev] [--no-dev] [-h|--help] [--no-ansi] [-v|--verbose] [--] <command>
Script zephir compile handling the compile event returned with error code 1
Im used
PHP 7.4.11
Visual studio 2017
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, Im trying compile Tensor extension in my windows, but I got an error.
Here's a message from a command
Im used
PHP 7.4.11
Visual studio 2017
Thanks.
The text was updated successfully, but these errors were encountered: