Ken Grammer

Results 17 comments of Ken Grammer

I'm still getting this issue when trying to update Komodo. Has there been any progress made on resolving this issue?

I forgot to mention that zephir_parser also seems to be required but it's not mentioned in the docs. Here are the commands that added to the Phalcon installation notes that...

@niden and I were working on a PHP 8.3 build issue and I confirmed that PECL does not work on a small server. I was trying to install with PECL...

@SageDavis, yeah, I use the git repo build method defined the Phalcon 5 installation guide. But I was trying the pecl method since the Phalcon dev team have said they...

"Why is this labeled not a bug?" My question exactly. :) Here are my build commands that I've used to install Phalcon 5 now on about a dozen servers but...

Quick update. I tried pecl to build again today and while it was throwing a lot of warnings, it appeared to be building. But then at the end I received:...

I just tried to rebuild Phalcon using PECL again and it still fails. I received the following error(s) from the PECL command: cc: fatal error: Killed signal terminated program cc1...

Thanks Jeckerson. Today's PECL build attempt was on a server with 2GB of memory. The initial report failed on a server with 8GB of memory. I can try the PECL...

@niden and I were working on a PHP 8.3 build issue and I confirmed that PECL does not work on a small server. I was trying to install with PECL...

Stupid questions since I haven't worked with transaction handling in Phalcon in a long time... Does the find() need to be inside the transaction for the transaction to work on...