zfcampus / zf-rest

BSD 3-Clause "New" or "Revised" License
32 stars 37 forks source link

PHP7: Resource as classname is forbidden #104

Open alextartan opened 8 years ago

alextartan commented 8 years ago

ZF\Rest\Resource generates a soft warning (for now) referring to the classname. "Resource" is listed as restricted on php.net.

This is the list of reservered php7 keywords: http://php.net/manual/en/reserved.other-reserved-words.php

Is there a plan to rename this class in the foreseeable future?

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/2.