Sergey Panteleev
46364d741c
Fix pspell_new description
2021-10-07 12:18:59 +03:00
Yoshinari Takaoka
81b23db050
[PHP 8.1] Use an Pspell\[Dictionary|Config] instance instead of a resource ( #976 )
...
* add pspell related object class.
* changed resource list description.
* changes pspell function signature and parameters, changelog.
* use pspell.parameter.pspell-dictionary snippet.
2021-10-07 01:00:37 +09:00
Kamil Tekiela
67dc0a5dfc
Change int to bool ( #999 )
2021-10-05 21:39:20 +01:00
沈唁
59c987dca5
Fix the link error on the front page of the manual ( #995 )
2021-10-06 01:15:33 +09:00
Sergey Panteleev
a7e5e563d2
[PHP 8.1] Use GdFont ( #994 )
2021-10-05 15:30:01 +03:00
Kim Hallberg
e09dd5b25a
Fix http_build_query
method signature ( #922 )
...
Closes #916
2021-10-05 10:56:08 +01:00
Sergey Panteleev
8a2141dcc0
Deprecated functions and constants
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-981.
2021-10-04 16:53:40 +02:00
Christoph M. Becker
5e1a9062c0
Fix #81488 : ext/zip doesn't extract files with special names
2021-10-04 15:24:53 +02:00
Sergey Panteleev
5ecd5e8e50
[PHP 8.1] Add array_is_list
description ( #986 )
...
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-02 19:52:56 +03:00
Sergey Panteleev
9b50279c67
[PHP 8.1] Update mysqli_stmt::execute
description ( #987 )
...
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-02 19:50:22 +03:00
Kamil Tekiela
ab5887fb61
Small fixes in pdo execute ( #989 )
...
* Use temporary table instead
* Uppercase
* Better description
2021-10-01 17:43:42 +01:00
Máté Kocsis
b0b19b6618
Generate methodsynopses based on stubs for recent changes ( #903 )
2021-10-01 17:23:05 +02:00
Christoph M. Becker
aabe0e631b
Fix typo (preceeded 26 preceded)
2021-10-01 15:54:02 +02:00
Christoph M. Becker
a8f160fa97
Fix #62476 : DateTime::createFromFormat z format incorrect wrt 29.02
...
While this is only a hard requirement as of PHP 8.0.10, without an
explicit year before the day-of-year, previous versions always assumed
on non leap year, as Derick pointed out in chat, so users need the
explicit year anyway for correct code.
2021-10-01 15:33:54 +02:00
Yoshinari Takaoka
485e0b4b44
fixed pgsql resource name.
2021-10-01 04:50:30 +09:00
Yoshinari Takaoka
e706a6b557
fixed removed ldap functions parameter and warning.
2021-10-01 04:32:36 +09:00
Sergey Panteleev
fbc6f9055f
[PHP 8.1] Use an LDAP instance instead of a resource ( #975 )
2021-09-30 15:43:14 +01:00
Sergey Panteleev
4e04068f2d
[PHP 8.1] Add imageavif
and imagecreatefromavif
functions ( #983 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-09-30 13:17:20 +03:00
Sergey Panteleev
68ba58040e
[PHP 8.1] Use an finfo
instance instead of a resource ( #985 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-09-30 07:57:59 +03:00
George Peter Banyard
18b8af40b8
Update param name in SplFileObject::fputcsv
2021-09-28 19:28:06 +01:00
Sergey Panteleev
34892f8274
[PHP 8.1] Use an IMAP\Connection
instance instead of a resource ( #971 )
2021-09-28 19:13:36 +01:00
Boris Wintein
7aa6a0cc66
[skip-revcheck] Corrected spelling ( #979 )
...
Diffrent should be different.
2021-09-28 15:45:51 +01:00
Sergey Panteleev
fcbbbd9fda
[PHP 8.1] Update fputcsv
and SplFileObject::fputcsv
description ( #978 )
2021-09-28 14:18:31 +03:00
Tobias Bäthge
422bb03223
strspn() and strcspn(): Use proper parameter names in docs reference
...
* strspn(): Use proper parameter names in docs reference
Commit e095023e40
renamed the `$subject`, `$mask`, and `$start` parameters of the `strspn()` function to `$string`, `$characters`, and `$offset`, respectively. The three instances in the code example were missed.
* strcspn(): Use proper parameter names in docs reference
Commit e095023e40
renamed the `$subject`, `$mask`, and `$start` parameters of the `strcspn()` function to `$string`, `$characters`, and `$offset`, respectively. The three instances in the code example were missed.
Closes GH-977.
2021-09-28 11:39:53 +02:00
Remi Collet
c72aa59abb
add new constant from librpm 4.17
2021-09-28 08:46:02 +02:00
Livia Medeiros
6ce32bdcf3
Fix return value of Imagick::montageImage
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-974.
2021-09-27 14:55:05 +02:00
Milan Davídek
9f915c8621
ReflectionFunctionAbstract is abstract
...
Closes GH-954.
2021-09-27 14:53:56 +02:00
Christoph M. Becker
8ad9c12d9b
Fix #81473 : hash_pbkdf2 truncate in hex
...
We extend the example to show the behavior of raw binary results.
2021-09-27 14:33:58 +02:00
Christoph M. Becker
2f07d53d99
tempnam() issues E_NOTICE on temp dir fallback as of PHP 7.1.0
2021-09-27 14:21:32 +02:00
Sergey Panteleev
7404469919
Fix ftp_login parameter description
2021-09-26 13:11:02 +03:00
Sergey Panteleev
848a71cd9d
Revert ftp.resources section
2021-09-25 13:30:35 +03:00
Christoph M. Becker
0254e633d2
Fix #80431 : parse_url() return fragment, query while there is not
2021-09-24 18:46:45 +02:00
Christoph M. Becker
e95ae8d94c
Fix #74599 : parse_url allows bad characters in the common name
...
We remove this sentence altogether, because the return values section
provides the correct info now (besides that "invalid" is not specific
enough, the replacement is done on the result, not on the input).
2021-09-24 18:16:24 +02:00
Christoph M. Becker
416b9e9bdb
Fix #68296 : \n in path with parse_url() converts to underscore
2021-09-24 17:56:13 +02:00
Sergey Panteleev
4d1c34c9b7
[PHP 8.1] Use an FTP\Connection
instance instead of a resource ( #967 )
...
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-09-24 13:17:30 +03:00
Christoph M. Becker
a96f81e58a
Fix typo
2021-09-23 19:38:33 +02:00
Christoph M. Becker
39cd8c54e8
Fix #68564 : Apparent inconsistency in the GC page
2021-09-23 18:40:12 +02:00
Christoph M. Becker
d33a6756e7
Fix #71206 : oci_fetch_all() returns 0 on failure
...
The signature has recently been updated, but the
&return.falseforfailure; has been overlooked.
2021-09-23 17:48:18 +02:00
David CARLIER
a6231c4c8b
rlimit constants update related to php 8.0.2 update ( #436 )
2021-09-23 14:01:12 +01:00
Craig Francis
eff487cfb3
Use 'ENT_QUOTES|ENT_SUBSTITUTE' for HTML encoding and decoding functions ( #361 )
2021-09-23 14:00:33 +01:00
George Peter Banyard
975e9114e8
Add documentation about the never type ( #889 )
2021-09-23 13:59:21 +01:00
Máté Kocsis
ed6de1ae20
Update ext/oci8 methodsynopses based on stubs ( #601 )
2021-09-23 13:55:36 +01:00
Yoshinari Takaoka
f8682cd86a
fixed wrong package name. also, replaced apt-get command.
2021-09-23 11:45:22 +09:00
Yoshinari Takaoka
03903669e6
Update Debian GNU/Linux installation notes ( #965 )
...
Updated Debian GNU/Linux installation notes, based on Debian 11 (bullseye).
we should replace php5 related package name.
update ini file location.
use not apt-get, but apt for interactive usage.
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_literal_apt_literal_vs_literal_apt_get_literal_literal_apt_cache_literal_vs_literal_aptitude_literal
Closes #964
2021-09-23 03:02:46 +01:00
John Barounis
887197f289
[skip-revcheck] Typo in EV book.xml ( #966 )
2021-09-23 03:01:49 +01:00
George Peter Banyard
4eeb07225f
Remove old install docs ( #662 )
...
* Remove docs for Apache 1
* Probably Apache2 doc fix
* HPUX is effectively dead, let's remove the docs
* Remove outdated info for Solaris/OpenBSD
We probably should improve those and/or drop them completely
* FPM
* Remove rackspace, it is not linked anywhere
* Update PECL
* INI configuration
Co-authored-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
2021-09-23 01:38:33 +09:00
George Peter Banyard
4d2479dcf3
Migration guide from PHP 8.0 to PHP 8.1 ( #941 )
...
Initial version for the PHP 8.0 to 8.1 migration guide.
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-09-22 15:13:39 +01:00
Christoph M. Becker
2eb43ad4f4
Fix #73238 : call_user_func() doesn't pass-by-ref; variable functions do
2021-09-22 13:57:05 +02:00
Kamil Tekiela
a6d7e331c3
Revert "Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA"
...
This reverts commit 5d2ef1771f
.
2021-09-22 11:00:31 +01:00
Philip Olson
5d2ef1771f
Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA
2021-09-21 15:02:06 -07:00