Christoph M. Becker
|
3d85246557
|
Fix #77217: FILTER_FLAG_NO_RES_RANGE means Reserved-By-Protocol
|
2021-08-05 19:03:06 +02:00 |
|
Tiffany
|
1e65e69210
|
Add T_ATTRIBUTE to list of parser tokens (#837)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
|
2021-08-05 07:59:14 -05:00 |
|
othercorey
|
9e9e3c019b
|
Remove abstract modifier from ArrayAccess methods (#838)
|
2021-08-05 10:22:42 +02:00 |
|
Christoph M. Becker
|
cafd6b7449
|
Fix #76748: date format timezone abbreviations and changes not well documented
|
2021-08-04 16:55:59 +02:00 |
|
Christoph M. Becker
|
3bf1282857
|
SQLite3::lastInsertRowId() returns 0 if nothing had been inserted
Cf. <https://www.sqlite.org/c3ref/last_insert_rowid.html>.
This integrates user note 126310.
|
2021-08-04 16:46:13 +02:00 |
|
Christoph M. Becker
|
23c38cd151
|
Update versions.xml for UOPZ 7
|
2021-08-03 13:17:43 +02:00 |
|
Sergey Panteleev
|
d00128a85a
|
Fix issues in solr directory (#693)
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
|
2021-08-03 13:10:57 +03:00 |
|
Christoph M. Becker
|
f32912d04f
|
Fix #73805: header() may not actually set header
We document that header() issues `E_WARNING` on failure, and link to
`headers_list()` which might be used to check success of `header()`.
|
2021-08-02 17:18:54 +02:00 |
|
Christoph M. Becker
|
590f93a2eb
|
Remove obsolete info about IE 4 and 5.5
|
2021-08-02 17:07:23 +02:00 |
|
Christoph M. Becker
|
b0268930dc
|
Fix #73587: Sample of imagemagic::getimagegeometry is irrelevant
|
2021-08-02 14:19:17 +02:00 |
|
zors1
|
8782bc7340
|
Fix typo on session security page (#833)
|
2021-07-31 19:53:40 +03:00 |
|
Larry Garfield
|
d042804100
|
Fold in comments to array_map()
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Closes GH-828.
|
2021-07-30 18:18:35 +02:00 |
|
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 |
|
Yoshinari Takaoka
|
526b0a2fee
|
added union type link.
|
2021-07-29 02:00:36 +09: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 |
|