Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/doc-en

English PHP documentation
https://github.com/php/doc-en

Mark static imagick methods as such

This is an amendment to r351870, where some Gmagick methods have accidentally
been marked as sta...

84b3decdfe42d414017f976748afb4182caea3f0 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Mark static imagick methods as such

These methods are static as of PECL imagick 3.3.0; previously, the methods
that already existed ...

3193e2e78f4b2b82c559f0363167b01df793bc15 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix #79880: Fatal error: Uncaught Error: Invalid serialization data for DateTime object

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351869 c90b9560-bf6c-de11-be94-00142...

e77680d775f2da259a5080e6250575c23cdc37e2 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Clarify behavior of max_execution_time on Windows

That is already done in a note for set_time_limit(), but should be clarified
here as well.

git...

acacd4ee83aeca4a5f733692c9de7608020d8492 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate array methodsynopses based on stubs

Partial merge of <https://github.com/php/doc-en/pull/266>.

git-svn-id: https://svn.php.net/rep...

cd943f94a013b74df8765ab8e1a620a916a64a85 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Add missing public modifiers to imagick methods

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351855 c90b9560-bf6c-de11-be94-00142...

fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix imagick version info

We also remove the Imagick::getimagemagicklicense() docs, because that
function never has been r...

dc38da9dbb0bad4c32ff0f3d3835297a4e1a0768 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Add missing public modifiers to Imagick methods

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351852 c90b9560-bf6c-de11-be94-00142...

0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Typos and extra indentation

Closes GH-264.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351850 c90b9560-bf6c...

51b4f62ab05124e3c803bb68a466c88dc3cb23d9 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix example in match docs (missing terminating semi-colon)

As pointed out by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351833 c...

58dc296fc531271c2e471e513c4215f7a68fb288 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351823 c90b9560-bf6c-de11-be94-00142...

1987cb8e71019aeda7bd7947c42a2f64b7dfaad5 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix #80453: Documentation example error

Actually, this example should better be rewritten to something simpler or at
least something rel...

22529a07ac74b0d85326a819eb2f848971c5af48 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix example in match docs (missing terminating semi-colon)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351821 c90b9560-bf6c-de11-be94-001422...

43c1917b332d76efa331b4955648c700d0e80ecb authored about 4 years ago by George Peter Banyard <[email protected]>
Update Phar signature info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351819 c90b9560-bf6c-de11-be94-00142...

8a49beca2f0ed0e525b8738c4a26fbe8f2a029d7 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fixed typo

Closes GH-256.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351818 c90b9560-bf6c...

e345b075effb0cad1a214d9b063c50768d7e338f authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix #80452: Null Coalesce Operator Swallow warning error

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351816 c90b9560-bf6c-de11-be94-00142...

9c098f1e964f310c423844fafb1f8fb4399e4064 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document mixed type (as of PHP 8.0.0)

As of PHP 8.0.0, the `mixed` type is available as proper type, so we
move the respective info ou...

1ffbadf2906a5c85d2f9437b87da3e204ea41b7a authored about 4 years ago by Christoph Michael Becker <[email protected]>
void is no longer a pseudo type

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351803 c90b9560-bf6c-de11-be94-00142...

ca6d258ba242f9fe81ff8ce5fd480c3f865aa6d0 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove void from pseudo types page

void is no longer a pseudo type as of PHP 7.1.0, and already documented as
language.types.declar...

f444b84a427d1582605d6b7656ebb6f78e46a4cf authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate enchant methodsynopses based on stubs

Closes GH-232.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351794 c90b9560-bf6c...

6fa29283c5861ccb1f9da74fb252f80e01d27668 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate pspell methodsynopses based on stubs

Closes GH-233.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351793 c90b9560-bf6c...

fe4f8ec3d19632cf4cc2ca1a93254345d0b64921 authored about 4 years ago by Christoph Michael Becker <[email protected]>
XmlParser has been renamed to XMLParser

Although class names are case-insensitive, we better document the proper case.

git-svn-id: htt...

