Commit Graph

11145 Commits (4.x)
 

Author SHA1 Message Date
orklah f630a0dc39
Merge pull request #8655 from come-nc/fix/reflectionextension-callmap
1 year ago
orklah 618d599283
Merge pull request #8678 from VincentLanglet/phpstanParamOut
1 year ago
Vincent Langlet 6916d414e2 Add support for phpstan-param-out
1 year ago
Côme Chilliet 8e70aa3a77
Fix ReflectionExtension::getVersion signature in CallMap_historical.php as well
1 year ago
orklah d0bc6e25d8
Merge pull request #8677 from orklah/openssl
1 year ago
orklah 398cf99c6c revert wrong commit
1 year ago
orklah 74111a3e93 adding openssl_x509_verify
1 year ago
orklah b48a713a48
Merge pull request #8676 from othercorey/fix-return-callmap
1 year ago
Corey Taylor b87ebd697f Fix assert testing callmap return types
1 year ago
orklah 0e1c638a95
Merge pull request #8666 from weirdan/remove-argc-argv-from-env
1 year ago
Bruce Weirdan 81423dc12b
Remove `argc` and `argv` elements from `$_ENV`
1 year ago
orklah 1e454fa3d5
Merge pull request #8644 from neclimdul/SplFile-getSize
1 year ago
James Gilliland a1f40c9cab Fix Spl file handling signatures
1 year ago
orklah 3daad0c32d
Merge pull request #8652 from VincentLanglet/improveSerializeSupport
1 year ago
Vincent Langlet c02ed9da0a Fix cs
1 year ago
orklah 2b3fa46348
Merge pull request #8654 from VincentLanglet/phpstanAssert
1 year ago
Vincent Langlet fbaf6afb30 Try
1 year ago
Vincent Langlet dc977964c6 Refacto
1 year ago
Côme Chilliet 24581dfecb
Fix return type of ReflectionExtension::getVersion
1 year ago
Vincent Langlet b2f095f1b8 Add tests
1 year ago
Vincent Langlet 6382af1c97 Add support for phpstan assertions
1 year ago
Vincent Langlet 4a27322144 serialize is not pure for array of object
1 year ago
orklah 85b5436776
Merge pull request #8650 from VincentLanglet/serialize
1 year ago
Vincent Langlet 0bdfc4b60b Mark serialize as impure only for object
1 year ago
Vincent Langlet ef0a17ee11 Do not report serialize as unused
1 year ago
orklah 761d67faa6
Merge pull request #8641 from BenMorel/xmlreader
1 year ago
orklah d3f4240d6a
Merge pull request #8643 from franmomu/patch-1
1 year ago
Fran Moreno 933caa8f69
Allow to set PHP 8.2
1 year ago
Benjamin Morel ee7fc0fad8 Fix XMLReader::expand() nullable parameter $baseNode
1 year ago
orklah 3f0107e0c7
Merge pull request #8634 from lptn/php82
1 year ago
Alies Lapatsin c57378b6fb
Merge branch '4.x' into php82
1 year ago
Alies Lapatsin 9516baced6 Update `str_split` signature to reflect PHP 8.2 changes
1 year ago
orklah 41e870baa9
Merge pull request #8639 from hamburnyog/fix-issue-8631
1 year ago
William Owen O. Ponce 77b3962b94 Fix typo
1 year ago
Alies Lapatsin b450eac812 Add PHP 8.2 functions to the main delta
1 year ago
Alies Lapatsin 855eef9205 Increment PHP_MINOR_VERSION (to load delta for PHP 8.2)
1 year ago
Alies Lapatsin ceb50e5cd5
Merge branch '4.x' into php82
1 year ago
Alies Lapatsin 61e95f948d Add `removed` section
1 year ago
Alies Lapatsin 6cf0657c6a Add dictionary delta for PHP 8.2
1 year ago
orklah b739b67080
Merge pull request #8594 from kkmuffme/callable-invalidargument-required-param-mismatch-missing-error
1 year ago
kkmuffme 7d953dfb90 add tests
1 year ago
kkmuffme edeff148b4 handle variadic
1 year ago
orklah e8e8777561
Merge pull request #8592 from gphargreaves/#7810/improve-reflection-stubs
1 year ago
orklah 48b8efde99
Merge pull request #8584 from boesing/feature/8521
1 year ago
orklah 4025ce7a30
Merge pull request #8600 from kkmuffme/fix-wrong-phpversion-id
1 year ago
kkmuffme 41fbb14586 fix wrong php version id in $_FILES
1 year ago
Maximilian Bösing eb6bbfb3b5
qa: remove redundant check as `!empty` already ensures that `key` does not return `null`
1 year ago
Maximilian Bösing 7f35bff0d9
feature: enhance type detection for internal php functions `key`, `current`, `end` and `reset`
1 year ago
kkmuffme 2c47d06968 fix tests
1 year ago
kkmuffme 25b01ce3a3 ensure callbacks have the required number of params
1 year ago