Re: Help with updating from PHP 5 to PHP 7
[email protected] (Jan Ehrhardt)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
Benedikt Carda in php.pecl.dev (Tue, 26 Jan 2021 08:53:10 +0100): >I am not sure if it is o.k. to ask for help on this mailing list. >Unfortunately at stackoverflow.com nobody who is familiar with >php-extensions seems to be around. >I found this guide for upgrading PHP: >https://wiki.php.net/phpng-upgrading. And I searched other packages to >see how they did it. I managed that the package I try to update compiles >without errors, but I get some warnings and one of those at least is >still breaking the functionality of the package. > >Here is the diff of one function I changed that now breaks. Can somebody >tell me where I am wrong? > >PHP_FUNCTION(scard_connect) Did you try https://git.unixpeople.org/hanez/php7-pcsc ? -- Jan