3db49ee0a331a657dd97b539a749f53d3965b593 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Update XMLParser class name in migration guide for PHP 8.0.1

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351791 c90b9560-bf6c-de11-be94-001422...

b3a1da4dc0c53bd25118551d204709faff6a65f4 authored about 4 years ago by George Peter Banyard <[email protected]>
Add info about SplFileObject::seek() incompatibility to migration guide

Cf. <https://github.com/php/php-src/pull/6434>.

git-svn-id: https://svn.php.net/repository/php...

6896024afac5e38b5491a2dee160ca509ddaacf9 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Use supported whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351787 c90b9560-bf6c-de11-be94-00142...

d2e351f0dc9efee82a2a8ec929b960d7b4526a0d authored about 4 years ago by Christoph Michael Becker <[email protected]>
add mission function doc.

@ref https://github.com/krakjoe/apcu/issues/342

git-svn-id: https://svn.php.net/repository/phpdo...

941bbb8e57c5c9dbce0cfe0e4e73729112f17df9 authored about 4 years ago by bole Chen <[email protected]>
fixed invalid parameter name.

maybe, copy-and-pasted.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351762 c90b...

89b952c4b8734885a2850dd55d457cddf62a89f6 authored about 4 years ago by Yoshinari Takaoka <[email protected]>
Fix grammar

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351758 c90b9560-bf6c-de11-be94-00142...

f5f52806b4e860f454115a938d4f04a7c42d378b authored about 4 years ago by Christoph Michael Becker <[email protected]>
Update OCI8 install

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351756 c90b9560-bf6c-de11-be94-001422...

8b3444158bfc5892e6830648d5429d50bf9f8a2a authored about 4 years ago by Christopher Jones <[email protected]>
imagecreatefromstring() supports WebP as of PHP 7.3.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351755 c90b9560-bf6c-de11-be94-00142...

ac84f2b81cadfa6a55a496e32085eeb51e68d9e9 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix section order

The returnvalues section is supposed to be above the examples section.

git-svn-id: https://svn...

d16f9436ce73149a7b282504ccf8f326dbf715c8 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate tidy methodsynopses based on stubs

Closes GH-234.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351752 c90b9560-bf6c...

04f10f9f8df60beadd833d6f48a4f01e835cdcaa authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate session methodsynopses based on stubs

Closes GH-236.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351750 c90b9560-bf6c...

151e61773c016edcae8fd4989ad9a86ffd03c283 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Update mysqli/options.xml

We document the most important missing options, and remove obsolete
PHP 5 specific info.

Closes...

f8d26b8229736879f296217ecb7609593119d372 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix case of win32service language snippet

This is now always used as clause, instead of a full sentence.

git-svn-id: https://svn.php.net...

3e91c2553fa30b9f82bf937e5834420636a38261 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Update for 1.0.0 version

Closes GH-171.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351746 c90b9560-bf6c...

05568582247276cc2ee7b2b87f7df7d602e566c0 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Credit girgias as doc author

We also sort Stig alphabetically, and save a few bytes.

git-svn-id: https://svn.php.net/reposi...

7b0f54fab57413a1ccaf0ff8844028d7f4d561d1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Actually remove mysqli_warning::__construct() docs

Cf. <https://github.com/php/doc-en/pull/248>.

git-svn-id: https://svn.php.net/repository/phpdo...

8bacb88eb402ce8ba7c06546dfacae262833774a authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove mysqli_warning::__construct

Closes GH-248.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351737 c90b9560-bf6c...

e476d3029738382d6fae8b2552eb45b444fb1eac authored about 4 years ago by Christoph Michael Becker <[email protected]>
mysqli_warning is final (at least as of PHP 7.0.0)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351736 c90b9560-bf6c-de11-be94-00142...

d6882d8c736e6a350725c31b2a4fa47c145f0072 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document nullsafe operator

Closes GH-244.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351735 c90b9560-bf6c...

025f2d34ccb45dc2d8b865a758fd96601903f0d9 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Improve Imagick::affineTransformImage() example

