-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@janus-idp/backstage-plugin-topology@1.28.0` for the …
-
Hi,
I faced the following error when added to namespace and registering db in services.
( ! ) Strict standards: Declaration of Twm\Db\Adapter\Pdo\Mssql::executePrepared() should be compatible with …
-
ref: #16571
**Describe the bug**
Instantiating and invoking a Phalcon/Support class many times make memory grow too much.
I'm using it in a forever-running CLI script.
**To Reproduce**
Scri…
-
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord
**Describe the bug**
Model with column declared as `varchar(255) NOT NULL` does not accept an empty string. It doe…
-
While adapting my websites running Phalcon 3.4 to run with Phalcon 5, I noticed that AJAX doesn't seem to work. Webpages with Volt views are fine.
**Bug description**
When using `$this->response->…
-
Hi,
I am trying to delete a folder with the following code:
```
use garethp\ews\API\Enumeration\DistinguishedFolderIdNameType;
$api = MailAPI::withUsernameAndPassword($host, $login, $password)…
-
Hey!
Phalcon's community need to migrate it to own servers, I am not able to host it
```
apt show elasticsearch
Package: elasticsearch
Version: 1.7.3+dfsg-3
with analysis-morphology plugin…
-
**Describe the bug**
I can confirm this is issue still exists in Phalcon 5.x - see this: https://github.com/phalcon/phalcon/issues/83
I have same problem.
**To Reproduce**
```php
$image = new …
-
When I create a new PHP file (f.e. index.php) and paste some php code in it which starts with
-
1.Need exeMicro function
2.团队之间分别些配置文件,然后执行一个php文件将 配置合并
1)配置文件最好是 php文件,用 return 数组的形式
APC那种缓存用了 肯定还是 php 配置文件快,不用读硬盘了
2)还有不同的模块分别写配置文件,然后用 combine_config.php合并所有当前目录
的配置文件到一个数组里面去
3.我的想…