Kim Hallberg
8bf12014c3
Fix fontFamilies
No returnvalues sections ( #581 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-05-03 11:53:33 +02:00
Kim Hallberg
c9893954e1
Fix #80671 : Update mb_convert_encoding
...
* Update `mb_convert_encoding` changelog
Now throws `ValueError` if either $to_encoding or $from_encoding
are passed an invalid encoding, this change was introduced in PHP 8.0
* Add errors section to `mb_convert_encoding`
Co-authored-by: George Peter Banyard <girgias@php.net>
Closes GH-582.
2021-05-03 10:52:52 +02:00
Yoshinari Takaoka
90997ee146
Added PHP 8 into versions.xml for ffi based on stubs.
...
https://github.com/php/php-src/blob/php-8.0.0/ext/ffi/ffi_arginfo.h
https://github.com/php/php-src/blob/php-8.0.0/ext/ffi/tests/027.phpt#L79-L86
2021-05-02 20:20:33 +09:00
Yoshinari Takaoka
d3191e2f3c
replaced deprected warning with deprecated-removed one.
2021-05-02 14:18:03 +09:00
Yoshinari Takaoka
2cf7e8823c
added missing [deprecated|removed] info of reflector class.
2021-05-02 14:13:57 +09:00
Yoshinari Takaoka
7bdd9249f2
added WeakReference "PHP 8" version info.
...
https://github.com/php/php-src/blob/PHP-8.0/Zend/zend_weakrefs_arginfo.h#L38-L40
2021-05-02 08:45:46 +09:00
George Peter Banyard
c69c209823
Fix explode() changelog entry
...
Drive-by indentation fix of the section
2021-05-01 19:14:48 +01:00
thinkverse
4d72f13eaf
Fix missing sections/section order for Win32Services extension
...
Closes GH-577
2021-04-30 22:44:22 +01:00
Kim Hallberg
f47136fc2b
Fix uopz_unset_mock
, uopz_set_mock
No returnvalues sections ( #580 )
2021-04-30 23:01:43 +02:00
Kim Hallberg
cee13276de
Add missing parameter sections to XMLReader methods ( #574 )
...
- close
- isvalid
- movetoelement
- movetofirstattribute
- movetonextattribute
- read
2021-04-30 22:16:16 +02:00
thinkverse
0dade75260
Fix errors section not being in position four
2021-04-30 19:15:16 +01:00
thinkverse
4dcf5a9f13
Fix xml_get_current_byte_index notes section before changelog
2021-04-30 19:14:49 +01:00
thinkverse
0d0c319c7d
Fix xml_set_default_handler return values section out-of-order
2021-04-30 19:14:49 +01:00
thinkverse
e17ff04a4a
Add missing parameters section
2021-04-30 19:14:26 +01:00
Yoshinari Takaoka
202724dcac
Added PHP 8 into versions.xml for reflection based on stubs.
2021-04-30 16:49:54 +01:00
Kim Hallberg
289efd69f9
Fix notes section being in wrong order for reference/zip ( #568 )
2021-04-30 15:52:17 +02:00
Kim Hallberg
435885e2f7
Add missing parameters section to zlib-get-coding-type.xml ( #567 )
2021-04-30 15:41:00 +02:00
George Peter Banyard
8f5f6a52c0
Remove POSIX regex docs
2021-04-30 13:29:24 +01:00
Christoph M. Becker
bca9a9e2d9
readline_on_new_line() is not always available
2021-04-30 11:11:42 +02:00
George Peter Banyard
eacabc8e15
Update string format specifier entity
...
- Remove PHP 5 mentions
- Add references to 'H' and 'h' specifiers
- Use canonical type names
2021-04-30 02:43:24 +01:00
George Peter Banyard
bcb7074498
Fix sentence and remove PHP 5 info in PCRE pattern modifiers
2021-04-30 01:55:44 +01:00
George Peter Banyard
10c85e65bb
Fix mail Changeable INI section
2021-04-30 01:55:44 +01:00
Yoshinari Takaoka
cdcad4c395
Added PHP 8 into versions.xml for spl based on stubs.
2021-04-30 00:11:29 +01:00
thinkverse
8a7c2e0368
Fix changelog being at the wrong section
2021-04-29 19:28:16 +01:00
Kim Hallberg
6b5de328b9
Fix #80975 : Doc incomplete - explode
...
* Add TypeError to changelog
* Add note about seperator values at start of end of string
Closes GH-558.
2021-04-29 18:03:25 +02:00
George Peter Banyard
6376b92e0d
Cleanup after PHP 5 mention removal
2021-04-29 15:30:37 +01:00
Kim Hallberg
a7663ad05e
Fix #80999 : count TypeError not documented
...
* Add TypeError to changelog
* Update example for count to show TypeError
* Split example outputs into separate PHP versions
* Split examples into good and bad examples
Closes GH-556.
2021-04-29 15:18:50 +02:00
Christoph M. Becker
ae9210b472
Fix typo
2021-04-29 12:13:07 +02:00
Christoph M. Becker
f7503d75d5
Fix typo
...
Pointed out by @GSokol.
2021-04-28 14:02:24 +02:00
Grigorii Sokolik
e504d84881
Add note for passing references to invoke methods.
...
During running unit tests for a private method I faced the lack of
documentation about how to pass arguments by references through `invoke`
method. (See https://bugs.php.net/bug.php?id=80991 ) I'd like to add
notes to clarify the workaround to make it easier for others.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-550.
2021-04-28 11:34:43 +02:00
Kamil Tekiela
2d5c6bed30
Updating mysqli: mysqli_stmt_affected_rows ( #553 )
...
* Remove redundant sentence
* Synchronize it with MySQL doc
* Fix incorrect information
* No need for 2 paragraphs
* Add literal
* Improved examples
* Replaced see also
* maximal -> maximum
2021-04-27 22:55:25 +02:00
Kamil Tekiela
cdd4a9f3a6
Updating mysqli: mysqli_affected_rows ( #554 )
...
* Fix grammar
* Remove spaces and split the line
* Add a note about unbuffered query
* Removed redundant code
* integer -> int
2021-04-27 22:52:51 +02:00
Guilliam Xavier
d0a31e8605
Fix missing space between public
and getPrevious
in Exception class synopsis ( #552 )
2021-04-27 18:24:56 +02:00
Sergey Panteleev
8a058e9acd
Removed references to PHP 5, 7.0 ( #549 )
...
PDO and PCRE sections
2021-04-27 12:53:38 +03:00
Christoph M. Becker
625dc345db
Fix #74585 : chroot doesn't change __DIR__ constant
2021-04-26 18:46:10 +02:00
Dan Brown
35af8187d0
Updated string & array curly brace access with support notice ( #546 )
...
The documentation still states that array/string curly brace access
is possible but this was deprecated as of PHP 7.4 as per this RFC:
https://wiki.php.net/rfc/deprecate_curly_braces_array_access
and no longer supported as of PHP 8.
2021-04-26 13:24:09 +02:00
BohwaZ
5d9eb55b2a
Add tip on VACUUM INTO in SQLite3::backup ( #547 )
2021-04-26 12:02:11 +02:00
Sergey Panteleev
f9c4a68ef4
Removed references to PHP 5, PHP 7.0 ( #548 )
2021-04-26 11:46:55 +03:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Sergey Panteleev
aab33d6443
Removed references to PHP 5, PHP 7.0 ( #544 )
2021-04-23 11:35:26 +03:00
Yoshinari Takaoka
8d1a5d2d15
added WeakReference class link to migration74 guide.
2021-04-23 02:14:21 +09:00
Yoshinari Takaoka
e294389da1
fixed "returnvalues" update in previous commit.
...
5fabd07880 (diff-190b056aa8511ed546365df4204a9d4ca946dac1d655933a07fb7029343f48fd)
2021-04-23 02:01:04 +09:00
Sergey Panteleev
5fabd07880
Removed Changelog entries for PHP 5, PHP 7.0 ( #543 )
2021-04-22 17:52:58 +03:00
Sebastian Hädrich
a4ee22721e
Wouldn't it be more readable if we had a list? ( #542 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-04-22 16:11:14 +02:00
Nilgün Belma Bugüner
7a59549dbb
fixed a typo
2021-04-22 12:39:47 +03:00
Martin Samesch
23e26ac6f7
fix section order
2021-04-21 14:26:33 +02:00
Landrok
ab1ffcd235
Fix a typo ( #541 )
2021-04-20 22:50:15 +02:00
Kamil Tekiela
16a1bdfd1c
Remove double words ( #540 )
2021-04-20 12:54:54 +02:00
AllenJB
1fb0ef23d7
Fix #80942 : Object iteration / Iterator: Replace duplicated examples with direct links
...
* Object iteration / Iterator: Replace duplicated examples with direct links to the appropriate sections and add cross-links.
Closes GH-517.
2021-04-20 11:28:39 +02:00
Kamil Tekiela
e994a8d5be
Updating mysqli: mysqli_stmt_num_rows ( #534 )
...
* Better title
* Rewrite the description
* Rewrite return value section
* Simplify the example
* Move up mysqli_stmt_store_result
* Removed ungrammatical "or not"
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-04-20 10:32:36 +02:00