Related to https://github.com/Imagick/imagick/pull/357

Closes GH-249.

git-svn-id: https://svn...

9a46200da9ef262650a5091531572a0f1c6c9bf7 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Function trailing commas

* Trailing commas in function parameter list.
* Trailing commas in use clause.
* Minor language ...

574f492ae951e820d36bc6d9273f9da90ba46ef7 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Revert revision(s) 351724 from phpdoc/en/trunk:

Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.

git-svn...

e41806c30bf6975e452c0d4ce35ab0984c2fa68c authored about 4 years ago by Christoph Michael Becker <[email protected]>
Revert revision 351727 from phpdoc/en/trunk:

Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.

git-svn...

4754397753fd79f1c846868b66a2448babab1c54 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document false and null return types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-001422...

69bd53265b6c8cf0ba4135142488de6dcb78e4eb authored about 4 years ago by Jakub Vrana <[email protected]>
shmop_write() returned false on failure, prior to PHP 8.0.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351726 c90b9560-bf6c-de11-be94-00142...

20d51bd2e382ed4e25a849e3e3c80bea1f699c63 authored about 4 years ago by Christoph Michael Becker <[email protected]>
OCI8 class renaming for PHP 8

Signed-off-by: Christopher Jones <[email protected]>

Closes GH-246.

git-svn-id: https://svn.php.ne...

83debcada46cabb98f752f24c4749f3ce88909a5 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document false and null return types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-001422...

c80da7c04acc97f6921a269b403d6719ee18c7ca authored about 4 years ago by Jakub Vrana <[email protected]>
Improve return value description based on Tyson's suggestion

Cf. <https://github.com/php/doc-en/pull/243#issuecomment-735011633>.

git-svn-id: https://svn.p...

afddb41986eda4aa0a53f411cbc9d3bf00c0ffa1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document the ::class constant on objects

Also, improve ::class description based on comments.

Closes GH-239.

git-svn-id: https://svn.p...

370bb99d281329d57097c14de8f3620a7c248bd6 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Argument of sapi_windows_cp_get is optional

Closes GH-243.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351710 c90b9560-bf6c...

74abd95c4e4b640f14212702f33b685fc0f3a019 authored about 4 years ago by Christoph Michael Becker <[email protected]>
fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351706 c90b9560-bf6c-de11-be94-00142...

051cc107704e41716190d4b23c2252c0aa730834 authored about 4 years ago by Yoshinari Takaoka <[email protected]>
add svn:keywords

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351703 c90b9560-bf6c-de11-be94-00142...

42e884339a5393c94193d4675adefef5f88f294e authored about 4 years ago by Yoshinari Takaoka <[email protected]>
Add a page about numeric strings

Closes GH-215

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351700 c90b9560-bf6c-d...

d494ffa4d9f83b60fe66972ec2c0cf0301513b4a authored about 4 years ago by George Peter Banyard <[email protected]>
Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351699 c90b9560-bf6c-de11-be94-00142...

9e1d1413ac5f802c0eac1310b8e469c34ea2d530 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix #77947: Wrong link label for /manual/en/reserved.variables.php

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351675 c90b9560-bf6c-de11-be94-001422...

9eacb8a641f1c6d5b54d89c2d04e6ab87d2a98c1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove obsolete method documentation

These methods have been removed for PECL/Phar 2, and never made it into
php-src.

git-svn-id: h...

6b712e9c069976456aaf3f7b1a69d8dc762ce504 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Exception updates

* Empty catch statements
* Throw as an expression
* Various other cleanup while I was there to r...

1d58f726462a821d3f926fb61247357f49fa1ce5 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Add incompatibility note regarding PDO::inTransaction()

Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=306555e11da4fb9f4759e809b6c1961f11dc6e8b>....

068a836eb9a201c054279cff96e6d41b4737c4a2 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove obsolete method documentation

These methods have been removed for PECL/Phar 2, and never made it into
php-src.

git-svn-id: h...

0dcc5d343c45b71db642132cff873355926dafe2 authored about 4 years ago by Christoph Michael Becker <[email protected]>
curl_file_create() is not a method of CURLFile

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351642 c90b9560-bf6c-de11-be94-00142...

