Re: [PHP-DEV] Converting an 'old' PHP 5.x extension to PHP 7

2015-12-10 Thread Sjoerd Maessen
Hi Jan, François and Adam, Thank you for the quick responses. Ah yes an extension name can be helpful. I’m talking about the extension “php-svm” of Ian Barber ( https://github.com/ianbarber/php-svm) which I made a fork of https://github.com/sjoerdmaessen/php-svm Regards, Sjoerd On Thu, Dec 10, 2

Re: [PHP-DEV] Converting an 'old' PHP 5.x extension to PHP 7

2015-12-10 Thread Adam Harvey
On 10 December 2015 at 08:51, Sjoerd Maessen wrote: > As a first time poster I'm very nervous but here we go! Welcome! > I cloned the github repo and was able to remove 1 error during the > compilation process that had to do with ZVAL_STRING. This was an easy error > to fix since it came down to

Re: [PHP-DEV] Converting an 'old' PHP 5.x extension to PHP 7

2015-12-10 Thread flaupretre
Hi, - Mail original - > De: "Sjoerd Maessen" > À: internals@lists.php.net > Envoyé: Jeudi 10 Décembre 2015 17:51:56 > Objet: [PHP-DEV] Converting an 'old' PHP 5.x extension to PHP 7 > > Hi everyone, > > As a first time poster I'm very ne

[PHP-DEV] Converting an 'old' PHP 5.x extension to PHP 7

2015-12-10 Thread Sjoerd Maessen
Hi everyone, As a first time poster I'm very nervous but here we go! I've recently upgraded my development environment to PHP 7. Everything works amazing however 1 module I used to use a lot is not ported yet to PHP 7. I've notified the creator but I thought this also may be a good opportunity to