Esse é o erro
Warning: file_get_contents(): Unable to find the wrapper "zip" - did you forget to enable it when you configured PHP? in C:\Users\Gabriel\PhpstormProjects\Arquivos_e_Streams_PHP\leitor-zip.php on line 2
Warning: file_get_contents(zip://arquivos.zip#lista-cursos.txt): Failed to open stream: No such file or directory in C:\Users\Gabriel\PhpstormProjects\Arquivos_e_Streams_PHP\leitor-zip.php on line 2
Process finished with exit code 0
e tentei usar esses dois codigos
<?php
echo file_get_contents('zip://arquivos.zip#lista-cursos.txt');
//echo file_get_contents('zip:///C:/Users/Gabriel/PhpstormProjects/Arquivos_e_Streams_PHP/arquivos.zip#lista-cursos.txt');
já verifiquei também a extensão no aquivo php.ini
E mesmo assim não pegou