The Wayback Machine - http://web.archive.org/web/20211010143719/https://github.com/topics/php-extension
Skip to content
#

php-extension

Here are 233 public repositories matching this topic...

cphalcon
konsultaner
konsultaner commented Feb 4, 2021

I'm using PHP 7.4 with phalcon 4.1.0. The following code raises an Exception:

$phalconModel->property = "foo";
unset($phalconModel->property); 
$phalconModel->property = "bar"; //<- This throws
Fatal error: Uncaught Phalcon\Mvc\Model\Exception: Cannot access property 'XXX' (not public)

With phalcon 4.0.5 on PHP 7.3 it worked as expected. I'm not sure if this is a

Improve this page

Add a description, image, and links to the php-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the php-extension topic, visit your repo's landing page and select "manage topics."

Learn more