-
In Zend_Db_Table_Abstract, in two protected methods (setupDatabaseAdapter(), _setupPrimaryKey()) there is a condition that checks if class property is defined. It sometimes throws undefined property, …
-
Hello, i extend `Zend_Form` and do in `_construct()`
```
$this->addElementPrefixPath('Example_Form_Decorator', 'Example/Form/Decorator/, 'DECORATOR');
$this->addDispla…
-
PHP 5.6 changed the SSL certificate verification default, causing Zend_Mail SMTP to fail when the server CN doesn't exactly match the certificate CN. The solution to this is to set the verify_peer and…
-
In the Zend_Session, function ::_checkID($id) there is check if session.hash_bits_per_character is set in PHP ini - if not, it defaults to 5. According to PHP manual, default is 4. This is causing us …
-
Hello!
$filter = new Zend_Filter_LocalizedToNormalized(array('locale' => 'es_CO'));
$val = $filter->filter( '1' );
$val should be 1000000 now, but is an array with date informations:
array ( [d…
-
Te version ZF 1.12.19 fail with locale set "es_VE".
Examples:
$valFloat->setLocale('es_VE'); // Locale 'es_VE'
$valFloat->isValid(1234); // returns FALSE (Bad)
$valFloat->isValid(1234.5); // return…
-
I am updating a ZF1 app from PHP 5.3 ZF 1.12.20 to PHP 7.4.
I'm using zf1s 1.13.1 on PHP 7.4.8 with PHPUnit 7.5.20 and a Zend_Test_PHPUnit_ControllerTestCase and I'm getting the error
**ini_set…
-
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
---
Original Issue…
-
Hi,
when validating an BASIC invoice built with [konik](https://konik.io), the error `Element 'ram:AssociatedDocumentLineDocument' must occur exactly 1 times.` is shown. I openend Issue https://git…
jlkDE updated
4 years ago
-
Hi all,
I have read https://github.com/zendframework/zend-expressive/issues/342 and I still have a few questions. Firstly, let me describe the scenario.
**Current situation**
Web application wr…