-
### Expected and Actual Behavior
> **Describe what you are trying to achieve and what goes wrong.**
#1376 [committed on Nov 21, 2019](https://github.com/phalcon/phalcon-devtools/commit/a033e99b2…
-
Greetings friends,
I've been trying to find a solution for about 2 days, but I couldn't. As a last resort, I decided to write here.
I am using filepond and php (phalcon) in my last project. I didn't…
-
When building with PHP5.3 on Windows, `INTERNED_LEN` and `str_efree` is not defined, then a link error occures.
`INTERNED_LEN` & `str_efree` is in the Zend api `` which is since PHP5.4, but the Zep…
-
Hi Guys,
It seems that I find a very strange question. I check my code carefully and debug it, but I really found that if I have a class property with array type, I got NULL returned after I set it "…
-
## 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…
-
Enviroment:
- Ubuntu 20.04
- php 7.4
- zephir 0.13.2
I use ```zephir init``` to init an project, but when I compile the extension using ```zephir compile```, it shows me that ```php_ext.h``…
-
error
> Service '\Swift_SmtpTransport' wasn't found in the dependency injection container
section to load
```
$loader->registerNamespaces(
array(
"Phalcon" => AP…
-
### Expected and Actual Behavior
When phalcon calls the save method on a collection, it passes the array argument: `["w": true]` in the file `phalcon/mvc/collection.zep:912`.
It should only pass a…
-
Using Phalcon v4.1.0 I've set following format for logger `[%date%] [%type%] %message%` but this results in:
```
[2021-04-05T09:52:56+02:00] [warning] Use of undefined constant a - assumed 'a' (th…
-
Since Zephir is going PHP 7.2+ then this feature can be removed from latest Zephir. Simply delete out the Zephir compiler code that treats it as a constructor.
[Constructors and Destructors](http:…