Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dev 76454 php84update #3

Open
wants to merge 104 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
b3586c1
Fix for very slow chunk processing for larger content in the http res…
aleksandar-mitrev Jun 13, 2023
cfaf5bb
- revoke function skope
aleksandar-mitrev Jun 13, 2023
7f3f352
Merge pull request #6 from MittagQI/hotfix/slow-bodychunk-decode-for-…
thomaslauria Jun 15, 2023
e1c2541
added SameSite setCookie param (#315)
develart-projects Aug 30, 2023
8aba653
Merge pull request #375 from develart-projects/samesiteCookieHeaderParam
develart-projects Aug 30, 2023
ae86354
compataibility for php 8.2 to stop error Deprecated: Creation of dyna…
pcmad Sep 6, 2023
fd95045
Merge pull request #376 from pcmad/patch-1
develart-projects Sep 7, 2023
9d249ac
added setting to disable automatic strigify of pdo mysql
Sep 11, 2023
92574e5
Revert changes since Shardj#357 for the backward-compatible issue rep…
fanlei Sep 13, 2023
d5f9151
Merge pull request #379 from fanlei/hotfix/return-type-not-match-depr…
develart-projects Sep 13, 2023
2307028
static flag issue fixed
Sep 15, 2023
d9ef42a
Merge pull request #378 from roshanbudhathoki/fix/flag-to-disable-str…
develart-projects Sep 19, 2023
444bd9a
avoid potential array access on non-existent key
dochne Sep 27, 2023
74ce53b
Merge pull request #383 from dochne/master
develart-projects Sep 27, 2023
fa81714
Support X-Forwarded-Proto header
rokclimb15 Oct 26, 2023
e90fae7
Merge pull request #386 from rokclimb15/serverurl-helper-x-forwarded-…
develart-projects Oct 26, 2023
053b7cb
add "array" as allowed type of $value
holtkamp Nov 7, 2023
f8018da
Merge pull request #387 from holtkamp/patch-incomplete-phpdoc-zend-lo…
develart-projects Nov 7, 2023
daa2ada
Updated DocBlocks to return `$this` for fluent interface
sreichel Nov 24, 2023
a9fe914
Added Zend_Json
sreichel Nov 24, 2023
31d166b
Fixed typo
sreichel Nov 24, 2023
f53b663
Improving limit method using OVER()
Nov 24, 2023
a510220
stop: PHP Fatal error: Uncaught TypeError: strtolower(): Argument #1…
DavidGoodwin Dec 31, 2023
4eb8fd1
and tidy up the exception message thrown so it is readable
DavidGoodwin Dec 31, 2023
64b8699
fix spelling (thanks @sreichel)
DavidGoodwin Jan 1, 2024
2a1a0cc
Merge pull request #390 from sreichel/fluent
develart-projects Jan 23, 2024
8c3b0a7
Fixes A non-numeric value encountered in PhpMath.php
sreichel Jan 24, 2024
0eeea1f
Merge pull request #402 from sreichel/sreichel-patch-phpmath
develart-projects Jan 26, 2024
ae0ac8f
Merge pull request #392 from ushiday/patch01
develart-projects Jan 26, 2024
dbdd481
Merge pull request #396 from DavidGoodwin/master
develart-projects Jan 26, 2024
e0dcbb3
1.24.0 release
develart-projects Feb 5, 2024
b87c150
Merge pull request #404 from develart-projects/master
develart-projects Feb 5, 2024
d0001bf
don't run string functions on null objects
muli Apr 2, 2024
5f6cce1
correct params docs
muli Apr 2, 2024
22800df
Fix deprecation message in php8 with null param with realpath()
tsmgeek Apr 27, 2024
f9bc749
Add check in DbTable Authentication Adapter for empty results when Am…
rruchte May 2, 2024
6c532d8
Merge pull request #7 from Shardj/master
thomaslauria Jul 19, 2024
144f3bc
fix callback annotations for phpstan usage
thomaslauria Jul 19, 2024
077977a
Merge pull request #8 from MittagQI/fix-callback-annotations
thomaslauria Jul 19, 2024
78f59e6
restore mbstring overloading for full backwards compatibility
thomaslauria Jul 22, 2024
09cef7b
Merge pull request #9 from MittagQI/hotfix/slow-bodychunk-decode-for-…
thomaslauria Jul 22, 2024
be808f8
Merge pull request #354 from MittagQI/hotfix/slow-bodychunk-decode-fo…
develart-projects Jul 22, 2024
5ca64ea
Merge pull request #419 from rruchte/auth-ambiguous-identity-fix
develart-projects Jul 22, 2024
bd0c634
Merge pull request #413 from tsmgeek/patch-4
develart-projects Jul 22, 2024
94d85ab
Merge pull request #410 from muli/fix_deprecated_usage_of_string_func…
develart-projects Jul 22, 2024
e2b36a3
Update composer.json homepage property
B3none Aug 10, 2024
8ec8340
Merge branch 'Shardj:master' into master
thomaslauria Aug 12, 2024
607c8bb
phpstan fixes
thomaslauria Aug 12, 2024
f42b369
Merge pull request #10 from MittagQI/hotfix/slow-bodychunk-decode-for…
thomaslauria Aug 12, 2024
ad3acd0
Fixed non-static calls to static methods
Fredthelead Sep 19, 2024
6757b0e
Consistant implode usage
Fredthelead Sep 19, 2024
278bdac
Declare undefined properties
Fredthelead Sep 19, 2024
21d1b28
Fixed bad string concatenation
Fredthelead Sep 19, 2024
7b80887
Removed call to unused function
Fredthelead Sep 19, 2024
6ae1c46
Configure rector to be compatible with PHP 7.1 up to 8.2
Fredthelead Sep 19, 2024
a5e8f71
Bump supported PHP version in readme
Fredthelead Sep 19, 2024
e2c8330
Update README.md
develart-projects Sep 19, 2024
459a61f
Merge pull request #438 from Fredthelead/feature/PHP82
develart-projects Sep 19, 2024
0607bdd
Fix PHP Deprecated - Creation of dynamic property $zfBreakChainOnFailure
hung202028 Sep 20, 2024
28a3002
php8.4 Implicitly nullable
sreichel Sep 21, 2024
2483c48
Allow rector 0.12.19 for php7.1
sreichel Sep 22, 2024
7da7b98
TMP: deactivate tests with errors
sreichel Sep 22, 2024
d8a4c7a
TMP: skip tests with error
sreichel Sep 22, 2024
c91fc1c
TMP: skip tests with failure
sreichel Sep 22, 2024
bf8f3ed
TMP: skip tests with errors (2)
sreichel Sep 22, 2024
82ba9d2
Updated workflow
sreichel Sep 23, 2024
8bd669a
Simpler rector.php
sreichel Sep 23, 2024
01f02a6
Rector fixes
sreichel Sep 23, 2024
1e9e708
Updated composer.json
sreichel Sep 23, 2024
f7c2bc9
Fixed rector workflow
sreichel Sep 23, 2024
0d397d5
php-cs-fixer fixes
sreichel Sep 23, 2024
7b39172
Updated rector.php
sreichel Sep 23, 2024
50e85ed
Updated composer.json homepage
sreichel Sep 23, 2024
fb1ee7f
Updated rector.php
sreichel Sep 23, 2024
2a8b62b
Rector fixes
sreichel Sep 23, 2024
02be3e6
TLS v1.3 added
addison74 Oct 8, 2024
203c483
Merge pull request #1 from ADDISON74/ADDISON74-tls1.3
addison74 Oct 8, 2024
601e1ba
Merge pull request #447 from ADDISON74/master
develart-projects Oct 8, 2024
91ee415
Merge pull request #442 from sreichel/84-nullable
develart-projects Oct 8, 2024
fe45a72
Merge pull request #443 from sreichel/unit-tests
develart-projects Oct 8, 2024
99ee085
Merge pull request #432 from B3none/patch-1
develart-projects Oct 8, 2024
825a746
Merge pull request #434 from MittagQI/master
develart-projects Oct 8, 2024
0a77a6a
Merge branch 'master' into workflow
sreichel Oct 8, 2024
0d29ea7
Merge pull request #445 from sreichel/workflow
develart-projects Oct 8, 2024
01c5b09
Remove `array` keyword to maintain backward compatibility
hung202028 Oct 9, 2024
2383dd5
Fix "Undefined variable $c" in Zend_XmlRpc_Server::setResponseClass()
lapiudevgit Oct 10, 2024
98b1405
Merge pull request #451 from lapiudevgit/bug/fix-xmlrpc-setresponse
develart-projects Oct 10, 2024
0d5e9d5
Fix Failed Unit-Tests
hung202028 Oct 12, 2024
1b174a2
Merge pull request #440 from hung202028/Fix-Deprecated-Creation-Dynam…
develart-projects Oct 15, 2024
d62285d
Release 1.24.1
Oct 15, 2024
f009a0d
Merge pull request #452 from develart-projects/master
develart-projects Oct 15, 2024
38230d5
revert 278bdac which introduced property overrides of previously magi…
onlime Oct 15, 2024
e1f5967
Revert "revert 278bdac which introduced property overrides of previou…
onlime Oct 18, 2024
cf7527e
Revert undefined property declaration from 278bdac
onlime Oct 18, 2024
d7529e9
Merge pull request #453 from onlime/revert-undefined-property-fix
develart-projects Oct 18, 2024
394e773
1.24.2
Oct 25, 2024
68d83e1
Merge pull request #456 from develart-projects/master
develart-projects Oct 25, 2024
cc71890
Fix placement of distinct in sqlsrv limit
muuvmuuv Oct 29, 2024
9d88eb8
Merge pull request #458 from muuvmuuv/bugfix/order-of-distinct-421
develart-projects Oct 29, 2024
3e21fb7
Fixed null deprecation in Zend/Pdf/Resource/Font/Simple
kiatng Nov 15, 2024
66c65b8
Merge pull request #459 from kiatng/null_deprecation_pdf_simple
develart-projects Nov 15, 2024
4787755
Fix str_replace null in Zend_Form_Element::_getErrorMessages()
t-gebauer Nov 28, 2024
074fb82
Merge pull request #460 from t-gebauer/fix-form-element-replace-null
develart-projects Nov 28, 2024
8471f57
Merge remote-tracking branch 'upstream/master'
mbb84 Dec 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading
Loading