All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Revert undefined property declarations #453
- Fix for very slow chunk processing for larger content in the http res… by @aleksandar-mitrev in #354
- Add check in DbTable Authentication Adapter for empty results when AmbiguityIdentity is TRUE by @rruchte in #419
- Fix deprecation message in php8 with null param with realpath() by @tsmgeek in #413
- Fix deprecated usage of string functions in
BaseUrl
helper. by @muli in #410 - Support for PHP 8.2 by @Fredthelead in #438
- PHP8.4: Implicitly nullable by @sreichel in #442
- Skip broken PhpUnit tests by @sreichel in #443
- Update composer.json homepage property by @B3none in #432
- PHPStan fixes by @thomaslauria in #434
- Fix "Undefined variable $c" in Zend_XmlRpc_Server::setResponseClass() by @lapiudevgit in #451
- Fix PHP Deprecated: Creation of dynamic property $zfBreakChainOnFailure from Zend_Form_Element by @hung202028 in #440
- introduced BREAKING CHANGES doc.
- support "samesite" cookie attribute in Zend_Http_Header_SetCookie in #315
- Support X-Forwarded-Proto header in #386
- added setting to disable automatic strigify of pdo mysql in #378
- reverted Deprecated : Return type on Zend_Session_SaveHandler_DbTable in #377
- Zend_Db_Adapter_Db2 limit does not work in #391
- Zend_Http_Client-Adapter_Socket - check transfer-encoding header is a string (and not an array) in #396
- Fixes A non-numeric value encountered in PhpMath.php in #402
- Updated DocBlocks to return $this for fluent interface in #390
- add "array" as allowed type of $value in #387
- Avoid undefined array key access inside url assembly in #383
- Fixed #357 return type backward-compatible issue reported in #379
- Fixed missing property in #376
- further Zend Mail sendmail transport validation tweak
- corrected Zend Mail sendmail transport comparison
- Enabled testing of APCU for all PHP versions when running with all extensions enabled by @boenrobot in #363
- Finnish date translations by @Lodewyk in #368
- addressed 5th sendmail param validation using -f (#326) by @develart-projects in #371
- corrected versioning and changelog
- Pdo transaction bring back like php7 by @hungtrinh in #365
- sendmail header sanitization quick-fix, as described in #326 by @develart-projects in #366
- Made tests be able to run on all supported PHP versions, and run successfully by @boenrobot in #353
- Extend native SessionHandlerInterface by @holtkamp in #357
- Added typecast to stop depreciation messages by @krytenuk in #325
- Version and minor fixes by @develart-projects in #364
- getTranslator() docblocks for the Zend_Form family by @boenrobot in #311
- Fixed the version test since the latest release. by @boenrobot in #312
- Fix: pin phpunit to 9 instead of latest (10) in github actions by @hungtrinh in #321
- Pdo sqlite keep bc since php81 by @hungtrinh in #320
- Keep pdo mysql adapter fetch digit field type BC with php <= 8.0 by @hungtrinh in #324
- PDO: Fix partial error return when using a encrypted connection by @TAINCER in #327
- Partial helper pull vars from view model by @hungtrinh in #329
- [Zend_Ldap] php 8.1 & 8.2 compatibility fixes by @hungtrinh in #333
- SUPEE-10752 from Magento 1.9.3.9 by @fballiano in #313
- Set stream context before opening socket by @tsmgeek in #330
- Fixed PHPDoc in Zend_Validate_Regex by @PHPGangsta in #332
- [Github action] - On test zend ldap by @hungtrinh in #335
- zend-validate fix issue: File "Intelligentmail.php" does not exist by @hungtrinh in #336
- Fixing typo in README.txt generation part by @me-ve in #338
- isNumber() bugfix by @develart-projects in #262
- PHP8.2 - Fix null beeing passed to urlencode by @griesi007 in #358
- Basic Sendgrid Transport Class by @tsmgeek in #331
- Fix/cache apcu update by @emelyanov-s in #342
- Fix PHPDoc for @methods to ensure static analysers understand it by @holtkamp in #349
- Added more precise return types on Zend_Controller_Request_Http by @staabm in #347
- Fix docblock in Zend_Json_Server by @kiatng in #361
- Github actions and test improvements #298, #292, #287, #285, #284, #280, #275, #273, #272, #269
- Add AllowDynamicProperties Attribute to classes
- Rector added for easier version upgrades #290
- Mysqli support for connection flags #300
- Limit mktime() YEAR input to prevent 504 error #299
- Generic fixes #310, #303, #297, #296, #295, #279
- Parameter type corrections #306, #294, #266
- Removed code supporting PHP 5.3.3 #265
- stream_set_option is not implemented error fixed #263
- Further PHP 8.2 fixes #291, #289, #281, #261, #268, #277
- Depreciation message fixed for strtoupper #260
- Further PHP 8.1 fixes #301, #258, #269
- CHANGELOG.md
- Now accepting HTTP 2 in Zend_Http_Response #247
- preg_match deprication fixed #256
- Annotation correction #255
- utf8_encode() and utf8_decode() which PHP 8.2 will depricate, have been replaced #252
- Fix for deprecation of ${var} string interpolation for PHP 8.2 #253
- Fixes array keys in filter constructor call #249
- Fixes re-encoding in PDF properties #245