Describe the bug
localhost - website is getting reset.
Apache error_log shows...
symbol lookup error: phalcon.so: undefined symbol: ZEPHIR_SINIT_VAR.
But this didn't occur with 4.0.0-rc.1.
Details
@saravanank90 Could you please try to install from ext dir? Just go to ext dir and run commands as follows:
$ phpize
$ ./configure
$ make
$ sudo make install # optional
I already tried the following...
cd cphalcon/
git checkout tags/ v4.0.0-rc.2 ./
zephir fullclean
zephir compile
cd ext
phpize
./configure
sudo make && make install
Are there any special steps to reproduce? May be some code? Unfortunately, I can鈥檛 reproduce it yet.
I ran installation with zephir 0.12.4V which produced this bug.
Updated Zephir to 0.12.10V and reinstalled and no such errors.
Most helpful comment
I ran installation with
zephir 0.12.4Vwhich produced this bug.Updated Zephir to
0.12.10Vand reinstalled and no such errors.