-
Hi
I'm trying to use this plugin but the cache file is generated with errors.
Searching for "implements" in the file I got this:
... abstract class Zend_Application_Bootstrap_BootstrapAbstract imple…
ghost updated
11 years ago
-
```
$validator = new \Zend_Validate_Date('Y-m-d');
var_dump($validator->isValid('2015-05-01|DEFAULT'));
$validator = new \Zend_Validate_Date();
var_dump($validator->isValid('2015-05-01|DEFAULT'));
```…
-
Hello,
This is a critical bug, it turned our system upside down today.
This has been reported long time ago, so I am not going to rewrite everything again and again here.
Please see:
http://framework.…
-
Since upgrading my legacy project to php 7.4 I get an error regarding the return type of **offsetUnset** method from Zend_Db_Table_Row_Abstract (Zend/Db/Table/Row/Abstract.php)
The error reads as s…
-
Any Plan to make compatible with PHP 8.4 ?
-
I would like to see a native Firebird driver like we had in ZF1 that does not rely on PDO.
I have already created a Zend-Db Firebird driver that uses the native ibase_ functions. I can connect to the…
-
-
I get this:
> Site key and secret key must be specified.
Can you help me, please?
modules/default/forms/Registration.php
`$this->addElement(new \Cgsmith\Form\Element\Recaptcha());`
config…
-
Somehow, Zend Page Cache is able to cache completely empty pages (that should have content). The $data it saves can be completely empty in certain circumstances.
I have no idea how it happens, but on…
-
```
Cypal Studio for GWT is implemented as a WTP facet. This gives the
advantages of deploying to a server or creating a WAR, the other common
operations (Async file creation, launch configuration, cr…