Ishan Vyas
|
bdb494563e
|
chore: remove FiberExit class from Fiber stubs
Signed-off-by: Ishan Vyas <isvyas@gmail.com>
|
2021-10-09 12:31:52 +05:30 |
|
Ishan Vyas
|
b69e670060
|
chore: remove FiberExit class
|
2021-10-09 09:34:39 +05:30 |
|
Ishan Vyas
|
e917546801
|
feat: Add Fiber stubs
Signed-off-by: Ishan Vyas <isvyas@gmail.com>
|
2021-10-08 23:27:48 +05:30 |
|
Manuel VACELET
|
d561b29e4d
|
ReflectionClass::getReflectionConstants has a filter parameter
It was introduced in php 8.0.
Fixes #6588
|
2021-10-05 14:15:28 +02:00 |
|
Tomas Norre Mikkelsen
|
960af957db
|
Convert PSpell resources to objects
|
2021-10-04 13:41:31 +02:00 |
|
Tomas Norre Mikkelsen
|
4b8f212ab8
|
Fix incorrect parameters names
|
2021-10-04 12:58:03 +02:00 |
|
Tomas Norre Mikkelsen
|
993349d64d
|
Convert LDAP resources to objects
|
2021-10-04 12:57:12 +02:00 |
|
orklah
|
73495d73e4
|
Merge pull request #6567 from tomasnorre/imap-rosource-to-object
Convert imap functions to use object instead of a resource
|
2021-10-04 00:35:04 +02:00 |
|
orklah
|
246f8173e0
|
Merge pull request #6566 from tomasnorre/fileinfo-resource-to-object
Convert finfo functions to use object instead of a resource
|
2021-10-04 00:34:48 +02:00 |
|
Ishan Vyas
|
79270c01fd
|
chore: make changes in CallMap.php file
Signed-off-by: Ishan Vyas <isvyas@gmail.com>
|
2021-10-03 22:32:17 +05:30 |
|
Ishan Vyas
|
5266114222
|
chore: make mime field optional
Signed-off-by: Ishan Vyas <isvyas@gmail.com>
|
2021-10-03 22:31:06 +05:30 |
|
Ishan Vyas
|
75755ac4dc
|
Add CURLStringFile in classmap delta
|
2021-10-03 12:09:13 +05:30 |
|
Tomas Norre Mikkelsen
|
232ebb7e57
|
Convert imap functions to use object instead of a resource
|
2021-10-02 11:58:08 +02:00 |
|
Tomas Norre Mikkelsen
|
518e18f128
|
Convert finfo functions to use object instead of a resource
|
2021-10-02 10:16:42 +02:00 |
|
Sergei Predvoditelev
|
31763b3628
|
Fix fopen
|
2021-09-30 17:12:54 +03:00 |
|
Paweł Słowik
|
096a6dbe5c
|
Remove undocumented / untested XlsWriter methods
|
2021-09-28 17:56:20 +02:00 |
|
Paweł Słowik
|
e1727ffe22
|
Update XlsWriter signatures
|
2021-09-28 17:56:20 +02:00 |
|
Paweł Słowik
|
2e51a9a8a7
|
Permit null user_agent to get_browser()
|
2021-09-17 16:46:27 +02:00 |
|
Semyon
|
5c375cb3c0
|
Revert mb_str_split return signature to list<string>
|
2021-09-16 15:27:34 +03:00 |
|
ssnepenthe
|
655c000009
|
Update return type for xdebug_get_profiler_filename()
Returns false when profiler is not active, string otherwise
|
2021-09-14 13:45:23 -07:00 |
|
Christopher Bray
|
847f1e41e7
|
Make imageavif arguments optional
|
2021-09-08 09:17:06 +01:00 |
|
Christopher Bray
|
46f7a56e13
|
Add imageavif to CallMap
|
2021-09-07 22:07:02 +01:00 |
|
Christopher Bray
|
1bc6a231e0
|
Add imagecreatefromavif to CallMap
|
2021-09-07 22:03:31 +01:00 |
|
Bruce Weirdan
|
d17f1bd7b3
|
Merge pull request #6447 from brayniverse/master
|
2021-09-07 05:26:25 +03:00 |
|
Bruce Weirdan
|
5535ea1ac0
|
$column parameter is optional
|
2021-09-07 03:02:25 +03:00 |
|
Christopher Bray
|
ba84c990dd
|
Add mysqli_fetch_column to CallMap
|
2021-09-06 22:34:25 +01:00 |
|
50bhan
|
58e1e6b9a3
|
Add an optional $options argument to hash functions for PHP 8.1
|
2021-09-07 01:44:35 +04:30 |
|
S.M. Ataur Rahman
|
5ec5f7d3db
|
introducing fsync & fdatasync functions in callmap
|
2021-09-07 00:24:32 +06:00 |
|
Bruce Weirdan
|
e3e667653a
|
Merge pull request #6435 from SMAtaurRahman/php8.1
|
2021-09-06 17:27:17 +03:00 |
|
S.M. Ataur Rahman
|
b6e7a77e5a
|
introducing mysqli execute() method parameter callmap change for php 8.1
|
2021-09-06 19:33:58 +06:00 |
|
Nicolas Giraud
|
b0444f2a7d
|
Add missing definition of callmap in the history.
|
2021-09-06 15:22:33 +02:00 |
|
Nicolas Giraud
|
9df0edbbab
|
Force array_walk to not infer input type.
|
2021-09-06 15:15:25 +02:00 |
|
Bruce Weirdan
|
36dfeed774
|
Converted ftp functions to use link object instead of a resource
Fixes vimeo/psalm#6403
|
2021-09-04 23:44:57 +03:00 |
|
orklah
|
9cd8917b88
|
create callmap for 8.1 and introduce array_is_list
|
2021-09-04 13:25:23 +02:00 |
|
Bruce Weirdan
|
cbcc38aab8
|
Merge pull request #6339 from niconoe-/allow-object-on-array_walk
|
2021-08-31 23:45:10 +03:00 |
|
Bruce Weirdan
|
c4f0386aff
|
Merge pull request #6375 from ThomasLandauer/issue-6358
|
2021-08-30 04:42:37 +03:00 |
|
ThomasLandauer
|
fa3fd10058
|
Fixing null for openssl_x509_parse() in CallMap_80_delta.php too :-)
|
2021-08-29 12:35:28 +02:00 |
|
ThomasLandauer
|
630529740c
|
Fixing null for openssl_x509_parse()
|
2021-08-29 12:33:19 +02:00 |
|
Bruce Weirdan
|
624246b996
|
Merge pull request #6376 from orklah/use-variable-in-backtick
|
2021-08-29 04:39:13 +03:00 |
|
orklah
|
27b6d5ad3b
|
fix psalm errors
|
2021-08-29 00:39:36 +02:00 |
|
ThomasLandauer
|
2210003c98
|
Fixing openssl_x509_parse() and openssl_x509_read() Closes #6358
|
2021-08-29 00:04:04 +02:00 |
|
Pol Dellaiera
|
f0d54128b6
|
Update return type of getInnerIterator which is always returning an iterator.
|
2021-08-24 15:27:02 +02:00 |
|
Nicolas Giraud
|
6cff8b627f
|
Update also historical classmap.
|
2021-08-19 13:03:47 +02:00 |
|
Nicolas Giraud
|
e254ebf5d5
|
Allow object type to be given to array_walk and array_walk_recursive.
|
2021-08-19 12:03:06 +02:00 |
|
Benjamin Morel
|
621c4dd8d1
|
Enforce class-string in is_subclass_of()
|
2021-08-17 23:14:11 +02:00 |
|
Vincent Langlet
|
4b84793b2f
|
Add false back for mb_str_split
|
2021-08-17 18:45:02 +02:00 |
|
Vincent Langlet
|
1cdad83630
|
Remove false if length is positive int
|
2021-08-17 17:47:22 +02:00 |
|
Vincent Langlet
|
786d926d78
|
str split return non empty
|
2021-08-17 11:03:54 +02:00 |
|
Marc Ole Bulling
|
1818609f43
|
Fix for #6318
|
2021-08-16 19:23:10 +02:00 |
|
Bruce Weirdan
|
babfb6a637
|
Fix histories
|
2021-08-16 02:52:18 +03:00 |
|