-
Hi!
We use Phalcon 3 with PHP 7.3 on Ubuntu 16.04, but today I get the error message that package php-phalcon3 doesn't exist. So just wondering if this is an error or if it has been discontinued or…
-
$application->handle() by default sends cookies and headers
https://github.com/phalcon/cphalcon/blob/master/phalcon/Mvc/Application.zep#L393-L405
I use following logic in my code:
```
$response …
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
At the moment there is no facility to link with an object file (i'm not talking about a library that stays somewhere else on the system). I found it was possible to add this functionality to LDFLAGS i…
-
php.net/manual says:
> For backwards compatibility, if PHP 5 cannot find a __construct() function for a given class, and the
> class did not inherit one from a parent class, it will search for the…
-
Current Status
======
* **Codebase in progress:**
[https://github.com/linxlad/realworld-phalcon](https://github.com/linxlad/realworld-phalcon)
* **About Phalcon:**
[https://phalconphp.c…
-
I think I found a bug (99% sure) or I misunderstood the documentation.
## My setup:
```shell
Phalcon DevTools (4.1.0)
Environment:
OS: Windows NT DEV-PC 10.0 build 19042 (Windows 10) AMD6…
ghost updated
3 years ago
-
I can't use `call_user_func`, it crash the script with 139 error
My OS: Linux nettop 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux
PHP: 5.6.9-0+deb8u1 (cli) (built: Jun 5…
-
https://github.com/phalcon/cphalcon/blob/3241d96e4bb01dc7746b74c9ce586250b8887c46/phalcon/Db/Profiler/Item.zep#L58
The value of method(getTotalElapsedSeconds ) return is not a time in seconds.
h…
-
I write little class for test performance and results are disappointing.
Class code
``` php
class Geometry {
public static function run(array $list, int $count) -> void {
int i = 0;
while …