Commit graph

18907 commits

Author SHA1 Message Date
Máté Kocsis
ab57ab6849
Mark a few interfaces as oointerface rather than ooclass (#818) 2021-07-30 17:01:16 +02:00
Christoph M. Becker
b54e6443e2
Fix #78785: ReflectionType page should mention subclasses 2021-07-30 15:10:59 +02:00
Kamil Tekiela
e059aa517b
Fold the note on PCRE comments (#831) 2021-07-30 12:40:33 +01:00
Christoph M. Becker
5dcdcf32f8
Fix #70799: strcasecmp is not locale aware 2021-07-30 13:01:43 +02:00
Christoph M. Becker
704b528c70
syslog.filter is not supported on Windows 2021-07-30 12:59:41 +02:00
Larry Garfield
b8aafb570c Add additional reference to array_filter. 2021-07-29 11:32:30 -04:00
Sergey Panteleev
0d5b0198bf
Minor fix Win32service 2021-07-29 16:46:19 +03:00
Sergey Panteleev
574a644f1d
GMP enhancement 2021-07-29 09:54:31 +03:00
Sergey Panteleev
59f31f284a
fix channel link 2021-07-28 15:21:42 +03:00
Jeremy Mikola
d011dc8421
Clarify that empty arrays serialize as BSON arrays 2021-07-27 20:09:15 -04:00
Christoph M. Becker
c79b9928aa
Fix #55262: streamWrapper::url_stat return value in case of non existing file 2021-07-27 18:13:50 +02:00
Sergey Panteleev
8726060a81
Fix ImagickDraw::getGravity return value 2021-07-27 16:21:03 +03:00
Christoph M. Becker
0bfb0eb957
Fix #68509: Garbage collection of file pointers releases flock() locks 2021-07-26 20:27:28 +02:00
Yoshinari Takaoka
363a506c6d
added get_debug_type reference.
because get_class function is referenced from get_debug_type[*1].

[*1] https://www.php.net/manual/en/function.get-debug-type.php
2021-07-26 23:56:31 +09:00
Yoshinari Takaoka
decde82b16
Sorting functions is stable, as of PHP 8.0.0. (#825)
* Sorting functions is stable, as of PHP 8.0.0.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-07-26 23:28:56 +09:00
Vincent Langlet
fdd6debfb8
Improve shell_exec text (#824)
* Improve shell_exec text

* tpyofix: occurrs -> occurs

Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-07-26 22:22:03 +09:00
zors1
aab02a3bce
Delete redundant sections on mqseries requirements page (#822) 2021-07-26 16:08:25 +03:00
Yoshinari Takaoka
c2e8536717
additional return value fix of shell_exec func. (#823) 2021-07-26 22:06:25 +09:00
Yoshinari Takaoka
e0cbe35fce
fixed return value of ImagickDraw::clone. 2021-07-26 21:32:52 +09:00
Christoph M. Becker
79c06cc0e7
Fix #81299: password_hash() documentation is missing PHP 8 changes 2021-07-26 13:21:14 +02:00
Vincent Langlet
3678d8ea0e
shell_exec may return false(#821) 2021-07-26 12:40:39 +02:00
Sergey Panteleev
42d9fe8494
RRD enhancement 2021-07-26 12:05:57 +03:00
Sergey Panteleev
0f49e97eeb
ImagickDraw enhancement 2021-07-26 11:48:35 +03:00
Kamil Tekiela
f6e0117681 Add missing <classname> 2021-07-25 00:40:09 +02:00
Christoph M. Becker
053f0940f7
Minor improvements to PDO::query()
As suggested by @salathe; see GH-813.
2021-07-24 00:58:56 +02:00
Kamil Tekiela
02e6f35734
Add missing parameter to pdo query (#813) 2021-07-23 22:26:44 +01:00
Kamil Tekiela
c29dbc6680
Add missing word "and executed" 2021-07-23 19:07:45 +01:00
Christoph M. Becker
7d93e0fe5e
Fix #81284: str_getcsv cant parse with multibyte delimiter
There's no fun in DRY. ;)
2021-07-23 17:24:39 +02:00
Yoshinari Takaoka
d4eaf603fe
fixed parameter markup 2021-07-23 17:11:49 +09:00
魔王卷子
4b4f0c6894
Add EventConfig missing method (#810)
* update event_config

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* Update reference/event/eventconfig/requirefeatures.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* not optional, is required

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* update versions.xml function name

Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-07-23 10:19:46 +08:00
Yoshinari Takaoka
2b57c8cd4c
fixed wrong example function name, part II. 2021-07-23 05:46:44 +09:00
Yoshinari Takaoka
5bbdca0c80
fixed wrong example function name. 2021-07-23 05:42:02 +09:00
Yoshinari Takaoka
26940f5332
fixed wrong referenced function name. 2021-07-23 05:35:45 +09:00
Yoshinari Takaoka
f578bab6a8
fixed typo 2021-07-23 04:29:46 +09:00
Sergey Panteleev
668b6fc288
Fix example title and constants in ImagickDraw 2021-07-22 15:31:46 +03:00
Sergey Panteleev
c34257b728
Gmagick enhancement (#802) 2021-07-22 12:37:39 +03:00
沈唁
da9d818161
Fix event return values (#811) 2021-07-22 17:26:04 +08:00
Yoshinari Takaoka
506da7e0e6
fixed parameter markup 2021-07-22 17:50:10 +09:00
Nickolas Burr
949123c45e
Fix documented return type for CachingIterator::hasNext()
Closes GH-809.
2021-07-22 09:30:54 +02:00
Kamil Tekiela
4a3d3cf1f6
Fix inaccurate information in pdo query (#806)
* Added the missing 'prepares' to the description

* Removed inaccurate information. The statement is returned even if there's no result set

* Added a note explaining what to do if the SQL has placeholders

* Removed confusing para. It's not a feature of PDO::query

* Simplify the return part

* It returns a statement, not a result set!
2021-07-21 16:18:54 +01:00
zors1
636409541f
Fix refpurpose of Imagick::getImageAttribute (#807) 2021-07-21 17:23:26 +03:00
Kevin van Sonsbeek
9a511f92cb
Change the incorrect return type
Closes GH-805.
2021-07-21 11:50:01 +02:00
沈唁
e26545dcab
Update quotation mark (#803)
* Fix quotation mark error

* Upadte
2021-07-21 17:12:19 +08:00
Sergey Panteleev
7febeefab6
Fix pthreads return values (#801) 2021-07-20 15:20:53 +03:00
Sergey Panteleev
5d927c376e
Fix entries in parallel 2021-07-19 16:46:36 +03:00
Christoph M. Becker
30fa70554d
book.sem is actually about three modules
And ftok() is in ext/standard.  Might be reasonable to split the
documentation respectively.

Anyhow, sysvshm is supported on Windows at least as of PHP 7.0.0.
2021-07-19 14:27:45 +02:00
Christoph M. Becker
70babd5faf
pathinfo() operates naively on the input string
Closes GH-798.
2021-07-18 14:50:48 +02:00
zors1
e83ad8ecd4
Capitalize "Linux" (#794) 2021-07-17 13:32:31 +01:00
zors1
600c54038d
Improve "Return Values" section of some GmagickDraw methods
Closes GH-793.
2021-07-16 22:40:22 +02:00
Jeremy Mikola
a44dc91a4d
libmongocrypt accepts base64 strings or BSON binary
https://jira.mongodb.org/browse/PHPC-1901
2021-07-16 14:54:13 -04:00