db870c9481b5eec1d5ec835feedd352d7d195da3 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document procedural APIs of IntlTimeZone

While we're at it, we fix the return type of IntlTimeZone::getoffset().

git-svn-id: https://sv...

60f5e69be3540a38b0c6a1bd8b2f358d2da734a2 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove CURLFile::__wakeup from versions.xml

Cf. <http://svn.php.net/viewvc?view=revision&revision=351623>.

git-svn-id: https://svn.php.net...

21e403e4b495cbe580885c418ae61197586e1fa8 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix parameter name

Cf. <https://github.com/php/php-src/pull/6435>.

git-svn-id: https://svn.php.net/repository/php...

24a693e9a4b59a16e4a7d0fc96a12aed990938d1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove confusing CURLFile::__wakeup() page

A respective note on the class page appears to be more appropriate.
Cf. <https://github.com/php/...

865da51efb04bdc25683525e4ed43a2ef97fccf6 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate curl methodsynopses based on stubs

Amended by cmb.

Closes GH-231.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351...

b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate zlib methodsynopses based on stubs

Closes GH-235.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351613 c90b9560-bf6c...

02ba67b51f2bde571b6ce07026e935f4e81019af authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document p date formatter code

Closes GH-230.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351587 c90b9560-bf6c...

243afef598d91cc5b20f53c4a2b97af3868ce075 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Remove obsolete PHP 5 specific info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351586 c90b9560-bf6c-de11-be94-00142...

bc27cd7cfc5ae3773c6fa8b18d6d9471327316a6 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Added documentation for the get_resource_id function

Closes GH-227.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351584 c90b9560-bf6c...

ac20506c2ac1e8af83fd3577d1387c6cb648a5e6 authored about 4 years ago by Christoph Michael Becker <[email protected]>
rename misspelled methods

Closes GH-228.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351582 c90b9560-bf6c...

a1799ec0bd23374de85e4c4fe1c6662c2fe2a091 authored about 4 years ago by Christoph Michael Becker <[email protected]>
PDOStatement::fetchObject() returns object|false

Patch contributed by Benjamin Morel <[email protected]>.

git-svn-id: https://svn.php.ne...

310515f82673d1d98dffb95fcd19ca7fcaec0627 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Move month sequence description to month parameter

Patch contributed by othercorey <[email protected]>.

git-svn-id: https://svn.php.net/r...

88fb6b2fa2f774629c49d7bd6b2886040807db1e authored about 4 years ago by Christoph Michael Becker <[email protected]>
MongoDB: document iterator methods on MongoDB\Driver\Cursor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351569 c90b9560-bf6c-de11-be94-001422...

57a945c977e3e6d274895f44645c703ebcacfa3c authored about 4 years ago by Andreas Braun <[email protected]>
fixed broken build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351568 c90b9560-bf6c-de11-be94-00142...

763506217efcf05c758932771e33fad3fa64b506 authored about 4 years ago by Yoshinari Takaoka <[email protected]>
Update oci_internal_debug doc to note its removal in PHP 8

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351563 c90b9560-bf6c-de11-be94-001422...

4cdf7c89db37bc0daec926777c2f43cdcdfeab4b authored about 4 years ago by Christopher Jones <[email protected]>
Do a pass through the OCI8 doc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351562 c90b9560-bf6c-de11-be94-001422...

5fcbcd6b56477034278a2199a8819635f3a0d9b9 authored about 4 years ago by Christopher Jones <[email protected]>
PHP 8 OCILob and OCICollection name change

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351556 c90b9560-bf6c-de11-be94-001422...

0e0c883110b62cc4e5805696a56ff717f7088bfa authored about 4 years ago by Christopher Jones <[email protected]>
Document imagegetinterpolation()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351555 c90b9560-bf6c-de11-be94-00142...

0ebd26c45ca444f08665c8b941f8647970ae5f8a authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate com_dotnet methodsynopses based on stubs

Based on patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://svn...

