SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
16 stars 3 forks source link

Uncaught Error #12

Closed Nexus9w9 closed 1 year ago

Nexus9w9 commented 1 year ago

✘ ⚙  allyson  php pharynx.phar -i plugins/LobbySystem -p lobbysystem.phar PHP Fatal error: Uncaught Error: Call to undefined function yaml_parse_file() in phar:///home/allyson/Documentos/Development-PMMP/pharynx.phar/src/Args.php:149 Stack trace:

0 phar:///home/allyson/Documentos/Development-PMMP/pharynx.phar/src/Main.php(25): SOFe\Pharynx\Args::parse()

1 /home/allyson/Documentos/Development-PMMP/pharynx.phar(8): SOFe\Pharynx\Main::main()

2 {main}

thrown in phar:///home/allyson/Documentos/Development-PMMP/pharynx.phar/src/Args.php on line 149

SOF3 commented 1 year ago

Your PHP does not include the yaml extension. Please run pharynx with the PHP binaries you run your server with.

SOF3 commented 1 year ago

also, write -p=lobbysystem.phar with the =.

Nexus9w9 commented 1 year ago

ok, thanks