20216b916ed583938672cd09c2c2f430351430d1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate calendar methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

789af834328bf5d492ed174a4fedb226ccaf4b27 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate bz2 methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

c564dbc4f35dd39b4415ebbb671f2764a44306a6 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate readline methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

cef062f45e1ba5691158b591381a9a9efc1e346d authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate libxml methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

f90df97fa5ebfa6e7fcace04976900d6700467cc authored about 4 years ago by Christoph Michael Becker <[email protected]>
Added documentation for the str_starts_with and str_ends_with functions based on https://php.watch/versions/8.0/str_starts_with-str_ends_with

Patch contributed by Emmanuel Okeke <[email protected]>.

git-svn-id: https://svn.php.net/r...

9737e4b259e5673b055d4c8316d4c9e2892f984b authored about 4 years ago by Christoph Michael Becker <[email protected]>
Added documentation for the str_contains function based on the RFC here: https://wiki.php.net/rfc/str_contains

Patch contributed by Emmanuel Okeke <[email protected]>.

git-svn-id: https://svn.php.net/r...

3bed8bca1c6cf49023581a235ec35b93f3603626 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Document SQLite3::setAuthorizer

Based on a patch contributed by BohwaZ.

git-svn-id: https://svn.php.net/repository/phpdoc/en/t...

5cc7e36e65a9f1e9fa4d844a99ea7bd64d196952 authored about 4 years ago by Christoph Michael Becker <[email protected]>
added missing role="php" for programlisting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351543 c90b9560-bf6c-de11-be94-00142...

8c115291abdf061ce183b9e7d85afb9e77b099c9 authored about 4 years ago by Yoshinari Takaoka <[email protected]>
Clean up resource page

Mostly removal of resources of extension which are no longer documented in
the manual.

git-svn...

8caaa860509e1383fd5e9c7d8e2fcc52d34f030b authored about 4 years ago by Christoph Michael Becker <[email protected]>
Fix #80401: Inaccurate documentation on gettype (for Integer)

We also fix the markup (this is not about types, but rather about
literal strings), and use a mo...

75a1a31dc097f349058c8ac42a7b2e2d0f675f3e authored about 4 years ago by Christoph Michael Becker <[email protected]>
added svn:keywords

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351515 c90b9560-bf6c-de11-be94-00142...

c05ad6cc803259b220750fddf5cad809b69b70e0 authored about 4 years ago by Yoshinari Takaoka <[email protected]>
Document sysv* resources

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351512 c90b9560-bf6c-de11-be94-00142...

b359f3f0d0c62ad2c1b72ed23bad7a71f758ecc1 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate sysvshm methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

395ea247cf337110d795979e14841617aa9cefa9 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate sysvmsn methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

f7e33278a909d7f7bf491f77cb10c93581091736 authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate sysvsem methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

105769eb557af47e5f2d0bea47457827114942fa authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate shmop methodsynopses based on stubs

Based on a patch contributed by Máté Kocsis <[email protected]>.

git-svn-id: https://s...

acf3ad4cdc54585998e54b69ff316ea697358e0b authored about 4 years ago by Christoph Michael Becker <[email protected]>
Generate iconv methodsynopses based on stubs

Patch provided by Máté Kocsis <[email protected]>.

git-svn-id: https://svn.php.net/rep...

ab9a7d2e3dfa9224186abcbd7a43b3af08d1bfdb authored about 4 years ago by Christoph Michael Becker <[email protected]>
PHP 8.0 migration guide

Co-authored-by: Nikita Popov <[email protected]>

git-svn-id: https://svn.php.net/repos...

d7a2a4e3f7114ec8f0a71da90ed7e55b70fb77ec authored about 4 years ago by Christoph Michael Becker <[email protected]>
Add match expression documentation

This includes:
- match expression page
- UnhandledMatchError page

Co-authored-by: Larry Garfi...

6970f8fa7b14b019d0d33ebe1d6ab85cabeb3072 authored about 4 years ago by George Peter Banyard <[email protected]>